when will TDataField:lModified set to .T.?
Publicado: Lun Sep 11, 2006 2:42 pm
José,
how can I find out if the content of the DBDataControl (the DBDataControl's
buffer) is changed?
I'm using the OnExit like this:
METHOD FExit( oSender, oNextCtl ) CLASS TForm2
LOCAL lOk
lOk:= oSender:oDataField:lModified //it is always .F.
LogDebug(lOk)
RETURN Nil
The complete sample ist attached.
Can you spend a little time to have a look in it and tell me what I'm doing
wrong?
Thanks in advance
Ingo
--
Attached files TestEvent.zip (3.3 KB)Â