Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create Pageframe by Programming
Message
 
 
To
29/09/2005 08:51:14
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01054430
Message ID:
01054435
Views:
21
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform