Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object.CLICK how do dynaically write to.
Message
De
14/04/1998 11:17:03
 
 
À
14/04/1998 10:33:05
Mark Kessler
U.S.M.C. - Network Operation Center
Quantico, Virginie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00091709
Message ID:
00091778
Vues:
24
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform