Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New DS in a program - have problems - Urgent!
Message
From
02/01/2001 15:48:59
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00458554
Message ID:
00458630
Views:
20
Hello, Nadya.

Why don't you just use the Session Class.
oNadyaSession = CreateObject( "Session" )
Better yet, sublass it in code, and use your class. It doesn't matter if you don't add anything to the subclass yet. Just as always, is better to have a subclass in advance.

One good approach would be to convert you program in a Session subclass. If you have just plain code with many functions/procedures, thay become methods, but no code change needed...

Good luck!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform