Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining active page frame
Message
From
30/08/2001 11:35:10
Larry Huisingh
Lockheed Martin Information Technology
Richland, Washington, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Determining active page frame
Miscellaneous
Thread ID:
00550904
Message ID:
00550904
Views:
56
I have seen references to the ActiveForm property as well as the ActivePage property. Is there such a thing as ActivePageFrame? I want to be able to loop through all the objects in a page on a page frame without having to know the actual page frame name. For now I have to have code with the specific frame name hard coded as in
WITH _SCREEN.ActiveForm.pfrData.Pages(_SCREEN.ActiveForm.pfrData.ActivePage)
  For lCtlNum = 1 TO .CONTROLCOUNT
    ..Code that checks each control
  EndFor
ENDWITH
Any suggestions? Have I missed something obvious?
Larry Huisingh
Lockheed Martin Information Technology
Richland WA USA
Next
Reply
Map
View

Click here to load this message in the networking platform