Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Biz obj call?
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00770767
Message ID:
00775212
Views:
26
>I have a class for logins. I want to pass the UserID & PW to the class, have the class return a 0->4 depending on the data.
>
>oLogins is my class.
// You have to instantiate the class

oLogins ologin = new oLogins();

// Then you can use it
int status = ologin.ValidateEntry(lcUID, lcPW);


BOb


>
>I error on this line?
>
>int status = oLogins.ValidateEntry(lcUID, lcPW)
>
>Error is "Cannot be accessed with a reference, must be a typed name"
>
>TIA
>
>__Stephen
Previous
Reply
Map
View

Click here to load this message in the networking platform