How do I pick from the domino directory + another view from another database?
I am using lotus script and below seems to pick only the address book:
pchoice=ws.PickListStrings( PICKLIST_NAMES )
I need to be able to pick up username from another view (different database) as well. Is that possible? Help…
Subject: pickliststrings
To Pick any view from any of the database ,you have to change the Picklist arguments as follows
w.PickListStrings(PICKLIST_CUSTOM,True,SERVER_NAME,DTABASE_NAME,VIEW_NAME,TITLE,PROMPT,1)
Hope this helps you
Subject: RE: pickliststrings
i want to pick the two together. Is that possible?
Subject: RE: pickliststrings
As I know ,Its not possible