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 bkrike 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: egil84
  • Content: Threads
  • Order by date
  1. egil84

    Report

    I have a form that after the user inputs all the information I would like it to print in a word template I created. So basically the information would be inported from my form or my Sql Server database into this template I created. If anyone could point out any articles I could read about it...
  2. egil84

    listview

    How can I populate a listview using data from MS Access. Any help will be much appreciated. Thanks
  3. egil84

    create costumized letter and merge data from sql server

    I have a program for housing applicants. When it's time to call an applicant, I have to be able to choose the application number and then it has to merge that applicant's information into the letter, from the sql database so that I can print the letter. If anyone can point me out any articles...
  4. egil84

    create and populate table in Oracle through C#

    'm trying to create table through this method. It connects to my database, it givs me a message that it was created but when I want to insert data through my form into the table, it says that the row/column/table doesn't exist. What am I doing wrong? Any help would be greatly appreciated. Thanks...
  5. egil84

    Serialize/Deserialize file

    Gosh, I wished I was as good as you guys are. Anyway, here's the problem: I have a form that once you click on the bottom, it passes the information about a cruise into an array, and from there I store that value to an ArrayList, which is where I have all of the cruises information stored. Then...
  6. egil84

    How do I pass an array to an ArrayList

    I have an array where I have loaded all the data I need, and then I'm trying to pass that information to go into an ArrayList so I serialize it. I've tried to pass an ArrayList to an ArrayList but it won't work. I have to pass the array through a method and then that mothod will serialize my...

Part and Inventory Search

Back
Top