[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: According to KB, this code should work, yet, it is not compiling in OE Developer

  • Thread starter Thread starter frank.meulblok
  • Start date Start date
Status
Not open for further replies.
F

frank.meulblok

Guest
How and when are you passing the arguments ? The line of code itself is fine, as it works when you explicitly define the arguments in the same file (assuming you do have a sports2000 connected of course): &SCOPED-DEFINE arg1 sports2000 &SCOPED-DEFINE arg2 customer TRIGGER PROCEDURE FOR WRITE OF {&arg1}.{&arg2} NEW BUFFER upd{&arg2} OLD BUFFER orig{&arg2}. so the problem must be in how the arguments get set up.

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