Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append General - from clipboard?
Message
 
To
15/04/1998 12:02:31
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00092148
Message ID:
00094096
Views:
28
>>I used to use Append General in VFP3 to take an image from my clipboard and paste it into a GENERAL field in my table. VFP5 seems to APPEND GENERAL only from a file!
>>
>>Help seems to imply this, and my attempts to APPEND GENERAL fieldname to paste in my clipboard consistantly fails.
>>
>>Am I missing something, or did the command change?
>>
>>TIA
>Yes you can do it only from file with "append general ...". But there is a dirty trick to add from clipboard w/o using API etc :
>
>create cursor mycursor (mygen g, mymemo m)
>append blank
>keyboard "{Ctrl+pgdn}"
>keyboard "{Ctrl+V}"
>browse nowait
>
>Cetin

Ick! That _is_ a little dirty. How difficult would it be to do it with an API?
Kogo Michael Hogan

"Pinky, are you pondering what I'm pondering?"
I think so Brain, but "Snowball for Windows"?

Ideate Web Site
Previous
Reply
Map
View

Click here to load this message in the networking platform