Kerbouchard
IS-IT--Management
The form I created works fine for one person, it's VFP 5.0 and a 1-to-many generated form.
When second user tries to access it they get the error--
Error 1705 File: (path to temp file on the second users computer) Another user may be closing or reindexing.
In the dataenvironment of the form BeforeOpenTables I added:
SET EXCLUSIVE OFF
SET REPROCESS TO AUTOMATIC
I also changed the buffering mode to 2 for the form.
But I still get the error.
Any suggestions?
Many thanks in advance!!
When second user tries to access it they get the error--
Error 1705 File: (path to temp file on the second users computer) Another user may be closing or reindexing.
In the dataenvironment of the form BeforeOpenTables I added:
SET EXCLUSIVE OFF
SET REPROCESS TO AUTOMATIC
I also changed the buffering mode to 2 for the form.
But I still get the error.
Any suggestions?
Many thanks in advance!!