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

  • Users: sburden
  • Content: Threads
  • Order by date
  1. sburden

    SubReport Issue

    Hello: I have a subreport in a group footer in a table and when I set the subreport property to hidden the report prints fine however, when I set the subreport property to visible it appears to overlay a portion of the data in the prior rows and it overlays some of the data in the rows that...
  2. sburden

    Stored Procedure Question

    Hello: I received the error message below when attempting to run my stored procedure(located at bottom) and I don't know why. When I execute the stored procedure on SQL Server it runs fine however, that not the case when I run it is RS 2005. Additionally, my two date parameters are defined as...
  3. sburden

    Parameter is missing a value

    Hi Folks, I'm receiving the "Parameter is missing a value" error message while testing my report. I have five parameters, two of which are hidden that gets prefilled from the query below. The hidden parameters are DatatechClient and DatatechProduct. SELECT ClientNameProduct, DatatechClient...
  4. sburden

    Reporting Services 2005

    Hi Folks, I'm new to Reporting Services and I would like to delete a report that I created. The report has not been deployed. I tried clicking on the project and hitting the delete key to no avail. Please advise.
  5. sburden

    Onclick attribute firing before Validation Control

    Hi Folks, I have a situation where the OnClick attribute is firing before my validation controls and it's causing an error when attempting to add a row to my table. I generate this error when I key in an invalid zip code(123A5). How can I prevent this from happening? <asp:Button ID="btnAdd"...
  6. sburden

    Object reference not set to an instance of an object.

    Hello: I'm receiving the message, "Object reference not set to an instance of an object" when I run my program. I'm attempting to create passwords in the Web.Config file dynamically at runtime. My error occurs when it hits this line, "credentials.AppendChild(newElement)". Any help would be...
  7. sburden

    Error while tryng to run project

    Hello All: Do you know why I can not run my asp.net project? The error message is: "Error while trying to run project: unable to start debugging on the web server. The project is not configured to be debugged." I went out to microsoft support and tried the following: RESOLUTION To resolve...
  8. sburden

    Send Distribution (SNDDST)

    Hi Folks, When I issue SNDDST command, the subject line is printing the wrong text. I'd like for it to print "Elite General Memo" in the subject line however, "ASCII.TXT" prints instead. I appreciate any help you give. Below are the commands that being issued. CPYTOPCD...
  9. sburden

    Collate Printing

    Hello: We presently have an impact printer to print our invoices. They are a multi-part form, 5 to be exact. I've been assigned to move the invoices to print on a laser printer. I need to collate the printing so when each invoice is outputed it will print 5 copies immediately and not spool the...
  10. sburden

    SortedList Class

    Hello, I'm a newbie to VB .NET and I'm trying to code a SortedList class. The Add method is giving me difficulty. I understand that it's looking for two arguments: the key and the value associated with that key. However, my key consists of two fields (First Name and Last Name). How do I...
  11. sburden

    Limit the number of active sessions

    Hi All, I'm trying to figure out how to limit the number of active sessions for our users. There are some users who will be allowed to have one active session, others will be allowed to have two active sessions, etc... I appreciate whatever help you can furnish me. Best Regards
  12. sburden

    PC to AS/400 File Transfer

    Hello, I'm attempting to do a file transfer from my pc to as400 and I'm running into some trouble. The data is on a cd and it's a csv file. This csv file has headings in which I need to omit during the file transfer. Can someone please assist me with this. Thanks
  13. sburden

    SQL Views

    Hello All, I have a situation where I have 2 physical files. File A and File B for the sake of this discussion. File A is my base PF, meaning the fields in here won't change. However in File B, on occasion fields will be added and dropped. I would like to create a relationship between the two...
  14. sburden

    Avoiding Recursive calls

    Hello, I'm having a problem in my interactive RPGIV program with recursive calls. I have program &quot;A&quot; and program &quot;B&quot; and they are both maintenance programs. I need to bounce between the two using command keys. Is there a simple way to avoid recursive calls?
  15. sburden

    Duplicate a VB.NET form

    Hello, I'm a newbie to VB.NET and I'm trying to figure out how to duplicate an existing form. My project consists of 4 forms. Forms 2 and 3 are nearly identical. I want to duplicate form 3 after form 2. Thanks

Part and Inventory Search

Back
Top