Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Full screen
Message
From
07/02/2006 06:02:33
 
 
To
09/11/2005 06:00:25
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01066715
Message ID:
01094217
Views:
11
do it:
_screen.lockscreen = .t.		
_screen.autocenter = .t.		
_screen.WindowState = 2			
_screen.titlebar = 0			
_screen.Width = sysmetric(1)		
_screen.height = sysmetric(2) - 15	
_screen.top = -4			
_screen.left = -4			
_screen.lockscreen = .f.		

report form report1 preview
to return your screen to normal state do:
modify window screen
(I published it at www.tomazetti.tk)


>hi all,
>
>any idea,help
>i need to show my report as full screen
>
>report form report1 preview
>
>
>thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform