I found the error.
I have a Class RHEndereco which is %SerialObject.
In this class i have a propertie called CEPFormatado which is calculated and
has a SQL code, something like Set
{CEPFormatado}=$e({CEP},1,5)_"-"_$e({CEP},6,8)
I have a propertie Endereco in the class User.RHTabLotacao that points to
class RHEndereco.
This definition is the compilation's problem.

It worked on 3.2.1 version. What is the best way to solve it on 5.0.7?

Ribamar



"Denver Braughler" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> Ribamar wrote:
> > Compiling class User.RHTabLotacao ..................
> > Compiling table SQLUser.RHTabLotacao ...
> > ERROR #5502: Erro durante a compila��o da tabela SQL
''SQLUser.RHTabLotacao'
> > err:  <SUBSCRIPT>code1+8^%qaqcdt'
>
> You could post class User.RHTabLotacao here.
>
> <SUBSCRIPT> wants to say that there is something that the compiler tried
to use as a subscript that was not a valid subscript.
> Usually, <SUBSCRIPT> wants to say that the subscript is too short.
> Sometimes it wants to say that the subscript is too long.
>
> Eliminate all the methods and half the properties from your class.
> Then compile again.
> Keep eliminating half until you are down to one property alone that causes
the error.



Reply via email to