Kbase P115252: Character Client does not display browse label correctly
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/08/2008 |
|
Status: Unverified
SYMPTOM(s):
Character Client does not display browse label correctly
Character Client browse label is not converted to cpstream
Extended accented characters do not display correctly in Character client brows label
VIEW statement prevents conversion for display from cpinternal to cpstream with browse labels.
Position of View statement prevents cpinternal to cpstream conversion.
The position of the view statement can affect a browse label display. If the VIEW statement is before the label assignment then the browse label will display without converting from cpinternal to cpstream. If the VIEW statement is after the assignment then the browse column label will display correctly. For example:
VIEW FRAME f_test.
ASSIGN labelStr = "Label: é èàù"
Fillin:label = labelStr
Browse.Column1:LABEL = labelStr.
/*VIEW FRAME f_test.*/
This is only a problem with Character Client sessions and browse objects. Fillin widget labels display correctly regardless of the VIEW statement.
FACT(s) (Environment):
Progress 9.1D
Progress 9.1E
OpenEdge 10.x
All Supported Operating Systems
CAUSE:
Bug# OE00128165
FIX:
As a work around, move the VIEW statement after the label assignment.