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

  1. REDYPS

    UNSTRING Question

    Thanks for the help. The problem was that I was in fact right justifying the fields as they are monetary. I expanded the picture clause and removed the justification. The FAQ was also extremely helpful.
  2. 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...
  3. REDYPS

    Return Messages from Database

    If the "canned queries" are stored procedures you can use return codes. 0 Successful execution. 1 Required parameter value not specified. 2 Invalid parameter value specified. 3 Error occurred getting sales value. 4 NULL sales value found for the title. If the "canned queries" are coded...
  4. 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.
  5. 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...
  6. 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...
  7. REDYPS

    SqlDataReader Exception

    for integrated security setting.... when set to sspi or true the current windows account credentials are used for authentication not the login and pwd provided....set this to false if you intend not to use windows authentication. Not sure if this is exactly the issue, but look at the help...
  8. REDYPS

    Invalid Report Source using Crystal Reports

    thanks for the info. I wasn't using a report document. I was just sending the viewer a dataset. None of the code examples I have say anything about using a report document. Sam
  9. 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...
  10. REDYPS

    Run Crystal Report generated in my .exe.

    Did you figure this out? I'm having a similar problem.
  11. 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...
  12. REDYPS

    How big is A+

    Before knocking that the test covers old systems please remember that there are a lot of legacy systems out there that need support. Case in point, I do COBOL programming on a WANG VS that was built in the '70s.

Part and Inventory Search

Back
Top