RichardHall
Programmer
I have developed a multi user point of sale accounting application using visual foxpro 6.0.
I frequently encounter error 108 and 109 while updating the database. I've tried changing the "SET REPROCESS" a couple of times with little success. Forms use private data sessions and call the follow "SET" function in the initial event method.
&&&&&&&&&&&&&&&&&&&&&&&&&&&&
function SetsForPos()
set talk off
set compatible off
set deleted on
SET NEAR ON
set exclusive off
set safety off
set memowidth to 200
set status bar on
set clock status
set reprocess to 10
return
&&&&&&&&&&&&&&&&&&&
I'm looking for an experienced foxpro consultant to work with me to assist in resolving these issues.
Thx
Richard Hall
Rainier Computer Systems
(253) 840-5441
Rich@RainierComputers.com
I frequently encounter error 108 and 109 while updating the database. I've tried changing the "SET REPROCESS" a couple of times with little success. Forms use private data sessions and call the follow "SET" function in the initial event method.
&&&&&&&&&&&&&&&&&&&&&&&&&&&&
function SetsForPos()
set talk off
set compatible off
set deleted on
SET NEAR ON
set exclusive off
set safety off
set memowidth to 200
set status bar on
set clock status
set reprocess to 10
return
&&&&&&&&&&&&&&&&&&&
I'm looking for an experienced foxpro consultant to work with me to assist in resolving these issues.
Thx
Richard Hall
Rainier Computer Systems
(253) 840-5441
Rich@RainierComputers.com