Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I know is the refresh method is with code?
Message
De
20/04/2000 13:20:28
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00361618
Message ID:
00361911
Vues:
26
>Erik,
>
>Is there any reason for not using the refresh method in a textbox? One of my workers told me that using refresh could have problems woth gostfocus or setting focus to textboxes, I'm using:
>
>PROCEDURE Refresh
>DODEFAULT()
>IF TYPE("this.value")="N"
> this.forecolor = IIF(this.value<0,RGB(255,0,0),0)
> this.disabledforecolor = IIF(this.value<0,RGB(255,0,0),0)
>ENDIF
>ENDPROC
>

I don't see any problem with this. I do this sort of thing all the time.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform