J
Joe
Is there anyway to use all 3 of these together? Since Parse doesn't get
called till after Validating I have no way of doing a proper validation
without Parsing the data manually in the Validating event which sort of
defeats the purpose of having a Parse event.
For example:
I have a ComboBox which has one value in the list called "Auto". The
expected value entered by the user will be either "Auto" or an integer or
they can select "Auto" from the dropdown.
"Auto" = 0.
The Format event makes sure that if the value = 0 than "Auto" is displayed
and the Parse event reverses it.
Since Validating is called before Parse the value isn't correct and instead
of it being "Auto" or an integer it could be anything.
Any suggestions?
-Joe
called till after Validating I have no way of doing a proper validation
without Parsing the data manually in the Validating event which sort of
defeats the purpose of having a Parse event.
For example:
I have a ComboBox which has one value in the list called "Auto". The
expected value entered by the user will be either "Auto" or an integer or
they can select "Auto" from the dropdown.
"Auto" = 0.
The Format event makes sure that if the value = 0 than "Auto" is displayed
and the Parse event reverses it.
Since Validating is called before Parse the value isn't correct and instead
of it being "Auto" or an integer it could be anything.
Any suggestions?
-Joe