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

    UNSTRING Question

    I'm writing a couple of programs to unstring a comma seperated variable (CSV) file. The first file contains a name and ssn seperated by a comma (no ending delimiter present). This file unstrings as I expect into the two fields, even though there is no ending delimiter. The second file is...
  2. REDYPS

    End Process for Excel.Exe

    Another Excel problem I've noticed is that Excel processing doesn't always end when you close the application. How can I make sure the process ends in background when the form is closed?? thanks.
  3. REDYPS

    Opening .txt file as Excel Workbook

    I need to create an extract process for an application. The end user insists that the file be displayed in Excel. I wrote code to create a .txt file easily enough. However I get the following error when I try to open the file. An unhandled exception of type...
  4. REDYPS

    crystal rpt garbled printout

    I have an application that uses a crystal report viewer. The report displays correctly all of the time, however there are 3 users using the same printer that randomly get garbled printouts (headers and data). I can't replicate the problem using our developement environment. Any thoughts...
  5. REDYPS

    loading new report to report viewer

    Here's what I want to do in my application. I have a form where a user is allowed to pick parameters for a query which I want to use to create a report. On the load form event I have code which creates a default report of all records in the sql view. When I reset the dataset all goes well...
  6. REDYPS

    Invalid Report Source using Crystal Reports

    I'm relatively new to creating reports via crystal reports. I get a message "Invalid Report Source" when running the following code. It was my understanding that you could use a data set as a report source. In fact my code is based on a code example from MS(the code example used oledb but my...

Part and Inventory Search

Back
Top