Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying a bitmap - shows icon not the image
Message
From
10/03/1998 09:19:51
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00083461
Message ID:
00083604
Views:
28
>>In my application I allow my users the ability to save BMP images in to a general field on the database. For whatever reason on one of the 3 machines that use the system. The images appear as an icon only. I figured that the bmp association wasn't set properly so I went into
>>explorer and changed the application from some Logitech app to "pbrush" which is what it is set to on my system where it works with no luck.
>>
>>All machines are Win95/VFP 5.0
>>
>>Any insight anybody?
>>
>>Thanks in advance.
>>
>>Todd Collins
>>toddc@djttd.com
>
>How are they "saving" the images?

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

IF !EMPTY(lcFileName)
APPEND GENERAL admaps.am_map FROM (lcFileName)
thisform.Refresh()
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform