Consultor Eletrônico



Kbase P7458: How to use the ColumnValue function in smart objects applica
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/2/2003
Status: Unverified

GOAL:

How to use the ColumnValue function in smart objects application?

FACT(s) (Environment):

Windows 32 Intel

FACT(s) (Environment):

Windows NT 32 Intel/Windows 2000

FACT(s) (Environment):

Progress 9.1C

FIX:

The columnValue function returns the UNFORMATTED character value of a specified column in the SmartDataObject RowObject buffer.

This is sample call to this function:

DEFINE VARIABLE cValue AS CHARACTER NO-UNDO.
/* Some code may be inserted here */
cValue = DYNAMIC-FUNCTION('columnValue':U IN h_handle, INPUT "pcColumnName").

Where pcColumnName is an unqualified column name of a RowObject field, a column name qualified with ·RowObject" or a qualified database field name.