Search results

  1. J

    syntax for "Write event " - Database trigger dynamically

    Hi, I need an help in writing a small piece of code. test.p for each code_mstr where code_fldname = "Table names" no-lock: {trigger.i &db_file=code_value} end. ---------------------------------------- trigger.i on write of {&db_file} new buffer buf_in old buffer old_in do: end...
  2. J

    Doubt on CIM Creation

    Can anyone explain me why we are passing 4 quotes("""") continuously when we want to display the value of a variable in a cim file ? ex: def var a as char no-undo. a = "apple". output to "cim.cim". put """"a"""" skip ".". output close.
  3. J

    what is the use of Work table.

    hi, Could anyone advise me what is the use of the Work table in Progress. And kindly let us know where we can use only work table and we cannot use the temp table.
  4. J

    How to read the Reference file generated using XREF attribute in compile stmt.

    Hi, could anyone tell me what is the use of the XREF attribute in the compile statement ? whether is this XREF statement is being used mainly for the performance tuning of the progress code ? if this is being used for the performance tuning then could anyone suggest how to understand the...
  5. J

    Some Error in Progress. please help to resolve.

    While loading a file in QAD it generates one errror in the log file. the file name is "TMP504pt.log." It has shown the error "SYSTEM ERROR: Attempt to define too many indexes. (40)" Can anyone suggest me a solution for this? on my analysis while uploading a file which has more than 80,000...
  6. J

    suggestion req. to choice my area in progress

    hai everybody, i am the new user of this group. i am a fresher and now i am working in "Thirdware Business Solutions" who are supporting "Ford Technology services India". my induction had been completed and first when i joined they said that i will working for...
Top