FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper No Exported Method
Posts: 74
Joined: Thu Oct 20, 2005 04:30 PM
No Exported Method
Posted: Thu Feb 15, 2007 06:28 PM

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
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
No Exported Method
Posted: Thu Feb 15, 2007 09:04 PM

Gilbert,

Please post the complete calls stack for the error

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 54
Joined: Fri Oct 21, 2005 10:45 AM
No Exported Method
Posted: Fri Feb 16, 2007 09:43 AM

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?

Continue the discussion