ColsMeta.label()


This article is about the label() function of the ColsMeta object.

This function is now obsolete. Prefer ColsMeta.prompt().

ColsMeta.label()

Returns this column's prompt. This is determined by the "Prompt" column attribute in USoft Definer.

Returns a string.

Syntax

$.udbMeta( ds ).cols( cols ).label()

The optional ds is a data source selector. The optional cols is a column selector.

Example

var label = $.udbMeta('EMP').cols('EMPNO').label();

 


0 replies

Be the first to reply!

Reply