CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2000
    Location
    Russia
    Posts
    1

    Help! Something strange in Datacombo.

    I'm using two ADO commands (table1 and table2) and datacombo to set values from one table to another. Table2 is used for RowMember in datacombo and field Name from table2 for listfield. In dropdown list i see all values from "name" field. All works properly. When i set up filter on table2. RecordCount property indicates what quantity of rows in table2 changes. But in datacombo dropdownlist i still see all values from "name" field, instead of subset. Pleas, tell me - It is my bug or bug of Microsoft?

    AbAr

  2. #2
    Join Date
    Oct 1999
    Location
    US
    Posts
    34

    Re: Help! Something strange in Datacombo.

    Did you try refill or refresh method?


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

Featured