Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PRINT PREVIEW - more handling? use keyboard arrows?
Message
 
To
15/10/2003 08:50:04
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00838837
Message ID:
00838967
Views:
22
What they published was:

ON KEY LABEL LEFTARROW ;
MOUSE CLICK AT ;
WROWS("REPORT DESIGNER")+.3,.7 ;
WINDOW "REPORT DESIGNER"

ON KEY LABEL RIGHTARROW ;
MOUSE CLICK AT ;
WROWS("REPORT DESIGNER")+.3, ;
WCOLS("REPORT DESIGNER")-.7 ;
WINDOW "REPORT DESIGNER"

ON KEY LABEL UPARROW ;
MOUSE CLICK AT ;
.5, ;
WCOLS("REPORT DESIGNER")+.7 ;
WINDOW "REPORT DESIGNER"

ON KEY LABEL DNARROW ;
MOUSE CLICK AT ;
WROWS("REPORT DESIGNER")-.5, ;
WCOLS("REPORT DESIGNER")+.7 ;
WINDOW "REPORT DESIGNER"

report form MyReport preview

on key label LEFTARROW
......


>FOXPRO ADVISOR MAGAZINE Doc # 10668
>More Report Preview Handling
>Describes how to use the keyboard left, right, up, and down arrows to scroll the Print Preview window.
>March 2001 - Length 0.25 page - On page 46 of the magazine.
>
>We have all FoxPro advisors since 1995 but somehow lost this magazine.!!! I would like to read this article but can't access! Can anyone help?
>
>I have a print preview that needs to be at 100% zoom, but the right side is 1" off the screen (and there is like a 2" unused margin on the left!!!) So if I can use arrow keys to shift the report 1# to the left it will fit!
>
>Anyone able to help me? THANK YOU
Previous
Reply
Map
View

Click here to load this message in the networking platform