Greetings all,
Could someone please tell me how to get the original value of a tField
before posting to the record.
field.validate
{
validate_data;
otherfield.value:=field.value;
I was under the impression that field.text contains the new value toQuote:}
be validated, while the .value retains the original. It seems
impossible to access the original value once the user has modified the
field, but I know it must be possible, as the 'rollback' can be done
if the user presses [esc] to abort the edit.
Can anyone see my problem here? Any solutions?
---
Clayton Andrews, Cape Town, ZA