in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.
All Tags » AddItem » C1Combo (RSS)

Browse by Tags

  • Re: C1Combo and AutoComplete

    It looks like you are binding your Combo to a datasource. If so, you have to keep DataMode to Normal, because AddItem mode is for unbound Combos that are populated using the AddItem method. I don't see you using the AddItem method so I assume you have a datasource. Also make sure the DisplayMember...
    Posted to List for .NET (Forum) by C1_GregL on 08-30-2007
    Filed under: C1Combo, AddItem, DisplayMember, DataMode
  • ItemData

    Hi all, I’m a newbie in C1 & VB2005. Is there any way to replicate the behavior of the old VB6 Combo Box’s Item data in the C1 list combo? What I’m trying to do is populate a combo with a list of user’s, when the save button is clicked; it saves the user ID (integer type) into the DB and not the...
    Posted to List for .NET (Forum) by ILDEVERT1 on 05-15-2008
    Filed under: C1Combo, AddItem, C1List
  • Re: Populating a C1ComboBox & Using at Grid Editor at runtime

    Have you set the data mode to AddItem? c1Combo1.DataMode = C1.Win.C1List. DataModeEnum .AddItem; c1Combo1.AddItemTitles( "Name;Age;Location" ); c1Combo1.AddItemSeparator = '\t' ; c1Combo1.AddItem( "Bob\t32\tPittsburgh" ); c1Combo1.AddItem( "Chris\t45\tPittsburgh"...
    Posted to List for .NET (Forum) by C1_GregL on 06-25-2008
    Filed under: C1Combo, AddItem
  • Re: C1Combo and AutoComplete

    >>When you set the Datamode to Additem mode then Autocomplete stops working :( Just to make sure, when DataMode = AddItem, are you calling the AddItem method in your code to populate the combo? and what version are you running? Regards, -Greg L
    Posted to List for .NET (Forum) by C1_GregL on 08-28-2007
    Filed under: C1Combo, AddItem
Page 1 of 1 (4 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.