Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object.CLICK how do dynaically write to.
Message
From
14/04/1998 11:17:03
 
 
To
14/04/1998 10:33:05
Mark Kessler
U.S.M.C. - Network Operation Center
Quantico, Virginia, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00091709
Message ID:
00091778
Views:
23
>Thanks for the help...
>
>the main reason I was doing this is so that each page could have a variable and other code.
>
>Is there anyway to create a variable durring runtime to a page?

I am not sure I understand what you are trying to accomplish...
what is a page? As in a page in a pageframe? You usually know how many pages you have at design time, so you could declare that many variables then. If your pagecount is dynamic, you could declare an array with

DIMENSION pagearray(thisform.mypageframe1.pagecount,1)

and then populate it with
FOR i = 1 to thisform.mypageframe1.pagecount
pagearray(i) = ((some function))
ENDFOR

I have no idea if this is even close to the advise you were looking for. HTH
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform