Title: Error 2029 compiling a form with Genero v2.11.xx Post by: David H. on April 29, 2009, 11:51:49 am When the attached form is compiled with Genero v2.11.02-v2.11.14 we get an error 2029. When compiled with Genero v1.32 it compiles fine....
Title: Re: Error 2029 compiling a form with Genero v2.11.xx Post by: Sebastien F. on April 29, 2009, 12:03:33 pm Hello,
Can you provide the database schema file please? Seb Title: Re: Error 2029 compiling a form with Genero v2.11.xx Post by: David H. on April 29, 2009, 12:17:20 pm Hi Seb.
Please see attached. Hope there is nothing wrong with the schema as I wrote my own function to generate schema's automatically whenever a change in our database structure is detected! Cheers. David Title: Re: Error 2029 compiling a form with Genero v2.11.xx Post by: Sebastien F. on April 29, 2009, 12:24:17 pm Thanks David,
Actually you have some fields like a2, a5, a8 that are defined with the (old) multi-line field tag, repeating the tag name in each line: Code
This is now interpreted as a list/Matrix field... You should remove the tag name in subsequent tags. Seb Title: Re: Error 2029 compiling a form with Genero v2.11.xx Post by: Sebastien F. on April 29, 2009, 12:26:01 pm Sorry little typo in per example, you have actually:
Code
Title: Re: Error 2029 compiling a form with Genero v2.11.xx Post by: David H. on April 29, 2009, 12:48:29 pm Cheers for that. The error message sent me looking in the wrong direction totally!
Title: Re: Error 2029 compiling a form with Genero v2.11.xx Post by: Sebastien F. on April 29, 2009, 03:21:03 pm Hum... yes...
I wonder why we don't have the same error message as Informix form4gl: Code
Title: Re: Error 2029 compiling a form with Genero v2.11.xx Post by: Reuben B. on April 29, 2009, 11:01:10 pm This page in the documentation has a description for each each error message and a suggested solution. https://4js.com/techdocs/genero/fgl/devel/DocRoot/User/FglErrors.html
Title: Re: Error 2029 compiling a form with Genero v2.11.xx Post by: David H. on April 30, 2009, 04:16:48 pm This page in the documentation has a description for each each error message and a suggested solution. https://4js.com/techdocs/genero/fgl/devel/DocRoot/User/FglErrors.html Hi Reuben, Believe it or nor I did actually check there before posting but the way the error was presented:- Code
Made me think the error was within the screen record itself and not something wrong within the screen section. I think I must have been having one of those days! :-) |