Consultor Eletrônico



Kbase P97720: 10.0B Prowin32 error from referencing SELECTION-TEXT attrbute
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/04/2005
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.0B
Windows

SYMPTOM(s):

Prowin32 error from referencing SELECTION-TEXT attrbute

protrace file shows Fault address: 1032AAE4 01:00329AE4 <DLC>\bin\prow32.dll

CAUSE:

Bug# 20041111-005

CAUSE:

Referencing SELECTION-TEXT in a statement like:
ASSIGN button-handle:SENSITIVE = LENGTH( fill-in_handle:SELECTION-TEXT ) > 0.

FIX:

Upgrade to 10.0B02
OR
Use TEXT-SELECTED instead of SELECTION-TEXT where it can be done.
Example:
ASSIGN button-handle:SENSITIVE = fill-in_handle:TEXT-SELECTED.