Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page setup
Message
 
To
17/02/2002 00:15:16
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00621232
Message ID:
00621276
Views:
11
T.D....

I SOUNDS like you are printing to a pre-printed form and NOT using the report designer. IF this is the case, (and you are printing using ?, ??, and ???), each time you issue a ?, the print head will move down one line. If you need to move (for example 25 lines), in your program, you could use a FOR loop such as:

FOR lnXX = 1 to 25
?
ENDFOR

If MY assumptions are NOT correct, then please give more details such as WHY you want to get to a certain line. Is it always the same location you want to move to?

...Dave
Previous
Reply
Map
View

Click here to load this message in the networking platform