Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to eject a report page and continue on the next page
Message
From
17/07/2000 20:21:23
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00390522
Message ID:
00393610
Views:
21
Hi Nadya

I am not sure if you have already ruled out the EJECT command for your program, if not here is a handy way I use to access it and any other programs or functions I want when I am in a report.

I have the following function in my main procedure libary


FUNC execute
PARAM xcmnd
&xcmnd
RETURN ''



In your report your only need add the expression


EXECUTE('EJECT')

And you may get the result you hope for (or it may just confuse the report manager) :)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform