showDataChoiceBetween method

dynamic showDataChoiceBetween(
  1. dynamic param,
  2. 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);
}