Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append General Command to Import .bmp file into gen fiel
Message
 
 
To
17/04/1998 00:44:12
Ong C.King
Computer Consultancy Services
Sungai Petani, Malaysia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00092758
Message ID:
00092763
Views:
21
>When I ran the above event, I was shown a dialog box asking me to pick a .bmp file but after i'd selected a .bmp, file I got an error message:
variable mpictfile not found. OLE eror code 0x80040000a: Not able to
bind to the source

>What does that means ? I'm currently using Visul Promatrix 5.0c and had written to them about the problem. They told me that it wasn't a technical Promatrix problem and didn't give me any solution but told me to refer to the VFP Developer's Guide. I couldn't find any error message in the guide book.How to get picture files into the gen field from a form ?

We are using the following and it works fine.

pFile = GETFILE('BMP','Select Picture File:','Select',0)
IF !EMPTY(pFile)
APPEND GENERAL members.photo FROM (pfile)
ENDIF

Does it make difference with yours?
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform