Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Pageframe by Programming
Message
 
 
À
29/09/2005 08:51:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01054430
Message ID:
01054435
Vues:
22
Below is a sample code that shows how it can be done. You, obviously, will use your framework classes.
oForm = CREATEOBJECT("Form")
oForm.AddObject("pgfNew", "PageFrame")
oForm.pgfNew.PageCount = 3
oForm.Visible = .T.
oForm.pgfNew.Visible = .T.
>How can I create a Pageframe on a Form
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform