Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_VFP.DataToClip
Message
From
25/09/2007 09:15:35
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01256606
Message ID:
01256613
Views:
9
Thanks Sergey. I have tested using _cliptext variable to copy fields and records to the clipboard and that is too slow. Much, much faster is to use a local variable, iterate through all fields and records and add to the local variable, and then store the local variable to _cliptext. Seems about as fast as _VFP.DataToClip(). Works for me.

Thanks


>I doubt that _VFP.DataToClip() uses _cliptext variable. Most likely it works with cipboard API directly.
>
>>
>>Can anyone tell me whether the _VFP.DataToClip() function just iterates through all fields of the cursor and adds the field contents to the _cliptext variable?
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform