Input Selection using Lotus Script

Hi,

Is there any way to allow a user to select an input from a list of options (like ticking a radio button) from within a script button?

I would like a user to be able to select a month from the list of 12 months

TIA

Subject: Input Selection using Lotus Script

You can use the prompt method from notesuiworkspace.

Subject: Input Selection using Lotus Script - solved

Hi,

Thanks to you both

The workspace.prompt worked just as I wanted

Cheers

Subject: Input Selection using Lotus Script

Sure. Look at the Prompt method of the NotesUIWorkspace class. In this case, you’d be looking for the PROMPT_OKCANCELLIST version.