Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Displaying a bitmap - shows icon not the image
Message
De
10/03/1998 09:19:51
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00083461
Message ID:
00083604
Vues:
24
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform