Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Suppress the Report Dialog
Message
From
21/08/1998 10:14:45
 
 
To
21/08/1998 08:10:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00128626
Message ID:
00128758
Views:
23
>No, I mean the VFP Report Dialog Box that comes up and shows you what page it is currently printing. I have my own report window and I don't want to see the
>default VFP one.
>
>Thanks..

Try defining the window and previewing with taht window.
ie :

define window mywindow from 1,1 to 24,120 ;
system grow close float ;
title "Your title" footer "Your footer"

repo form myreport preview window mywindow

This will solve the probleem
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform