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 TouchToneTommy 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. Jeff Childers

    Adding a chart to a printdocument object in C#

    your going to hate the answer but there isn't any easy mode. your going to have to figure out how build(draw) your own report with all of the data from both. get your resolution up high enough so it doesn't look bad. learn enough about PrintDocument Component to get it printing right
  2. Jeff Childers

    Inserting data from two forms into SQL C#

    you are setting the data on your form one but you have to pass that object to form 2 to use it. arka_data ad; public Form2(arka_data _ad) { InitializeComponent(); ad = _ad; }

Part and Inventory Search

Back
Top