PDA

View Full Version : File Not Open



jwilk
5-Aug-2008, 05:46 AM
Hi

I have a program which is coming up with a File Not Open, File Number 0 Error

Does anyone have any thoughts how I can track this? I cant find the point its crashing in the debugger and cant find an error in the program!!

Regards


John

Evertjan Dondergoor
5-Aug-2008, 06:03 AM
This mostly happens when you try to do something with a file before the workspace has been initialized.

Evertjan
"John Wilkinson" <john@nimbleeurope.com> wrote in message news:4kqJmhu9IHA.5068@dacmail.dataaccess.com...
Hi

I have a program which is coming up with a File Not Open, File Number 0 Error

Does anyone have any thoughts how I can track this? I cant find the point its crashing in the debugger and cant find an error in the program!!

Regards


John