Search results

  1. F

    compile adm2-directory for clientNetwork

    with .pl - files Hello mike, please can you tell me, which .pl - files I have to distribute to the clients? There are some in the /gui -directory, and some in the /src - directory. thank you andi
  2. F

    compile adm2-directory for clientNetwork

    Hi, i made my first application with version 9.1d. I have the provision - the clients only have the clientNetwork-version of progress. I am a little bit concerned, that it is necessary to compile the adm2 path (for instance smart.p ...) from the progress-installation directory and copy the...
  3. F

    Run statement in a trigger

    why in the trigger ??? is it really necessary to put the code in the trigger? maybe you can write code in the sdo - which publishes an event in the window (or the SDV) (in case of distributed data-model)! greetings andi
  4. F

    Populate

    Foreign Fields Hi, try Foreign Fields. one Question: why do you need some fields with the same values in TWO tables ???? I think, that it is only necesarry for sorting purposes - but otherwise not good doing. greetings andi
  5. F

    load-icon / Progress 9

    Procedure IconSet PROCEDURE icon_set : /*------------------------------------------------------------------------------ Purpose: procedure set´s the icon for this window Parameters: <none> Notes...
  6. F

    Viewer with "Auto-GO"

    Hello, I have a usual Smart-Window with an SDO, SDB, an Toolbar and one SDV. So everything works goog - but I need an enhancement. The user asked me, if it is possible, that a RETURN within the SDV "saves" the record (the same as pressing SAVE in the toolbar - with the mouse). Also they want...
  7. F

    need database access before add record

    Hello, I have a SDV, a SDO and a SDB for Time-booking - records of our users. The records have a from and a to - field. So I want to make it easier for the users - when the press the "Add-Button" the from field ist automatical filled with the to field of the LAST record. There is also an...
  8. F

    direct database access within ...TrasactionValidate

    Hi, I have a question concerning the xxxTransactionValidate procedure within the SDO. I need a "direct" database access to get the last record - because the last record have effects to the actual record. So can I make a FIND LAST ... to a buffer within the beginTransactionValidate procedure...
Top