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



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


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
