Suppose you have a reference group control ReferenceGroupCtrl in your form and you have defined an EDT on it. Now you want to get its selected record value.
To get RecId of the selected Record, you can use,
To get Text of the selected Record, you can use,
To get RecId of the selected Record, you can use,
ReferenceGroupCtrl.value()
To get Text of the selected Record, you can use,
ReferenceGroupCtrl.controlNum(1).valueStr()
where 1 is the first control inside a reference group
No comments:
Post a Comment