80 pts.
 Combo Box value
Hi, Can anyone explain me how to set a value to combobox in lotusscript through code Thanks Raji

Software/Hardware used:
ASKED: October 21, 2009  12:44 PM
UPDATED: October 22, 2009  11:37 AM

Answer Wiki:
Same problem, same solution : <pre> Dim ws as new notesUIWorkSpace Dim uidoc as notesUIDocument Set uidoc=ws.currentdocument Call uidoc.FieldSetText( "PSD_Indicator" , uidoc.FieldGetText("AccountType") ) Call uidoc.refresh </pre> Can you tell me how to set a value of PSDIndicator dialoglist with a value from the choices of PSDIndicator.
Last Wiki Answer Submitted:  October 22, 2009  6:14 am  by  SAMRAJ   80 pts.
All Answer Wiki Contributors:  SAMRAJ   80 pts. , BruceWayne   4,075 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Hi,
Can you tell me how to set the value of PSDIndicator from among its choices.I mean how to get the value from the choice list of a particular dialoglist…….

Regards,
Raji

 80 pts.