Search results

  1. D

    System-dialog Get-file

    Good day! SYSTEM-DIALOG GET-FILE function Can you use this function somehow to select multiple files? If so, how? TX
  2. D

    Yet another Trigger question

    Greetings, I have a simple yes/no question I need answered. If I have a trigger from table A that writes to table B when written to AND then table B is triggered to write to table A when written to, can we experience an infinite loop or is Progress smart enough not to do so? Thanks very...
  3. D

    RowID

    Good day everyone! Is it possible to search a whole database for a specific ROWID without having to identify the table name it's in? :blush:
  4. D

    Carriage Return and Line Feed

    Greetings, Anyone ever try to replace a CR or LF from a variable before? This does not work for me, anyone have an idea? ASSIGN cROW = REPLACE(cROW,CHR(13)," ") /* CR */ cROW = REPLACE(cROW,CHR(10)," "). /* LF */ Regards
  5. D

    Calling Services

    Good day everyone... I was wondering if anyone out there could point me in the right direction? Here is my situation, Progress needs to be able to offer and get a service from other external apps. Don't know if I'm making any sense whatsoever here, like I said, I need directions? The...
  6. D

    Nothing comming out - QUERY-PREPARE

    Hello everyone, is this OK... qh:QUERY-PREPARE("FOR EACH xdump WHERE dcode = 'CFIA'"). in this... DEF VAR tth AS HANDLE NO-UNDO. DEF VAR bh AS HANDLE NO-UNDO. DEF VAR qh AS HANDLE NO-UNDO. DEF VAR bhdytt AS...
  7. D

    DYNAMIC temp-table EXPORT

    Greetings, I am trying to export (dump) a dynamic temp-table to a CSV file. Doing this field by field is very much possible, but what if you what to export the hole table? Here is a piece of my code...again: DEF VAR tth AS HANDLE. DEF VAR bh AS HANDLE. DEF VAR qh...
  8. D

    Buffer-copy - Error 9034

    Please, why am I getting this error in the following simple piece of code ? Pair with fRECID failed to have a member in each table (9034). --------------------------------------------------------------------------------------------- DEF VAR tth AS HANDLE. DEF VAR bh AS...
  9. D

    Help with Column-Labels

    Hello, I wonder if my previous thread was detailed enough. This thread is for anyone who is familiar with creating adhocs/reports from pure progress code. My problem is this, why is it that when I output my data to a stream, my columns appear like so: Dept-- Prg BL--Error...
  10. D

    Column-labels

    Good day! Hope I'm allowed 2 questions per day! Anyone ever seen this??? I have a streamed report going to an output. My column labels appear like this: Dept-- Prg Error Description------------------------------ Instead of like this: Dept Prg Error Description ---- ---...
  11. D

    Column-labels

    Good day! Hope I'm allowed 2 questions per day! Anyone ever seen this??? I have a streamed report going to an output. My column labels appear like this: Dept-- Prg Error Description------------------------------ Instead of like this: Dept Prg Error Description ------...
  12. D

    Streamed header's

    Hello everyone, I'm trying to get a header on every page out to an output stream. I've done this before multiple times a while back, but just can get it to work. Denis
  13. D

    Streamed header's

    Hello everyone, I'm trying to get a header on every page out to an output stream. I've done this before multiple times a while back, but just can get it to work. Denis
  14. D

    Progress Programmer looking for work

    Canadian, English and Fench speaking ready to relocate anywhere!
Top