Error -6813 in per file

Started by Bradford D., March 15, 2012, 03:45:24 PM

Previous topic - Next topic

Bradford D.

As you can see in the attached file, I am getting an error -6813 when trying to compile the per file.  Thie file attached is actually the .err file but I could not attacch that file as it is not in the list of acceptable file so I merely renamed the .err to the .per and attached it to this post.

Can you tell me why I am getting this error?  Is the group definition incorrect?

Sundar K.

You have 'C4' used twice.

Tom @ FGSS

Sundar K.

Also put a blank line before the <G G3...> line.

Bradford D.

Thanks Tom.  The blank line worked.  A strange error though for a missing blank line!

Leo S.

Quote from: Bradford Dussiaume on March 19, 2012, 11:07:43 PM
Thanks Tom.  The blank line worked.  A strange error though for a missing blank line!
Hi ,
the form compiler has sometimes a hard job to detect where it should end the group box.
Since Genero 2.x you can therefore put an explicit marker into your .per to make it clear for you and the form compiler
Code (genero) Select

LAYOUT
GRID
{
<G "Title"         >
label inside group
<                  >
Group ends above
}
END

HTH and Kind Regards, Leo