Recent content by Laurent T

  1. L

    Answered Browse Title bar

    Hello, I find a post for select a line in a browse with the right clik. PS : I can't link the post DEFINE VARIABLE iRowHeight AS INTEGER NO-UNDO. DEFINE VARIABLE iLastY AS INTEGER NO-UNDO. DEFINE VARIABLE iRow AS INTEGER NO-UNDO. DEFINE VARIABLE hCell AS...
  2. L

    Question Progress In put parameter Table

    Thx, it works perfectly. I use the handle as parameter, then i use a query for read data. CREATE QUERY hQuery. /* Set the buffer */ hQuery:SET-BUFFERS(TABLETemp). /* Create a query-string */ hQuery:QUERY-PREPARE("FOR EACH " + hb:NAME). /* Open the query */...
  3. L

    Question Progress In put parameter Table

    Hello, I want to create a procedure to exploit any Table. As example, i have a TMP_Table : DEFINE TEMP-TABLE TT1 FIELD facnum AS CHARACTER LABEL "Invoice #" FIELD facdat AS DATE LABEL "Date". I fill the TEMP-Table. Then i want to pass it as parameter. RUN \Test.p (INPUT TT1). On...
Top