Hi, I am new programing with notes client and I have a lot of question jejeje, but I have a form and I have a button when I click it, it should display a list with diferents options. this list I have to build with diferents things, my question is how can i do this??, I hope someone can help me, thanks
Subject: DialogBox Options
the question is very vague. when should the list come from? from a profile document, a view, a hard coded list?
I would read about picklist and prompt in the NotesUiWorkspace methods, and then post a response to this.
John
Subject: RE: DialogBox Options
Very vague- I think I would actually read about dialog lists, radio buttons etc first.
Subject: DialogBox Options
Making a few assumptions, here is what I think you are trying to achieve:
With the click of a button, you want a dialogbox to appear that has a selection list.
1st Step: Create your data source with a new form and view
2nd Step: Create another new form having section. On this section, create a dropdown field and pull in the values by using DbColumn pulling in the column value from the view created in Step 1
3rd Step: Come back to the original form that has the botton. Call the Form thru this botton using Dialogbox. Make sure you have a field name with the same name as form in Step 2