Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE image insert
Message
 
 
To
16/06/2002 14:19:04
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00668975
Message ID:
00669030
Views:
27
>The image isn't included in the tab order and doesn't appear when the form is running (unless there is already an image there). I want users to work from the forms and be able to insert an image into the tables from the form.

You can create blank or whatever placeholder image to show in image control before user makes his/her choice. In 'Add Image' button put code
lcNewPicture = GETPICT()
IF NOT Empty(lcNewPicture )	
	Thisform.Image1.Picture = lcNewPicture 
ENDIF	
You can also play with drug&drop if you want.
It's better to keep images as a separate files, because image in general field requeres much more space to store and it's almost impossible to extract image from general field back into file.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform