Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page preview
Message
From
06/08/2002 10:18:10
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
06/08/2002 03:33:26
Rahul Murarka
Sys-Con Engineering
Kolkata, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00686486
Message ID:
00686556
Views:
31
>Dear Sir/madam
>
>1)When I preview a page whole report is previewed. Is there any way to preview limited pages eg. 4 to 7.

I have no idea how to do this for the preview, only for printing.

>2) To print odd pages and even pages.
>The solution I found Is very crude one want some better one.

AFAIK, there is no built-in mechanism to do this, so you have to use a workaround. For instance:
for i = 1 to 999
  report form MyReport range i,i to printer
next
>3) To Print random pages as 1,3,6,7.
>almost similar option as in word

See above, point 2. Search the download section for "range" - classes or functions to evaluate ranges.

HTH, Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform