Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I Preview in a fullscreen?
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00129337
Message ID:
00130464
Views:
28
>>>>How do I get my reports to preview in a fullscreen?
>>>>-----------------------
>>>Would like a deceiving solution to this?
>>>
>>>Issue KEYBOARD "{CTRL+F10}" before the REPORT FORM command...
>>----------------------------
>>Jess,
>>
>>It works great! I love it! Just the kind of thing I'd expect to find in a book with an attitude! (like hacker's guide)
>>
>>Thank you very much!
>>--------------------------
>I saw this trick and decided to try it myself but it did not work. I am running VFP5.0a on windows NT. ??
>
>Dave
------------------------
Dave,
I am running VFP5.0a on Windows 95, and my users are on windows NT. It works for me..... (infamous developer cry)

here's a code segment from one of the places I'm using it.......I hope this helps.

* from a tip from the Universal Thread - to get around a bug in VFP5, involving the Close (X) Button
PUSH MENU _msysmenu

* from a tip from the Universal Thread - to display the report in full screen
KEYBOARD "{CTRL+F10}"

report form reports\confirmation preview

* from a tip from the Universal Thread - to get around a bug in VFP5, involving the Close (X) Button
POP MENU _msysmenu

BTW - have your redefined Ctrl+F10 as a macro or an onkey label? I have not.

Good luck,
Rick
-------------------------
Previous
Reply
Map
View

Click here to load this message in the networking platform