There is no table 116. How do I clear the error?
C:\vdf Projects\JCW-D\JCW3\Programs\JCW.exe
Entry does not exist in filelist. Table = (116)
Error: 74
Error Source = Flexdrvr.Open
[start] - at address 151918
There is no table 116. How do I clear the error?
C:\vdf Projects\JCW-D\JCW3\Programs\JCW.exe
Entry does not exist in filelist. Table = (116)
Error: 74
Error Source = Flexdrvr.Open
[start] - at address 151918
Jim /*
If 151918 is the error line number, look at the .prn file to see what's there. i.e. what file...
Bob Worsley
203-249-2633
rlworsley at gmail.com
Do or do not. There is no try. — Yoda
Or in the Studio, put a breakpoint on the first executable line (probably Object oHtmlHelp or similar), then debug-run and when it hits the breakpoint do: Menu --> Debug --> Go to instruction address --> 151918.
Mike
I'd rather do it the hard way...
Bob Worsley
203-249-2633
rlworsley at gmail.com
Do or do not. There is no try. — Yoda
Thanks, Bob
Jim /*