Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object or NoObject?
Message
From
30/07/2013 10:54:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Object or NoObject?
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01579421
Message ID:
01579421
Views:
59
Hi,

I have following coding:
DO case
case myCondition
Otherwise

loObj    = Sys( 1270 )
        
        If Vartype( m.loObj ) # "O"
            Return
        Endif
        
        lcClass  = m.loObj.Class
endcase
Which errors on line lcClass = m.loOj.CLass with error 1426
In Debugger vartype(m.loObje) = "O"

Any idea what kind of mistake in this coding?

Regards,

Koen
Next
Reply
Map
View

Click here to load this message in the networking platform