Return type:
Applies to:
ADD-COLUMNS-FROM ( buffer-handle table-name-exp , except-list )
DEFINE VARIABLE ExcList AS CHARACTER INITIAL "Amount,Total-Paid".. . .AddCol = BrwsHndl:ADD-COLUMNS-FROM("invoice", ExcList).To create a combo-box or toggle-box browse column for a buffer-field, specify the widget type in the buffer-field’s VIEW-AS attribute. A buffer-field’s VIEW-AS attribute setting remains in effect for subsequent columns created for that buffer-field, until you change the attribute setting, and changing the attribute setting does not affect previously created columns. (The VIEW-AS attribute has no effect in character mode.)
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |