Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Phantom values in textboxes
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00676267
Message ID:
00676325
Vues:
17
>>Hi Nadya,
>>
>>Try this
>>
>>
>>define class TextBoxNonbound as textbox
>>initvalue = ''
>>
>>function refresh
>>this.value = this.initvalue
>>endfun
>>
>>enddefine
>>
>
>What I don't like in this solution is ENDFUN statement. :)
>The fun never ends!
>:)

There is another problem with this solution (on a serios note), it will put default value in each refresh, which it should not.

Anyway, I already solved this problem. I have a custom method BuildCreditPage, so I just added three lines of code there.
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform