[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: KB Entry P133222

  • Thread starter Thread starter Riverside Software
  • Start date Start date
Status
Not open for further replies.
R

Riverside Software

Guest
Marian, ended up doing exactly the same thing and find that quite confusing... DEF TEMP-TABLE tt NO-UNDO FIELD a AS INT INITIAL 1 INDEX pk a. CREATE tt. tt.a = 1. MESSAGE 'First can-find' SKIP CAN-FIND(FIRST tt) VIEW-AS ALERT-BOX. FIND FIRST tt. MESSAGE 'Second can-find' SKIP CAN-FIND(FIRST tt) VIEW-AS ALERT-BOX.

Continue reading...
 
Status
Not open for further replies.
Back
Top