in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.
All Tags » AddItem (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: TDBCombo becomes empty

    Hello Andrew I am having the same issues TDB Combo. I have registered xadb8.ocx and created an instance in the code. (actually the demo code) The odd thing is that the demo code within listdemo.vbp, Border.frm have stopped populating from additem whereas they were all working before. The List control...
    Posted to True DBList Pro (Forum) by henvat on 05-24-2008
    Filed under: empty list box, xadb8, additem
  • truedblist additem datamode: change celltext

    We use the datamode additem to show our data in a truedblist. We want to change one cell text with tdblist1.columns(5).text ="new text". The first time we do this , we see the change in the list. However the next times , this doesn't work anymore and we have to clear and refill the whole...
    Posted to True DBList Pro (Forum) by henk.boddin@deboosere-telecom.be on 06-13-2008
    Filed under: additem
  • 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 (6 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.