Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Brain Cramp
Message
From
19/09/2000 20:57:12
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00418327
Message ID:
00418336
Views:
16
DJ,

A form property array can be seen anywhere in the application while the form is open.

To have a "public" array you can DIMENSION it in your Main program, and it doesn't even need to be PUBLIC there. You can always re-size it later. This is a common technique for keeping form object references alive - start with an array in the Main and every time you instantiate a form clall just add a reference to it in the array.

Ed's already given you the syntax.


>I need to define two arrays and have them accessible anywhere in the application. How do I make an array public? Or if not public, then a property of the form that can be seen anywhere in the application.
>
>TIA
>
>DJ :o)
Previous
Reply
Map
View

Click here to load this message in the networking platform