Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PageFrame problems
Message
From
01/12/2003 15:47:25
 
 
To
01/12/2003 15:14:36
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00854805
Message ID:
00854822
Views:
22
Create a class based on line in your class library. In the UIEnable event place the foloowing code:
lparameter lEnable
if lEnable
  this.parent.refresh()
endif
Set the visible property to False and then drop this control on each page of your pageframe.

Glenn


>I have noticed many problems working with PageFrame control.
>In a Form I have a Parent and a Child table and PageFrame doesn't work good with them, especially with Refresh() method. It doesn't refresh good (or at all) controls on it's pages.
>Does anyone have experience with that?
Previous
Reply
Map
View

Click here to load this message in the networking platform