Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a Print Preview Tool Bar
Message
From
16/07/1998 16:52:40
 
 
To
16/07/1998 14:41:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00118250
Message ID:
00118362
Views:
17
>I need to create a Print Preview Tool Bar with 2 buttons (one to go to next page and other to go to previous page)
>
>What variabile and/or commands I need to put in the "OnClick"????
>
>Thanks,

NEXT.CLICK()
KEYBOARD "{PGDN}" PLAIN

PRIOR.CLICK()
KEYBOARD "{PGUP}" PLAIN

TOP.CLICK()
KEYBOARD "{HOME}" PLAIN

BOTTOM.CLICK()
KEYBOARD "{END}" PLAIN


...kt
Previous
Reply
Map
View

Click here to load this message in the networking platform