When I run my part through, normally, it sends the stats to Datapage at the end of the program. Now, I'm getting an error message: "Cant open dbd File - Error 5". HELP!
delete the XSTATS11.TMP file if the size is >0 bytes...if it is it may be corrupted as mentioned above...also, be wary of the length of the directory names...anything over 8 characters causes retarded problems....if all else fails, add this code to the beginning of you programs: V1 =FILE/EXISTS,C:\PROGRAM FILES\WAI\PC-DMIS V41\XSTATS11.TMP
IF/V1==1
FILE/DELETE,C:\PROGRAM FILES\WAI\PC-DMIS V41\XSTATS11.TMP
END_IF/
delete the XSTATS11.TMP file if the size is >0 bytes...if it is it may be corrupted as mentioned above...also, be wary of the length of the directory names...anything over 8 characters causes retarded problems....if all else fails, add this code to the beginning of you programs: V1 =FILE/EXISTS,C:\PROGRAM FILES\WAI\PC-DMIS V41\XSTATS11.TMP
IF/V1==1
FILE/DELETE,C:\PROGRAM FILES\WAI\PC-DMIS V41\XSTATS11.TMP
END_IF/