showDataChoiceBetween method
dynamic
showDataChoiceBetween(
- dynamic param,
- dynamic context
Implementation
showDataChoiceBetween(param, context) {
/*gLabel: labelList[i],
gType: gLocalAction,
gActionid: 'setTableWhere',
gValue: value,
gParam: param,
gTableID: param[gName],
gCharacter: true,*/
showPopupItem(param[gItem], param[gTypeOwner] ?? gTable, param[gTableID],
'', gAdvanceSearch, null, context, false);
}