Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print Dialog Box
Message
From
16/06/1999 08:38:29
 
 
To
15/06/1999 16:37:40
Menachem Turchick
Pima County Superior Court
Tucson, Arizona, United States
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00230113
Message ID:
00230346
Views:
26
Then, you need to use the Common Dialog ActiveX:

*-- Drop the ActiveX COMDLG32.OCX on your form
THISFORM.Common.ShowPrinter()
lnFrom = THISFORM.Common.FromPage
lnTo = THISFORM.Common.ToPage
REPORT FORM MyReport RANGE lnFrom, lnTo PREVIEW NOCONSOLE

HTH

>Thanks, but my question should have been clearer. I need the dialog box that allows the user to specify a range of pages to print. Any idea how I can open that, while displaying the report in preview mode at the same time?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform