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...
Continue reading...