|
-
Mar 13th, 2002, 11:42 AM
#1
Thread Starter
Fanatic Member
True Grid
I've got a column in my True Grid that's linked to a True Grid drop-down list. How do I set it so that when you type a letter in that field it takes you to the first item in the list that starts with that letter...? I've done it before but can't for the life of me remember how. It doesn't help that someone's run off with the manual.
Any ideas, anyone?
-
Mar 13th, 2002, 02:56 PM
#2
Frenzied Member
-
Mar 13th, 2002, 02:59 PM
#3
Does that drop down list have events like the drop down combo box events?
-
Mar 14th, 2002, 03:47 AM
#4
Thread Starter
Fanatic Member
Wotcha, TBO. I presume you're hung-over.
True Grid's like the MSFlexGrid, but more flexible - it allows data entry and things like that. It can be a bugger to use, though. To set up a combo on one of the cells, you have to use a separate drop-down control and link the cell to it.
Hack - it does have events, but I definitely didn't use them before. There's a combination of properties that need to be set.
-
Mar 14th, 2002, 04:29 AM
#5
Lively Member
Check this:
TDBGrid.Columns(1).AutoDropdown=True
Let me know
If it works!!
-
Mar 14th, 2002, 05:53 AM
#6
Thread Starter
Fanatic Member
Thanks, AJ, but that wasn't it. Nice try, though. 
I finally managed to track it down: the DropDown control has a property of ListField, which needs to be the same as the DataField property of the column you want to select from.
Thanks for your help, people.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|