Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gflaaten

    I have a VB6 COM DLL that has a l

    I have a VB6 COM DLL that has a lot of function returning collection classes. I try to use this COM in VB.NET using COM interop, and i can call the functions, BUT since the function are returning a collection class i don't know what kind of object i should return them in, i have tried...
  2. gflaaten

    Problems with addParameter method

    Hi everyone, I have a problem with a the activex report component. I use several websource.addParameter "prompt0", "value" to add values to a reportselection. The problem is that i get only the last value now. This have worked perfectly in 2 years without any problems...
  3. gflaaten

    Sorting with DataGrid

    I filled the Dataset on every sort, and it works now. It takes a little more time. Thanks. If i am going to use the sesson version, do i have to set the dataview.table property?.. This is what my code look like now, when it works with refilling the dataset every time. In the fill/search...
  4. gflaaten

    Sorting with DataGrid

    Hi there.. I get data in the grid at first, it's when i try to sort the data by clicking the headers. I get the data sorted correctly if i set the dataview's property Sort to a column at first. I need to sort 4 different columns. Is there a way to refill the dataview? I do not refill the...
  5. gflaaten

    Sorting with DataGrid

    Hi there.. I get data in the grid at first, it's when i try to sort the data by clicking the headers. I get the data sorted correctly if i set the dataview's property Sort to a column at first. I need to sort 4 different columns. Is there a way to refill the dataview, i do not refill the...
  6. gflaaten

    Sorting with DataGrid

    Im trying to sort a datagrid that use a dataview as datasource. I get to view the data in the dataview, but when i set the dataview's sort property and re-databind the datagrid, the datagrid comes out empty. I even tried to use a custom button to sort instead of the regular header links. The...

Part and Inventory Search

Back
Top