Search results

  1. K

    Pass dynamic query buffer to other procedure.

    Hello guys, I have a problem by passing a buffer or handle from a dynamic query buffer to another procedure. DEFINE VARIABLE queryCustomer AS HANDLE NO-UNDO. CREATE QUERY queryCustomer. queryCustomer:ADD-BUFFER(htt-customer). queryCustomer:QUERY-PREPARE("for each " + htt-customer:NAME)...
  2. K

    Get Line Number

    Hello guys, Does anyone know if it's possible to get the current line-number or something similar? I'm writing a logfile and I'm trying to add the line-number to the logfile so I know where the problem exactly occured. Greetz, KleineCuypie
Top