Hi all,
I have created a small app that would create htm files of several tables. When I run the .prg file, it creates all the htm files without any problems. But when I run the executable, I get 'File does not exist' error right above the statment 'DO (_genhtml) with lcOutFile, lcSourceFile'. I have added genhtml.prg in the code segment of Project Manager. I am not sure if I have to add any other dlls.
** Sample code
lcSourceFile = "D:\CommStat\CommStatus.dbf"
lcOutFile = "D:\Commstat\StateNY.HTM"
** This is where the error occurs
DO (_genhtml) with lcOutFile, lcSourceFile
***
I am using VFP 6.0 and NT 4.0. Thanks in advance.
Rita
I have created a small app that would create htm files of several tables. When I run the .prg file, it creates all the htm files without any problems. But when I run the executable, I get 'File does not exist' error right above the statment 'DO (_genhtml) with lcOutFile, lcSourceFile'. I have added genhtml.prg in the code segment of Project Manager. I am not sure if I have to add any other dlls.
** Sample code
lcSourceFile = "D:\CommStat\CommStatus.dbf"
lcOutFile = "D:\Commstat\StateNY.HTM"
** This is where the error occurs
DO (_genhtml) with lcOutFile, lcSourceFile
***
I am using VFP 6.0 and NT 4.0. Thanks in advance.
Rita