Consultor Eletrônico



Kbase P11859: Browse column labels are not centered in a Dynamic SmartDataBrowser
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/11/2009
Status: Unverified

SYMPTOM(s):

Browse column labels are not centered in a Dynamic SmartDataBrowser

Center option :C for a column label is ignored in a Dynamic SDB

Column string attributes are not inheritted through SDOs to Smart Browsers

FACT(s) (Environment):

Windows
Progress 9.x
OpenEdge 10.x

CAUSE:

Bug reported in Issuezilla# 1383

CAUSE:

Enhancement Request# 0000003976

FIX:

To workaround this limitation either use a Static SmartDataBrowse and add the string attribute to the label in the column editor or run the following code to manually set the string attribute to the label in the SDO, which will be reflected in all browsers and dynamic browsers linked to it:

DYNAMIC-FUNCTION('assignColumnLabel':U IN h_<sdo>,
INPUT '<COLUMN NAME>',
INPUT '<LABEL>':C<x>).