|
-
Apr 25th, 2005, 06:04 AM
#1
Thread Starter
Hyperactive Member
tdbdropdown resolved....
i hav a tdbdropdown...i want to change the setting so that the user can only select from the list and cannot type an entry..... it is of bound type and contected to a tdbgrid.....
i hav been using the property combostyle previously to do the abov with my other comboboxes, but this does not seem to hav this property??????
Last edited by pame1la; Jun 7th, 2005 at 09:40 AM.
-
Apr 25th, 2005, 06:07 AM
#2
Re: tdbdropdown
What is a "tbddropdown"? Who makes it? I'll see if I can find some information for you.
-
Apr 25th, 2005, 06:10 AM
#3
Thread Starter
Hyperactive Member
Re: tdbdropdown
im using component 1....soz should hav sed dat in da 1st thread!
-
Apr 26th, 2005, 06:49 AM
#4
Re: tdbdropdown
 Originally Posted by pame1la
im using component 1....soz should hav sed dat in da 1st thread!
I'm afraid I still don't understand...component 1????
-
Jun 6th, 2005, 12:13 PM
#5
Addicted Member
Re: tdbdropdown
Hi dear i think u r using TDBdrop down in trdbgrid and boths are bounded and u want tat columns locked in which u r showing dropdown... m i right ... if i m right then on keypress event on grid
vb code
if col=2 then keyascii=0
---
using tat code user can only select from dropdown got it....
if this not work tell me i will help u .... i have alot work on TDBgrid8.0
thanks
-
Jun 6th, 2005, 12:28 PM
#6
Re: tdbdropdown
I'm afraid I still don't understand...component 1????
Just some FYI
ComponentOne creates third party controls/components for VB, Borland, .NET etc... It was created when Apex (who developed the True DB Grid control) and VideoSoft (developers of the FlexGrid) merged together several years ago.
-
Jun 6th, 2005, 12:55 PM
#7
Addicted Member
Re: tdbdropdown
Dear i can't understand what u want to say... currently i using TDBgrid 8.0 of the Component1 with bounded and undounding gotit
-
Jun 7th, 2005, 07:44 AM
#8
Frenzied Member
Re: tdbdropdown
Make dropdownlist property to true for this column
-
Jun 7th, 2005, 09:40 AM
#9
Thread Starter
Hyperactive Member
Re: tdbdropdown
 Originally Posted by shragel
Make dropdownlist property to true for this column
naa wot i did was in the beforecolupdate sub (for the grid that the dropdown is attached to) i checked to make sure the user input = to a choice in list.....
thanks 4 help enyway!!!
-
Jun 7th, 2005, 10:29 AM
#10
Addicted Member
Re: tdbdropdown resolved....
find it with recordset which u use for filling the dropdown....
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
|