Combo Box value
70 pts.
0
Q:
Combo Box value
Hi, Can anyone explain me how to set a value to combobox in lotusscript through code Thanks Raji
ASKED: Oct 21 2009  12:44 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
70 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Same problem, same solution :


Dim ws as new notesUIWorkSpace
Dim uidoc as notesUIDocument
Set uidoc=ws.currentdocument
Call uidoc.FieldSetText( "PSD_Indicator" , uidoc.FieldGetText("AccountType") )
Call uidoc.refresh

Can you tell me how to set a value of PSDIndicator dialoglist with a value from the choices of PSDIndicator.
Last Answered: Oct 22 2009  6:14 AM GMT by SAMRAJ   70 pts.
Latest Contributors: BruceWayne   1600 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

SAMRAJ   70 pts.  |   Oct 22 2009  11:37AM GMT

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

 
0