TDBEdit current and old value
Publicado: Dom Jun 03, 2007 12:08 am
Nice product!
How can I get the old value of an TDBEdit control inside of event OnExit
when the dataset is in Edit or insert mode?
For exemple,
oEdit is a TDBEdit control,
oEdit:OnSetFocus := { |oSender| myCheck(oSender) }
FUNCTION myCheck(oSender)
msgInfo(oSender:Value + " current value")
msgInfo(oSender:???????? + " old value")
RETURN .T.
Is it possible?
How can I get the old value of an TDBEdit control inside of event OnExit
when the dataset is in Edit or insert mode?
For exemple,
oEdit is a TDBEdit control,
oEdit:OnSetFocus := { |oSender| myCheck(oSender) }
FUNCTION myCheck(oSender)
msgInfo(oSender:Value + " current value")
msgInfo(oSender:???????? + " old value")
RETURN .T.
Is it possible?