Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Image not appearing after assigned
Message
De
09/11/1998 10:59:30
Brad Stickley
Parker Pneumatic Div. North America
Wake Forest, Caroline du Nord, États-Unis
 
 
À
09/11/1998 10:53:45
Brad Stickley
Parker Pneumatic Div. North America
Wake Forest, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00155733
Message ID:
00155749
Vues:
31
>>>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
>>>
>>
>>Brad,
>>
>>Have you insured that the cutters table is not at eof()?
>
>Jim,
>
local lcfilename
lcFileName = GETPICT("BMP;TIF;PCX;WMF;DIB;GIF;JPG", ;
"Select Map Image File", ;
"Select")

IF !EMPTY(lcFileName)
REPLACE cutters.bitmapname WITH (lcFileName)
thisform.Refresh()
ENDIF

This gives me an error that bitmapname is not a file variable. Do you know why?
He is there and He is not Silent.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform