Subject Re: [IBO] Post in TIB_Edit OnEnter/OnExit Events blocks input
Author Andreas Pohl
Lukas,

I would prefer TIB_Query.OnValidateField event. So you know which field was changed, you can validate and post changes and change other field values depending on changes of current one. Very handy and central maintainable.

Mit freundlichem Gruss & Best Regards

Andreas Pohl
apohl@...
www.ibp-consult.com

>Now, I want the dataset to be posted when I change fields. So I added an
>OnExit event to the TIB_Edits which does a PostRetaining to the dataset
>when the field exited was modified.