Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inheritance Pages in Page Frame
Message
From
30/12/2000 13:35:19
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00458076
Message ID:
00458113
Views:
17
Create a subclass of the pageframe. In the init event of this class add the following code

*********************
local lpagecnt
FOR lpagecnt = 1 TO this.PAGECOUNT
if !pemstatus(This.PAGES(lpagecnt), ,5)
This.pages(lpagecnt).Addproperty()
endif
*** SEt your page properties here
ENDFOR
*********

This will create pages with same properties

Rajesh
Previous
Reply
Map
View

Click here to load this message in the networking platform