Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make Memory variables use Private Data Sessions
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00580254
Message ID:
00580827
Views:
38
>Mike, thanks for your assistance here and it gives me pointers.
>
>
>Just one thing thats puzzling me:-
>If I Make Properties Local to a screen, they are treated separately and dont interfere with a second instance of the same screen at the same time ..right ?
>
>If I make all the Memory variables lcoal,by looping around every field in a particular file, will these memory variables not then be local to the screen and not interfere with a second instance. If this is the case, I should not need to set up a Screen object to hold the memory variables ?

There's no place in a form to declare variables local/private for the form. The only way to do that is to writhe wrapper program for each form and declare variables private there. I think it's even more hassle than changing just once controlsource of the controls on the form.

< snip >
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform