Startbeitrag von Jeff Grahamam 04.10.2010 22:55
Greetings,
Just a warning. it appears that HF CC Locks tab does not show R/W locks. I used the following code to create locks:
Then the HF CC shows only the locks on Product and Receive, however HInfoLock will show all the locks. This has been reported to PC Soft.
I was testing code to clear locks when this showed up. It could have wasted a lot of time if I relied on HF CC Locks tab only.
Cheers,
Jeff
PS WinDev, HF C/S and HF CC are at version 15 - 63g.
Just a warning. it appears that HF CC Locks tab does not show R/W locks. I used the following code to create locks:
IF OnTestMode() THEN
// create locks
HReadFirst(Product,Brief,hLockWrite)
HReadLast(Stock,ProductID,hLockReadWrite)
HReadLast(Receive,ProductID,hLockWrite)
HReadNext(Product)
HReadPrevious(Receive,ProductID,hLockWrite)
END
Then the HF CC shows only the locks on Product and Receive, however HInfoLock will show all the locks. This has been reported to PC Soft.
I was testing code to clear locks when this showed up. It could have wasted a lot of time if I relied on HF CC Locks tab only.
Cheers,
Jeff
PS WinDev, HF C/S and HF CC are at version 15 - 63g.