Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Instance a new form
Message
From
15/03/2006 07:55:33
 
 
To
15/03/2006 07:12:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows XP
Database:
MySQL
Miscellaneous
Thread ID:
01104462
Message ID:
01104477
Views:
11
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
Previous
Reply
Map
View

Click here to load this message in the networking platform