Hi everyone... i have this code...
SELECT pendlag
IF FLOCK()
flush
if !eof()
GO top
DO WHILE !EOF()
ENDDO
UNLOCK IN pendlag
ENDIF
in the pendlag, it is populated by two client computers, when i browse the pendlag table, i see all those added by the two client computers, but only those added by the server is being deleted, all other records added by the two client computers are not? How to refresh the tbale so that all records added by the two clients are recognized? Please help me find answers... Thanks and God bless....
SELECT pendlag
IF FLOCK()
flush
if !eof()
GO top
DO WHILE !EOF()
If tsulat.status = "Inactive"
DELETE
endif
SKIPENDDO
UNLOCK IN pendlag
ENDIF
in the pendlag, it is populated by two client computers, when i browse the pendlag table, i see all those added by the two client computers, but only those added by the server is being deleted, all other records added by the two client computers are not? How to refresh the tbale so that all records added by the two clients are recognized? Please help me find answers... Thanks and God bless....