Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cut & Paste in EditBox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01059048
Message ID:
01059408
Vues:
12
Hello Thomas
You can also try using _ClipText. Write the following code in the keypress event.

On 'Ctrl + C'
_ClipText = Thisform.ExitBox1.Value

On 'Ctrl + V'
Thisform.EditBox1.Value = _ClipText


Jitendra Shahani
Regards, Jitendra Shahani
Korect Business
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform