Search results

  1. A

    Dynamically Move a field In Viewer

    You can address the column and row attributes of the widget.
  2. A

    Difference between &GLOBAL-DEFINE and &SCOPED-DEFINE

    The difference is rather simple. After a &GLOBAL-DEFINE the constant remains defined until the compiler finishes the current program. A &SCOPED-DEFINE constant remains defined until the compiler finishes the current file, ie. the constant is only propagated downwards in the include stack, not...
  3. A

    Meaning of _Index._Mod-sequence ?

    I just stumbled upon the field _Mod-sequence in the meta table _Index. Does anybody know what it is used for? The Progress Knowledge Base does not show any hits. The usual value is ? but sometimes it contains 10 digit integers in our installation. Since I added some of the affected indices...
Back
Top