G
Gianluca_Venezia
Situation:
- ComboBox (Field id hidden + phone number)
- Data not in list in the ComboBox (phone number)
- Event "Not in list"
- Opening Form to insert data
When the insert data form is opened, sometime there is to change the
phonenumber into the form. Returnig to the main form, the system alert
that the inserted text is not in list.
To turn around this problem, insert data form pass to a volatile
variable the new id and the new number, and when it close, I write the
new id into the combobox.value. I have verified that this id is
inserted into the list, but the alert show the message always.
After "Not in list" event, there aren't event before the end of that
event.
ideas?
Bye
Gianluca
and sorry for my english.... I'm Italian...
- ComboBox (Field id hidden + phone number)
- Data not in list in the ComboBox (phone number)
- Event "Not in list"
- Opening Form to insert data
When the insert data form is opened, sometime there is to change the
phonenumber into the form. Returnig to the main form, the system alert
that the inserted text is not in list.
To turn around this problem, insert data form pass to a volatile
variable the new id and the new number, and when it close, I write the
new id into the combobox.value. I have verified that this id is
inserted into the list, but the alert show the message always.
After "Not in list" event, there aren't event before the end of that
event.
ideas?
Bye
Gianluca
and sorry for my english.... I'm Italian...