Page 1 of 1

No Exported Method

PostPosted: Thu Feb 15, 2007 6:28 pm
by Gilbert
Hi All,


It`s been a long time since I posted on the forum.

I have a new problem that came from nowhere. All my apps where working fine until yesterday. Now I get an error on Get objects when I change from one get to another.

Error Objects/6 No Exp. Method TSTRUCT:_NSIZE from errorsys, line: 0

Any Idea where this can come from ? :cry:

Regards,

Gilbert

PostPosted: Thu Feb 15, 2007 9:04 pm
by Antonio Linares
Gilbert,

Please post the complete calls stack for the error

PostPosted: Fri Feb 16, 2007 9:43 am
by Vladimir Grigoriev
Just as idea maybe TSTRUCT:NSIZE is readonly class variable and cannot be used at left side of assignment statement. Or instead of class referencing TSTRUCT you should use an object name?