I'm trying to move our forms from 2.5 to 6.0 and have run into a stranged problem with the run_product command..
I have buttons which use the run_product command to run various reports such as:
run_product REPORTS,'p:\r6working\assess3.rep',SYNCHRONOUS, RUNTIME,DB, NULL);
this worked in forms 4.5 but refuses to compile with 6.0.
when compiling I get :
error 307 at line 2, column 2
too many declarations of 'RUN_PRODUCT' command match this call
I have buttons which use the run_product command to run various reports such as:
run_product REPORTS,'p:\r6working\assess3.rep',SYNCHRONOUS, RUNTIME,DB, NULL);
this worked in forms 4.5 but refuses to compile with 6.0.
when compiling I get :
error 307 at line 2, column 2
too many declarations of 'RUN_PRODUCT' command match this call