Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to implement tool tips
Message
From
28/02/2004 18:12:59
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
26/02/2004 10:03:30
Steven Kleypas
Tarrant County College District
Texas, United States
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00880862
Message ID:
00881826
Views:
24
>>This is one of those things that you'll waste a ton of time trying to >figure out, then when you see it, it's like "How did I miss that"? Yeah, >been there, done that. When your app. started up for the very first time, >remember the configuration form that popped up that let you configure where >the local data and remote data was located? On that same form was an option >to turn on tooltips. Start up your app. and go to File -> User Preferences. >Then click on the "General" tab. You should see "Show Tool Tips". Check it, >then click OK.
>
>ROFL... I love you guys!! Haven't visited that form in years! Thanks very much, I would have spent days on that prob too. Now, why I have your attention, this thing with the KEYBOARD '{F4}' in GetFocus is driving me nuts. What is a workaround to get the combobox choice list to drop down on entry without it? Evidently it fires too early, causing the list to not sync witht the DisplayValue. BTW, the list is driven by RowSourceType = 3-SQL Statement. If I can get this thing to work, I'll have the sexiest MM custom incremental search control around. Any ideas?

If it's not an MM specific thing :

*Gotfocus
lcDisplayValue = this.DisplayValue
this.Requery()
select ('CursornameUsedInRowSourceHere')
locate for WhateverColumnUsedForDisplayValue = m.lcDisplayValue
this.ListIndex = recno()
keyboard '{F4}'

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform