Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PageFrame problems
Message
De
01/12/2003 15:47:25
 
 
À
01/12/2003 15:14:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00854805
Message ID:
00854822
Vues:
21
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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform