Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a Print Preview Tool Bar
Message
De
16/07/1998 16:52:40
 
 
À
16/07/1998 14:41:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00118250
Message ID:
00118362
Vues:
16
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform