Search results

  1. M

    FOR EACH statement & table name

    Thanks very much ! Do I guess right, that you can refer to progress objects only through the handle variables?! In the manual are mentioned a few handles I can define, but the corresponding methods I can only find in the language reference ... is there somewhere an object model of the progress...
  2. M

    FOR EACH statement & table name

    Hi everybody, I am new to Progress and currently getting known to 4GL. I wanted to write a small application, which reads the name of a table, counts the amount of records in the table an writes out this number. It could look like this: DEFINE VARIABLE myCounter AS INTEGER. DEFINE...
Back
Top