Recent content by bertnaik

  1. B

    [Newbie] Getting Data from a BROWSE

    Hope I have understood your question. A browse lists the result of the query (customer). The button needs to know the contents of a line in the browse. So, the code for the button (ON CHOOSE OF BUTTON) might be: DEF VAR cust_num LIKE customer.cust-num NO-UNDO. IF AVAILABLE...
  2. B

    Create trigger & recids

    I would not choose the recid (or the newer rowid for that matter) for such a purpose. If the database 1 is deleted and reloaded with data, there is a good chance all the recids will be different from the original ones. Why don't you create the entire record - or at least the index field values...
Top