Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need a Page Eject Code
Message
From
13/01/1997 17:15:45
Paul Wei
Fib, State of Michigan
Lansing, Michigan, United States
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00017170
Message ID:
00017222
Views:
63
>My users needed to send a report no to the screen or printer but to a file, and then have that file mailed to them so the can distribute it through out the department. I had no trouble creating the report and mailing it, but I have no been able to send the characters needed to perform a page eject when I will to have the next data on a new page. can anyone help me solve this. Currently I am using the following method:
>
>Set device to file mfilename
>
>DO WHILE NOT EOF()
> @ 1,1 SAY blah blah.....
> @ 2,1 SAY blah blah....
> * Need an eject here....
>ENDDO

Bret,

It's my understanding that if you do a "SAY" on line 1 and a "SAY" on line 2 and then do a "SAY" on line 1 again then FOX (going back all the way to FOXBASE 2) will insert a form eject. That being the case, you can insert the following line:
@ 0,0 say ''
into places where you need a page eject.

Paul
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform