INFLD now allows the V parameter (mainly used for specifying the parent control ID) to be a string parameter with the parent control name. This is the same concept as the PARENTNAME$ parameter in AUI_CONTROL. For example,
PARENTNAME$ = "dlgCustomer"
xcall INFLD, row, col, xmax, xmin, type, entry, inxctl, PARENTNAME, op, ...