Subscribe for automatic updates: RSS icon RSS

Login icon Sign in for full access | Help icon Help
Advanced search

Pages: [1]
  Reply  |  Print  
Author Topic: Error -6813 in per file  (Read 8039 times)
Bradford D.
Posts: 6


« on: March 15, 2012, 03:45:24 pm »

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?

* screeng.per (9.5 KB - downloaded 662 times.)
Sundar K.
Posts: 17


« Reply #1 on: March 15, 2012, 07:24:53 pm »

You have 'C4' used twice.

Tom @ FGSS
Sundar K.
Posts: 17


« Reply #2 on: March 15, 2012, 07:33:24 pm »

Also put a blank line before the <G G3...> line.
Bradford D.
Posts: 6


« Reply #3 on: March 19, 2012, 11:07:43 pm »

Thanks Tom.  The blank line worked.  A strange error though for a missing blank line!
Leo S.
Four Js
Posts: 126


« Reply #4 on: March 20, 2012, 12:06:05 am »

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
  1. LAYOUT
  2. GRID
  3. {
  4. <G "Title"         >
  5.  label inside group
  6. <                  >
  7. Group ends above
  8. }
  9. END
  10.  
HTH and Kind Regards, Leo
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines