Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP report preview window
Message
 
 
To
07/02/2000 04:45:41
Upendra Nayak
Cadsys Technologies
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00328172
Message ID:
00328199
Views:
24
>Dear UT user's
>
>Thanks to Mr. Çetin Basöz for helping me in removing
>unwanted header from report preview by using
>following code:
>
>Report form myreport prev window (wontop()).
>
>But when i execute the above code, the report preview window
>appears to be small and the report window does not have
>maximise option.
>
>Kindly let me know as to how do i get/ maximise
>this screen automatically.
>

Try:
cwindow1 = WONTOP()+'.MAXBUTTON = .T.' && Set property maxbutton to .t.
cwindow2 = WONTOP()+'.WINDOWSTATE = 2' && SEt property windowsate to 2

&cwindow1  && execute statement 1
&cwindow2  && execute stetement 2
HTH
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform