Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Instance a new form
Message
De
15/03/2006 07:55:33
 
 
À
15/03/2006 07:12:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows XP
Database:
MySQL
Divers
Thread ID:
01104462
Message ID:
01104477
Vues:
10
Hi Agnes,

you have a couple ways to add an instance of a class to a page in a pageframe:

1. Programmatically (possibly in the Page's Init():

this.AddObject("oLabel", "label")
this.oLabel.Visible = .T.

Substitute a name for the container and the container's class that you want to use.

2. Visually, drag the class onto the page from the Project or from the Form COntrols toolbar or from the class browser.

Hope that helps.

>HI ALL ,
>I create a class(container class) , how can I use it on a page of pageframe .
>
>Thanks
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform