Progress
ADM 2 Reference
columnReadOnly (sbo.p)
Returns TRUE or FALSE depending on whether the specified column is READ-ONLY in the owning SmartDataObject. SmartBusinessObject version of the SmartDataObject function.
Parameters:INPUT pcColumn AS CHARACTER
Name of the column of interest, qualified by the ObjectName of the owning SmartDataObject.
Returns: LOGICALNotes:
- A column is defined as READ-ONLY if it is not in the list of UpdatableColumns.
- A visualization can use this function dynamically to determine whether the field should be updateable on the screen. There might be circumstances where it is desirable to have some field updateable on the screen, but if the field is READ-ONLY in the SmartDataObject, updates made to the values on the screen will be discarded without notice by the SmartDataObject.
- The SDO columnDataType option of permitting a name qualified by database table name is not supported.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |