Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy and paste from vfp to third party
Message
From
20/09/2006 14:29:01
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01155529
Message ID:
01155678
Views:
17
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform