Modify automatically generated QUERY-PROCEDURE trigger in forms
392712Dec 13 2006 — edited Dec 15 2006I have a datablock (i have inherited!) based on a procedure. The automatically generated source code for the datablock calls the proc and send 3 parameters. The property pallette of the datablock clearly has 4 query data source arguments, as does the actual procedure declaration.
Anyway - if i try to compile my form in forms designer, it fails with wrong number or types of arguments in call to"proc"
but when compiling using f60gen in unix (on 11.5.10 apps form runs), i get no error at all.
anyway, what i want to know if how I can regenerate or modify the query-procedure definition so I can compile my form locally. also, it just doesn't seem right to have source code that is basically wrong, it makes the form hard to review.