Skip to main content
Version: 10.1

ColsMeta.prompt()

note

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

ColsMeta.prompt()

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

Returns a string.

Syntax

$.udbMeta( *ds* ).cols( *cols* ).prompt()

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

Example

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