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

Status
Not open for further replies.
R

Rom Elwell

Guest
According to this KB: Progress KB - How to create a database schema trigger using the same procedure files for all database tables? the following code snippet should be legal: /* *** Main Block *** / TRIGGER PROCEDURE FOR WRITE OF {&arg1}.{&arg2} NEW BUFFER upd{&arg2} OLD BUFFER orig{&arg2}. However the compiler is throwing an error: Multiple markers at this line - * Unable to understand after -- "TRIGGER". (247) - ** Invalid statement. (254) Use Case: I am attempting to create a 'write trigger' template that will be used to create custom Write event procedures for every table in our DB schema. I am passing the database-name {&arg1} and the table-name {&arg2}. Does anyone have an suggestions on the syntax for the line of code above? Is this even doable anymore in OE 11.7? Software Versions: OpenEdge Developer 11.7 x64 Win10 x64

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