Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DBI Controls bleeding through
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
01049209
Message ID:
01049307
Vues:
10
>I have a fox pro form with a baic fox pro Pageframe control. There are ctLists (by DBITech) on several of the tabs. When the pageframe control is refreshed, information on different tabs of the pageframe control bleed through and are shown on the active tab. Once you click on a different tab the problem goes away unless the control is refreshed again. DBI suggests having _Vfp.AutoYield set to true. But this makes the problem even worse. Any one experiance this issue and or have any ideas how to fix it. Thanks!


Its not only DBI but any activex control including the datepicker.

For instance I had fields and controls in 2 containers and based on user selection displayed 1 or the other by using

ThisFOrm.cntFirst.Visible = .T. etc.

This was effecient since I could hide many controls with 1 line of code just by making the parent visibility = .F.

However the datepicker class I had would "bleed" thru ignoring the Visible property of its parent and I had to explicitly set its visible property.


You could put code in the ActivateDeactivate event of the particular page to flip the visibility of any activex controls you have in the pageframe.

HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform