Consultor Eletrônico



Kbase P4575: GPF when updating a field into a message
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/8/2005
Status: Verified

FACT(s) (Environment):

Progress 9.1x

SYMPTOM(s):

GPF when updating a field into message

Exception code: C0000005 ACCESS_VIOLATION in protrace file

umRadioDisplay in protrace file

CAUSE:

The length of the text displayed in the message is too long.

FIX:

Limit the size of the text displayed in the message to 95 characters.

For example:

DEFINE VARIABLE vc AS CHARACTER NO-UNDO.
DEFINE VARIABLE vl AS LOGICAL NO-UNDO.

ASSIGN vc = FILL('X',95).

MESSAGE vc UPDATE vi.