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: *

  • Users: Rdave
  • Order by date
  1. Rdave

    awk and array

    Hi all, I am new to awk command I have the following input file: rashmi:xyz@1234:zyx:1234; prashant:xyz@2345:zyx:2345; and I would like the output in this format: rashmi prashant xyz@1234 xyz@2345 zyx zyx 1234 2345 any ideas how to achive using awk. I have...
  2. Rdave

    Datagrid: insert/add new record through code

    Thanks for the reply! That's what I am doing but I would like to display the data on datagrid with the new row and then update the record. I am trying to use bookmark but gets the invalid bookmark. Any suggestion how to achieve this.
  3. Rdave

    Datagrid: insert/add new record through code

    Hi, does anyone know how to add a new record to a datagrid using the code. I have populated the datagrid via adodb.recordset and would like user to add a new record by selecting the ADD command button.

Part and Inventory Search

Back
Top