Hello,
I have a combobox that is bound to field CustomerName. The combobox has 8columns and each one is being assigned to a field in the form after the combobox is updated.
If i write a CustomerName that is not on the list ( i set the Limit Property=No) after updating the record i get #deleted# to every field on that record in the form.
I think that i get #deleted# because after updating the combobox there is no value to assign in the combo1.Column([ColumnNum]).
Is there a way to stop the after update event procedure if the CustomerName is not on the list?
Thank you in advance.
I have a combobox that is bound to field CustomerName. The combobox has 8columns and each one is being assigned to a field in the form after the combobox is updated.
If i write a CustomerName that is not on the list ( i set the Limit Property=No) after updating the record i get #deleted# to every field on that record in the form.
I think that i get #deleted# because after updating the combobox there is no value to assign in the combo1.Column([ColumnNum]).
Is there a way to stop the after update event procedure if the CustomerName is not on the list?
Thank you in advance.