I have a number of report forms in my app.
I have a routine to show the report ( with Page n of n footer) with a few bells and whistles.
I was copying the original *.fr* to my temp folder as myreport.*. then calling the common code.
This used to work but does not now.
As an alternative can I consign the actual report form name to a variable - myreport and then use this in my common print statement.
report form myreport etc
Regards
Coldan
I have a routine to show the report ( with Page n of n footer) with a few bells and whistles.
I was copying the original *.fr* to my temp folder as myreport.*. then calling the common code.
This used to work but does not now.
As an alternative can I consign the actual report form name to a variable - myreport and then use this in my common print statement.
report form myreport etc
Regards
Coldan