I want to allow users to select which address to display on a form. For example a client has multiple locations, so when a note is made about a client, the location can be shown correctly.
I created a form that the user can use to open a dialog and enter addresses. When the dialog is exited using a button the address for m is saved, creating multiple addresses for each if needed.
On the form I want to display just one at a time. I was going to use a combobox, but that seemed too complicated, or not possible. So i decided to use a button to select it and using @PickList. I have no attachments to @PickList or any other method, I just want to make it happen.
As it has been a while since I have done any lotusscript or any notes programming, I am a little rusty.
I am looking for suggestions on how to do this. Ideally it would be in a combobox.
I am not asking for step by step, or all the code, just a nudge in a suggested direction. Of course if you had something to share I would obviously try it and be grateful.
TIA
Joe