Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy & Paste
Message
De
28/04/2000 13:03:39
 
 
À
28/04/2000 09:46:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00364439
Message ID:
00364558
Vues:
33
>Hello All,
>
>I'm trying to create code to allow my client to copy data from a textbox on one form to a textbox on another form by clicking on the Copy/Paste icons provided.
>
>I believe that KeyBoard '{13}' might accomplish the Paste but how to copy the field to the clipboard? Any how would be appreciated.
>
>Regards,
>
>Paige

Copy:

_CLIPTEXT = thisform.textbox.Value

Paste:

KEYBOARD _CLIPTEXT

after you've set focus to the proper textbox, etc.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform