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?
You have 'C4' used twice.
Tom @ FGSS
Also put a blank line before the <G G3...> line.
Thanks Tom. The blank line worked. A strange error though for a missing blank line!
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
LAYOUT
GRID
{
<G "Title" >
label inside group
< >
Group ends above
}
END
HTH and Kind Regards, Leo