Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Image not appearing after assigned
Message
From
09/11/1998 10:40:42
Brad Stickley
Parker Pneumatic Div. North America
Wake Forest, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Image not appearing after assigned
Miscellaneous
Thread ID:
00155733
Message ID:
00155733
Views:
71
I have a general field in a table and am letting the user assign a file to it with a command button.
This is the code that I am using for the command

local lcfilename
lcFileName = GETPICT("BMP;TIF;PCX;WMF;DIB;GIF;JPG", ;
"Select Map Image File", ;
"Select")

IF !EMPTY(lcFileName)
APPEND GENERAL cutters.bitmapname from (lcFileName)
thisform.Refresh()
ENDIF

After the command is executed there is a pause like the PC is calculating the image, but nothing appears in the form.
I am useing an OLE Bound control on the form and a general field in the table.

What could I be doing wrong?

Thanks in advance, Brad.
He is there and He is not Silent.
Next
Reply
Map
View

Click here to load this message in the networking platform