Search results

  1. S

    browser

    browse Hi Andrew, If you just update record you need not open the browse. Try with this: IF browse {&BROWSE-NAME} in frame {&FRAME-NAME} THEN {&BROWSE-NAME}:REFRESH(). Hope this helps.
  2. S

    Progress and AS/400

    Hi people.... I have connected to AS/400 database via Client acces ODBC driver. I have created Progress database which is ODBHolder and I have created logical database type ODBC which is schema holder for AS/400 tables. When I tried to Update/Add Table definition from Data Dictionary this...
  3. S

    run statement

    Try with this: ON CHOOSE OF BUTTON-1 IN FRAME DEFAULT-FRAME DO: run c:\progress\wrk\Browse.r. END. /* 'c:\progress\wrk\' is optional if you have this in *propath you can write: run Browse.r. else add your *working directory in propath and then start your *program... */
Top