Hi again,
The following codes in my program keep adding a new blank record when someone in the network have FLOCK to the database,
----------------------------------
Use price shared new
dbappend()
if neterr()
@ say ... "soneone updating, try later..."
else
replace the fields...
endif
----------------------------------
How can I know some other application had FLOCK to the database so I can prevent to issue a DBAPPEND() command.
thanks in advance.
Larry
The following codes in my program keep adding a new blank record when someone in the network have FLOCK to the database,
----------------------------------
Use price shared new
dbappend()
if neterr()
@ say ... "soneone updating, try later..."
else
replace the fields...
endif
----------------------------------
How can I know some other application had FLOCK to the database so I can prevent to issue a DBAPPEND() command.
thanks in advance.
Larry