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. tornadoproggie

    Creating a report using Crystal Reports in VB .NET

    Hi, I am trying to create a report in VB .net using crystal reports. My application is like this; I have a form where I select a particular value in a combo box. On selecting the value, there are 7 tables with this selected field as the primary key, now I have to display the values in all...
  2. tornadoproggie

    "Invalid Result value" Error

    I am using an ActiveX script in a DTS package to import data from an informix DB to a SQL Server DB. The reason I am using a script is the data needs to be refreshed if the data being imported already exists and if it is new data then it should be inserted into the table. The problem is my...
  3. tornadoproggie

    is there an equivalent for an OLE container in VB .net?

    ON MS's site it says to use the webbrowser control as an OLE container, I need to open a Word document within a Windows form.
  4. tornadoproggie

    How to populate a datgrid dynamically

    Hi, I am trying to modify a VB code where I need to populate a datagrid at runtime frm a ADODB recordset, which I am calling on form load, is this possible?
  5. tornadoproggie

    export data from an ADO recordset into an excel file

    I know that data from an ADO recordset can be exported to a text file but my client wants the data to be downloaded into an excel sheet which should be done whenever he , say, clicks a button.Is this possible and if so how?
  6. tornadoproggie

    Export data from an excel sheet to a text file

    HEy I would be grateful if somebody could help me. I have to feed in data to a mySQL database on my host server. MY client has given me the data in an excel sheet. Is there any way to export this data into a text file by specifying the row and column delimiters. I need it in this format cos the...

Part and Inventory Search

Back
Top