Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy and paste from vfp to third party
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01155529
Message ID:
01155678
Vues:
18
>i have active x, i want copy from this active x and then paste into thirdparty(from clip) and then copy from here and paste in to vfp sex.
>and idea, sample code??
>thanks in advance

Assuming you're looking to copy and paste text you can use _cliptext.
_cliptext = activex.object.text
thirdparty.text = _cliptext
vfp.object.text = _cliptext
Of course it isn't necessary to use the clipboard to copy this data unless you specifically want to be able to access it from the clipboard.
Wine is sunlight, held together by water - Galileo Galilei
Un jour sans vin est comme un jour sans soleil - Louis Pasteur
Water separates the people of the world; wine unites them - anonymous
Wine is the most civilized thing in the world - Ernest Hemingway
Wine makes daily living easier, less hurried, with fewer tensions and more tolerance - Benjamin Franklin
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform