Kbase P105341: Error 4132 when querying the COLUMN attribute of a browse column.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
SYMPTOM(s):
Error 4132 when querying the COLUMN attribute of a browse column.
** Invalid character unit value <value>, Changed to 320. (4132)
The browse viewport is smaller that 320 columns.
Browse columns do not fit the viewport.
The browse can be scrolled horizontally.
<value> in error 4132 is larger than 320.
<value> in error 4132 is the original, correct value of the COLUMN attribute of the browse column.
CAUSE:
This is a known issue.
The 4GL has problems dealing with coordinates and sizes larger than 320 columns.
FIX:
Use the X attribute of the browse column, and divide by SESSION:PIXELS-PER-COLUMN.