.
I created an exe for non-technical users that allows them to view, query and perform custom searches on DBFs. In most such programs I do a "SET RESOURCE OFF" and modify the 'start in' path on their shortcut to the application and this works well.
This one is different in that it's associated with files that have a 'dbf' extension so there isn't a shortcut. When the users double click on a dbf to view it these foxuser.dbf/fpt files are left behind in the directory of the table. My "SET RESOURCE OFF" and setting of the default path are both very early in the code but I still can't seem to prevent these unwanted files from appearing. I haven't used a config.fpw file and don't wish to distribute one. Is there a way to prevent these files from appearing in my case?
thanks in advance
.
I created an exe for non-technical users that allows them to view, query and perform custom searches on DBFs. In most such programs I do a "SET RESOURCE OFF" and modify the 'start in' path on their shortcut to the application and this works well.
This one is different in that it's associated with files that have a 'dbf' extension so there isn't a shortcut. When the users double click on a dbf to view it these foxuser.dbf/fpt files are left behind in the directory of the table. My "SET RESOURCE OFF" and setting of the default path are both very early in the code but I still can't seem to prevent these unwanted files from appearing. I haven't used a config.fpw file and don't wish to distribute one. Is there a way to prevent these files from appearing in my case?
thanks in advance
.