Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determining active page frame
Message
De
30/08/2001 11:35:10
Larry Huisingh
Lockheed Martin Information Technology
Richland, Washington, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Determining active page frame
Divers
Thread ID:
00550904
Message ID:
00550904
Vues:
55
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform