Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Image on Clipboard to General Field
Message
From
03/06/1999 17:51:57
 
 
To
02/06/1999 14:51:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00225549
Message ID:
00226284
Views:
22
>I have an image (BMP) on the clipboard, and I want to
>move it to a general field.
>
>Is their a way to do this without having to save that image to
>a file and then append general the file?
>
>Dave

If the image is already on the clipboard you could:

BROW NOWAIT
APPEND BLANK
KEYB [{CTRL + PGUP}]
KEYB [{CTRL + V}]

or:

SYS(1500, '_MED_PASTE', '_MEDIT')

could also be used.

Dave
Previous
Reply
Map
View

Click here to load this message in the networking platform