Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid: Text vs. Combo1
Message
De
01/02/2001 11:07:13
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, États-Unis
 
 
À
01/02/2001 10:34:24
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00470618
Message ID:
00471275
Vues:
27
Yeah, it's working, but one more thing... when click on the Text1, the combobox comes up with a different data than what was previously in the Text1. I am assuming that it is the Combo1 overlapping the Text1 using whatever is in the authtype.authtype (Combo1) instead of what is in the auth.authtype (Text1). Any fix for that? I am thinking about how to grab the value of the Text1 and then move the record pointer in the authtype table to match that Text1. How to do that?

Chuck

>VFP 6.0
>
>I have it working now...
>
>* Grid Text1 ClickEvent
>IF ThisForm.Grid1.ReadOnly = .F.
> This.Parent.CurrentControl = "Combo1"
>ENDIF
>
>* Grid Combo1LostFocus
>This.Parent.CurrentControl = "Text1"
Today is tomorrow's yesterday.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform