.lookupRefs() |
This technical function is not typically needed. You only need it if you want to access runtime meta data of a Lookup control, in particular, if you need to access which is the runtime data source alias. You can access runtime meta data in the reverse direction (from a given data source to the lookup controls that refer to it) via the .lookups() function. Returns an array. Syntax
Example $.udbMeta('EMP').lookupRefs();
See Also |