Retrieve original value after a Ajax event

Dear All,

I’m evaluating Script Case, and I’ve to say I like a lot …!

On a form customers table, I’ve 2 select comboboxes: State, and City,

When State combobox is changed, an Ajax event upgrade Cities combobox.
(to make this I’ve followed the ajax video tutorial procedure)

When I navigate customers records on this form application
to see a customer record, I also see current customer’s state and City .

I.E: Customer Jhon Smith, State combobox : Texas, City combobox : Memphis.

If I change State from Texas, to Michigan, Cities combo change to show cities from Michigan.

My question is: if I select Texas state again, how can I do to cities combo show again “Memphis”?

Now, when I return to Texas state, cities combobox show the first record founded from cities tables
with “texas” state id: “Abernathy” , instead to show Memphis

How can I do to show again customer’s city ?

Re: Retrieve original value after a Ajax event

nobody ? :frowning: