Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append General - from clipboard?
Message
From
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:
00092179
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
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform