Thank you for your comments, Denver. I can't send you right now the class because there are many relationships between this class and others. It is almost impossible to send you the class "alone". I am trying to "clean" the class to check if the problem persists or not. If I clean all the methods, the problem persists. If I clean all the queries, the problem persists. Now i am trying to work on the properties, let's wait and see.
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.
