Consultor Eletrônico



Kbase 15134: Error 3077 with FORM statement
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   03/03/2000
Error 3077 with FORM statement


The FORMAT directive is ignored when used in FORM HEADER statement.
In early versions of PROGRESS, no error or warning was generated,
however starting with Version 8.0A the compiler now gives a warning:

WARNING: Modifier other than AT, TO, BGCOLOR, FGCOLOR, FONT, or
VIEW-AS TEXT for head-item constant <string> was ignored. (3077)

Compilation will still proceed despite this warning.

The following code shows a FORM HEADER which would generate this
warning:

FORM HEADER customer.name AT 7 "99999-999" AT 50 FORMAT "x(15)"
WITH PAGE-TOP WIDTH 85 ROW 3 NO-BOX SIDE-LABELS STREAM-IO
FRAME f-top.

Progress Software Technical Support Note # 15134