Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Edit Box BleedThrough
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01518806
Message ID:
01518833
Vues:
88
This message has been marked as the solution to the initial question of the thread.
>>>>Make EditBox invisble in page.Deactivate and visible in Page.Activate to avoid such effects.
>>>
>>>I tried that, but got the same results.
>>
>>Are you sure? You can also add making it invisible in the other pages activate method.
>
>Tried that to.
>
>Here is sample code from the EditBox Page....
>
>Activate Event
>This.edtCommunicationsLog.Visible = .T.
>This.edtCommunicationsLog.Enabled = .T.
>
>
>Deactivate Event
>This.edtCommunicationsLog.Visible = .F.
>This.edtCommunicationsLog.Enabled = .F.
>
>included is a screenshot of the bleedthrough of the EditBox

Check in that page activate what is the visibility of these editboxes (may be they are still visible). You can also try moving them outside visibility range (say, top - 900, left - 900)
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform