Hello everybody
I'm having a problem on a net. Records seems not be locked.
Computer #1
-----------
USE \\NANCY\C\SISTEMAS\USUARIOS SHARED
=RLOCK()
BROWSE FOR ISRLOCKED()
The first record is showed. That's ok.
Computer #2 (a few seconds later)
-----------
USE \\NANCY\C\SISTEMAS\USUARIOS SHARED
BROWSE FOR ISRLOCKED()
The browse is empty. Nothing is showed there.
SET STATUS ON
GO TOP
On the status bar I can see:
Record Unlocked | Rec: 1/5
I was expecting to see the first record locked, but it's not. Somebody can explain me what happen here ?
Thanks in advance.
Walter.
P.S.:
-----
O.S. = Windows 98
USUARIOS.DBF = 5 records, no index
I'm having a problem on a net. Records seems not be locked.
Computer #1
-----------
USE \\NANCY\C\SISTEMAS\USUARIOS SHARED
=RLOCK()
BROWSE FOR ISRLOCKED()
The first record is showed. That's ok.
Computer #2 (a few seconds later)
-----------
USE \\NANCY\C\SISTEMAS\USUARIOS SHARED
BROWSE FOR ISRLOCKED()
The browse is empty. Nothing is showed there.
SET STATUS ON
GO TOP
On the status bar I can see:
Record Unlocked | Rec: 1/5
I was expecting to see the first record locked, but it's not. Somebody can explain me what happen here ?
Thanks in advance.
Walter.
P.S.:
-----
O.S. = Windows 98
USUARIOS.DBF = 5 records, no index