Hello
Is there any way to collapse a combobox if the user hasn’t made a selection within a set time?
Notes client only.
If not anyone point me in the direction of an applet that may do the trick?
Thanks
Hello
Is there any way to collapse a combobox if the user hasn’t made a selection within a set time?
Notes client only.
If not anyone point me in the direction of an applet that may do the trick?
Thanks
Subject: Read up on the NotesTimer class. In combination w/ the PostOpen event of the DialogBox and a ui.Close should get you somewhere.
Subject: RE: Read up on the NotesTimer class. In combination w/ the PostOpen event of the DialogBox and a ui.Close should get you somewhere.
Thanks Bill,
I had thought about that, but it reloading the ui will probably be a bit of a pain for the user. I’ll see if I can find a nice java applet.
Thanks for the input