I have an application developed with clipper 5.2e + SIXCDX rdd 3.0.
All archives are DBF and indexes are CDX
I make then a simple application in VB.NET 2005 with Sequiter Codebase 6.5
NET to test DBF locking compatibility.
When I lock a record using clipper application, this record is seen as
locked from VB.NET application too.
Now I need to know if a record is locked before I try to lock it.
So I use the function d4lockTest, but it return 0 (not locked) for all
records in DBF.
May someone help me to solve this problem ?
Regards
Catello