duplo1
Posts: 67
|
| Posted: 05/10/2006, 3:14 PM |
|
Hola to everybody
I have a listbox (Airline_Pref) where users can select Airlines in an editable Grid. And there is a second field (Airline_Others) which I need to be invisible.
If they select an Airline from the Listbox the field Airline_Others stays invisible.
If they select OTHERS in this listbox the invisible field Airline_Others becomes visible and they can enter the airline.
Can someone please help and show me how I make the field AIRLINE_Others invisible and then visible ?
Thank you in advance.
Christoph
|
 |
 |
Edd
Posts: 547
|
| Posted: 05/16/2006, 8:36 PM |
|
Christoph,
This will require you to use JavaScript and some event coding in the BeforeShowRow event.
I would start by researching some Javascript techniques in Google on hiding / showing objects based upon a listbox results and then using spam wrappers around the Airline_Others listbox and the javascript hide / show your listbox.
This is not a Javascript beginners project on an editable grid.
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
|