Hi All,
This is Sam.
I'm now running on troubles by using the command "Set Exclusive Off".
I designed the whole system using Visual Foxpro 6.0, and complied to exe
file. For now the system has been installed to three computers, one as a
server(with exe file), and other two for clients only.
I had used so many "Index on" commands and thought to be "not shared". I
added "Set Exclusive Off" before getting into my system, and added "Set
Exclusive On" before the command "Index On" and "Set Exclusive Off" after
that.
Like this:
*****************
Set Exclusive on
select table1
use table1
index on idnumber to table1
set exclusive off
*****************
And now I'm still running on this trouble. The system can only be opened by
itself(Server), but not able for other two computers through the local area
network.
Please help,
thanks
Sam.