Dear Friends,
Normally, we can have use Ajax’s OnChange to dynamically load a field (Select Type).
Now, I want to do reverse.
- Let’s say, I have <Field “A”>, <Field “B”>, and <Field “C”> as criteria.
- I have <Field “D”> (Select Type) as a result of filtering from <Field “A”>, <Field “B”>, and <Field “C”>.
- Is it possible that when <Field “D”> is On Focus, this Field “D” is automatically load values based on <Field “A”>, <Field “B”>, and <Field “C”>?
Any help / suggestions are appreciated.
Capecode