Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid: Text vs. Combo1
Message
From
01/02/2001 11:07:13
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, United States
 
 
To
01/02/2001 10:34:24
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00470618
Message ID:
00471275
Views:
26
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform