Previous | Next | (P-PDF) JavaScript
Topic: Re: Comb box snafu
Conf: (P-PDF) JavaScript, Msg: 86626
From: Jedi
Date: 4/25/2003 03:07 AM
Try changing your combo field's format to Custom.
Then, in the keystroke script area paste this:
if(event.change){app.alert(event.changeEx);}
and see how it works.
Check out the event section of the Javascript guide for more info about changeEx.
Cliff
PS: Is it me or did this forum previously not let us type in app.alert?