Unhandled Exception

David Thompson dthmpsn1 at uiuc.edu
Sun Feb 10 10:31:58 PST 2008


>Ok, so maybe I was a wise guy for posting the 
>last note on the formulafill. My database 
>program is in trouble, after spending 5 hours 
>putting in data tonight.  I am getting the 
>dreaded Unhandled exception (at address: 
>00475041 and Top of Stack: 00062170).  I tried 
>to get the data out by doing an import, but 
>since I had done a partial search of only 78 
>records out of a total of 1700 plus, that is all 
>that is coming over.  I think what happened is 
>that I was working on a procedure and the window 
>did not close properly when I went back to my 
>datasheet.  Now, the program crashes each time 
>with the double unhandled exception notice.  I 
>also tried using the automatic backup I have, 
>but the same happens to that.  I shut down my 
>machine, started up again and same problem. 
>Other panorama programs are working.  I am on a 
>PC.  I kind of remember where you can hold down 
>a few keys to get back to the program, but I 
>can¹t remember.  Any help would be appreciated.

Try putting the following procedure in another 
database and using it to open your problem 
database.

Local folder,file,type
OpenFileDialog folder,file,type,""
if file = "" stop endif
OpenSecret  folderpath(folder) + file
Window file + ":Secret"
OpenSheet

It opens the database to the data sheet, without 
running the .Initialize. If the problem is that 
the .Initialize is trying to run with a procedure 
window in front, this should fix it.

Dave


More information about the Qna mailing list