&fld = GetRecord(Record.ABC_TBL).GetField(Field.ABC_FIELD); /* Assume that ABC_FIELD have some translate value */
&fld.ClearDropDownList(); /* Clear the drop down list before adding new value */
/* Add in new drop down list values */
&fld.AddDropDownItem("A", "Approved");
&fld.AddDropDownItem("S", "Submitted");
&fld.AddDropDownItem("P", "Denied");
Thursday, April 2, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment