Consultor Eletrônico



Kbase 17459: Why am I getting error 3077 on code that used to compile?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   03/03/2000
Why am I getting error 3077 on code that used to compile?

INTRODUCTION
============
In Progress versions earlier than 8.0A, we ignored illegal modifiers
when they were used in a FORM or FRAME statement.

Starting with 8.0A, these "syntactical errors" will receive Progress
error number 3077 (which is a warning)
WARNING: modifier other than AT, TO, BGCOLOR, DCOLOR, FGCOLOR, FONT, or VIEW-AS TEXT for head-item constant " <constant> " was ignored. (3077).

SOLUTION
========
To resolve the errors, you should refer to the documentation for the
FORM and/or FRAME statement and remove the modifiers that are not
syntactically correct.

One good example of an illegal modifier is attaching the FORMAT
modifier to a text literal.

Progress Software Technical Support Note # 17459