Results 1 to 10 of 10

Thread: tdbdropdown resolved....

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    334

    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.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: tdbdropdown

    What is a "tbddropdown"? Who makes it? I'll see if I can find some information for you.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    334

    Re: tdbdropdown

    im using component 1....soz should hav sed dat in da 1st thread!

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: tdbdropdown

    Quote 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????

  5. #5
    Addicted Member Hammad's Avatar
    Join Date
    Mar 2003
    Location
    Pakistan
    Posts
    145

    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
    Hammad Umar

  6. #6
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    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.

  7. #7
    Addicted Member Hammad's Avatar
    Join Date
    Mar 2003
    Location
    Pakistan
    Posts
    145

    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
    Hammad Umar

  8. #8
    Frenzied Member
    Join Date
    Jan 2000
    Location
    Brooklyn NY USA
    Posts
    1,258

    Re: tdbdropdown

    Make dropdownlist property to true for this column

  9. #9

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    334

    Re: tdbdropdown

    Quote 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!!!

  10. #10
    Addicted Member Hammad's Avatar
    Join Date
    Mar 2003
    Location
    Pakistan
    Posts
    145

    Re: tdbdropdown resolved....

    find it with recordset which u use for filling the dropdown....
    Hammad Umar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width