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!

Problem with build

Status
Not open for further replies.

paul1941

Programmer
May 25, 2006
32
BE
Hello,

after a crash of my *.jpx file I restored the problem and everything is working until I try to make a BUILD but I have an error

....reportpreview\images\wwrite.ico is not a table

the build process is stooped

wath can I do?

regards, Paul
 
Copy the project files to a different backup directory. Create a new project and add your main program. Build the project. All direct references will be automatically pulled into the project and you would need to add all indirect references.
 
Paul,

Judging by the message, it looks like you are trying to open an ICO file as a table. The error report should tell you which line of code is doing that. The solution is to find the offending line and fix it. (If you can't find it via the error report, do a full project search for the filename.)

Mike


__________________________________
Mike Lewis (Edinburgh, Scotland)

My Visual FoxPro site: www.ml-consult.co.uk
 
Hello Ilyad and Mike

Problem resolved using the suggestion given by Ilyad

Thanks

Paul
 
Glad to hear that. Make sure that all incons and pictures are included into the exe (in other files) and you don't forget all indirect references (macros, for example).

Also, if the answer was helpful, may be you can indicate so? :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top