Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Image not appearing after assigned
Message
De
09/11/1998 10:40:42
Brad Stickley
Parker Pneumatic Div. North America
Wake Forest, Caroline du Nord, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Image not appearing after assigned
Divers
Thread ID:
00155733
Message ID:
00155733
Vues:
61
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform