Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
AddObject and pageframe
Message
De
27/01/2005 14:36:07
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
AddObject and pageframe
Divers
Thread ID:
00981384
Message ID:
00981384
Vues:
57
I have a pageframe with no pages. I have the following code in INIT method of the form:

SET PROCEDURE TO classes.fxp ADDITIVE
This.pgfLabels.AddObject('Page1', 'PageObject')

Here is a class definition:

DEFINE CLASS PageObject AS Page
Caption = '1.15 X 1.5'
PROCEDURE mClick
ENDPROC
ENDDEFINE

When form runs I dont see the page untill I click on it. What am I missing?

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform