Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 4.9/5.0, builds 850-998 > 976 - 15 Dec 06

"V" parameter

Scroll Prev Top Next More

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, ...