Progress
ADM 2 Reference
columnProps (data.p)
Returns a list of all requested properties for all the requested columns of the RowObject table. If the pcColList parameter is ”*”, then returns all the columns in the RowObject Column List.
Parameters:INPUT pcColList AS CHARACTER
A comma-separated list of column names for which properties are to be returned.”*” indicates all of the columns in the DataObject.
INPUT pcPropList AS CHARACTER
A comma-separated list of properties to be returned. Valid list items are DataType, Extent, Format, Help, Initial, Label, Mandatory, Modified, PrivateData, QuerySelection, ReadOnly, StringValue,ValExp, ValMsg, and Width.
Returns: CHARACTERNotes: Returns a character string of <col1Props> CHR(3) <col2Props> ... where each <colnProps> is of the form: <columnName> CHR(4) Prop1Value> CHR(4) Prop2Value ...
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |