Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Append General Problem

Status
Not open for further replies.

vdeveloper

Programmer
Aug 5, 2000
42
IN
Hi all

I need to use the append general command in one of my apps and i have given the command thus

appe general machimage from &mimfile

where machinmage is the name of the general field and mimfile is the filename (.bmp or .jpg)

I am getting the following error

OLE Error code 0x800401f5: Application not found.

could someone please help with this ?

Thanks

Ravi
 
ravi,

better use

Code:
appe general machimage from (mimfile)

also, your graphic files should be associated with (or "registered" to) an application wherein you may open/view/edit them there. if none, you should register you graphics to open/view in any available graphics viewer (Paintbrush will do).

kilroy [trooper]
philippines
"and that's what we call creativity..."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top