Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I use a parameter
Message
 
To
11/06/2001 18:04:38
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00518121
Message ID:
00518217
Views:
14
I'm not sure I understand your question, but you might find the following helpful:
FOR EACH Page IN THISFORM.Pageframe1
  .MyProperty = 
ENDFOR
>I need to set a property on a pageframe and it needs to go be on a specific
>page depending on a parameter. I can do it the old fashion way as in using
>a loop, if then, or case but is there a way to do it easier.
>
>Here is the example.
>
>I am on page 1 of the pageframe and the page that needs to have a property set is page 2. The manual way is...
>
>thisform.pageframe1.page1.myproperty=.f.
>thisform.pageframe1.page2.myproperty=.t.
>
>I need to manipulate the pageX in the above.
>
>Thanks
Brien R. Givens

Brampwood Systems
Previous
Reply
Map
View

Click here to load this message in the networking platform