This is request for a ideas on how?. . .to follow is my click code of print btn:
Report Form "reportwdata.frx" for recno()=currec noconsole to printer
contract1
go currec
The report form "reportwdata.frx" has a base table of contract1 with many fields on the report. (it works fine.)
What I am trying to do is print report(s) without data in the fields: Workarounds I can think of are: duplicate the report(s), remove any fields and leave only formatage and use as. . .Report form "withoutdata.frx" for recno()=currec noconsole to printer or in the "PRINT WHEN" m.nodata=.t. of each field.. .but I have many reports with many fields and looking for a "gobal".
In the dataenvironment.int()of the report I attempted:
=TABLEUPDATE(.T.)
CURSOR1.NODATAONLOAD=.T.
but it won't let me do that. . .
Any ideas on how I can work this or am I just going to have the muscle it the long way? Thx in advance for any feedback.
Report Form "reportwdata.frx" for recno()=currec noconsole to printer
contract1
go currec
The report form "reportwdata.frx" has a base table of contract1 with many fields on the report. (it works fine.)
What I am trying to do is print report(s) without data in the fields: Workarounds I can think of are: duplicate the report(s), remove any fields and leave only formatage and use as. . .Report form "withoutdata.frx" for recno()=currec noconsole to printer or in the "PRINT WHEN" m.nodata=.t. of each field.. .but I have many reports with many fields and looking for a "gobal".
In the dataenvironment.int()of the report I attempted:
=TABLEUPDATE(.T.)
CURSOR1.NODATAONLOAD=.T.
but it won't let me do that. . .
Any ideas on how I can work this or am I just going to have the muscle it the long way? Thx in advance for any feedback.