No Exported Method

Post Reply
Gilbert
Posts: 74
Joined: Thu Oct 20, 2005 4:30 pm
Location: Canada

No Exported Method

Post 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
Gilbert Vaillancourt
turbolog@videotron.ca
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Gilbert,

Please post the complete calls stack for the error
regards, saludos

Antonio Linares
www.fivetechsoft.com
Vladimir Grigoriev
Posts: 54
Joined: Fri Oct 21, 2005 10:45 am
Location: Russia, Moscow
Contact:

Post 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?
Post Reply