Hi all,
I have developed desktop app with VFP 9.0 sp 2, and Mysql Server 5.0
Sometimes my app, in one of the form that generate report, came with error "Error reading file in m:\lapis.frx"
and true, the "lapis.frx" is the report file I generated with "REPORT FORM " command
If I try again, it sometimes works normally, so the error is occasionally
I have the error trapping with ON ERROR command, and get 1104 error number on the line of "REPORT FORM" command
I have set the frx file to "included" my Project Manager ( I believe the frx file is not really needed in the deployed machine, am I right? So, why VFP is still searching the frx file ?
But actually, I still copied all the frx and frt files in the deployed machine.
The app folder is actually put on the server which contain the exe and all frx/frt file, and the folder is shared
Is the error because the folder is shared ? (I know that with Mysql database, the exe could also be putd locally on every station)
I have searched this forum and the other forum about this error, but I think the situation is a bit different.
Thank you for your help..
I have developed desktop app with VFP 9.0 sp 2, and Mysql Server 5.0
Sometimes my app, in one of the form that generate report, came with error "Error reading file in m:\lapis.frx"
and true, the "lapis.frx" is the report file I generated with "REPORT FORM " command
If I try again, it sometimes works normally, so the error is occasionally
I have the error trapping with ON ERROR command, and get 1104 error number on the line of "REPORT FORM" command
I have set the frx file to "included" my Project Manager ( I believe the frx file is not really needed in the deployed machine, am I right? So, why VFP is still searching the frx file ?
But actually, I still copied all the frx and frt files in the deployed machine.
The app folder is actually put on the server which contain the exe and all frx/frt file, and the folder is shared
Is the error because the folder is shared ? (I know that with Mysql database, the exe could also be putd locally on every station)
I have searched this forum and the other forum about this error, but I think the situation is a bit different.
Thank you for your help..