Guest_imported
New member
- Jan 1, 1970
- 0
I have a line of code in my program...
REPORT FORM report.frx FOR x = .T. AND y = .T.
Here is the problem, if the FOR conditions aren't met, it prints a blank page. I don't want it to print anything if the conditions aren't met. Any thoughts on how to do this?
Thanks,
mciMonkey
REPORT FORM report.frx FOR x = .T. AND y = .T.
Here is the problem, if the FOR conditions aren't met, it prints a blank page. I don't want it to print anything if the conditions aren't met. Any thoughts on how to do this?
Thanks,
mciMonkey