Could you please give a sample about lLock parameter in EditBaseRecord.
What behavior should I expect when I set it to .T.
- Code: Select all Expand view
- Enhancement to method EditBaseRecord(...)
Added optional new 5th param, lLock (default .f.)
Revised syntax:
EditBaseRecord( [cFieldList], [lNew], [bEdit], [oBrw], [lLock] )
If lLock is set to true, the row is locked for edit and lock is released
after edit.
Thanks.