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 Mike Lewis 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. phani24

    Transfering highlighted data from datagrid to an array

    Hi, I have a table displayed in datagrid in VB6. The user selects the required rows(using Ctrl key) and the selected rows must be copied into an array or another table. I have tried using DataGrid.getSelectedRows, but it doesn't seems to work. Is there any other way to do it? Thank You Phani
  2. phani24

    Transfer of highlighted data from DataGrid to an array

    I have a table displayed in datagrid. My application needs the user to select the required columns(using Ctrl key) and all the selected rows must be stored into another array or a table. I have tried using "DataGrid.getSelectedRows", but it is not respoding properly. Is there any other...
  3. phani24

    Dynamically Updating Datagrid with tables

    Thank You very much. Actually I haven't used ADODC previously. Now, I have included and refreshed it. It works perfectly well. Thank You.
  4. phani24

    Dynamically Updating Datagrid with tables

    I have a stored procedure which takes two parameters(start date and enddate) and creates a table with some data. Now I am trying to execute this stored procedure through DataEnvironment. I have a datagrid (whose datasource is DataEnvironment) which displays the table created through this stored...

Part and Inventory Search

Back
Top