Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Collection
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00502866
Message ID:
00502878
Views:
18
Dangit more corrections. :|
>o.AddItem("My Own ClAsa", "myclass", "myclass.prg")
myclass is just an empty test class. If you're testing this it needs a PRG named "myclass"
* myclass.prg
DEFINE CLASS MyClass AS SESSION
ENDDEFINE

In the Items_Acess method
>IF NOT vMember > lnLength OR vMember = 0  && VFP collections not zero based
Should be:
IF NOT vMember > lnLength AND NOT vMember = 0
Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform