[Progress Communities] [Progress OpenEdge ABL] Forum Post: Use of &scop

  • Thread starter Thread starter goo
  • Start date Start date
Status
Not open for further replies.
G

goo

Guest
11.7 Is it not possible to use &scop like this? : THis one Works: ProcedureA &scop StatusNew 1 &scop StatusInWork 2 &scop StatusFinished 3 for each ..... where xxx = {&StatusNew}: end. __________________ THis one does not work: myinclude.i &scop StatusNew 1 &scop StatusInWork 2 &scop StatusFinished 3 procedureA: for each ..... where xxx = {&StatusNew}: end. end. What am I doing wrong?

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