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

    Crystal reports using Web Service

    Can anyone explain how to connect to a web service from Crystal reports XI? is this possible? David Kuhn
  2. dpk136

    Spell Checker

    Has anyone seen any code examples of a spell checker in AJAX with .NET. I looked all over and can't find any actual code. there are a lot of products to buy but can't find the code that shows you how to do it. I'm assuming the code just goes in a database and is called after a " " space is...
  3. dpk136

    Sybase

    Can SQL Server run on the same machine as Sybase Adaptive Server Enterprise? I don't think it should be a problem since they are running on different ports and shouldn't take up the same resources, but the guy in charge swears they can't and won't give us a reason. could someone please...
  4. dpk136

    Crystal reports viewer for Web

    I am doing a site in C# 2.0 and have a couple of questions about Crystal Reports for the Web. is the report viewer an Active X control or is it a .NET Server control that converts everything to DHTML? how does this work? can a user create a new report on the site or would the developer have...
  5. dpk136

    Unzipping a file

    I need to be able to have the user upload a zip file, then i unzip that file because they will be uploading 100K files. I'd really like to stay away from installing anything else, so does anyone know of anything out there that is all sourcecode? David Kuhn ------------------ www.davidpkuhn.com
  6. dpk136

    Checkboxlist items staying selected

    I have a checkbox list that is populated dynamically (this part works fine). when a user selects a lot of the list I go through and check to see if the item is selected. If I select an item and go to the next page, then come back to the checkbox page and deselect the item, when i run the page...
  7. dpk136

    DataGrid with AJAX Control Toolbox HoverMenu

    I'm trying to use AJAX to accomplish something on a site i'm working on. I'm using the AjaxControlToolkit. I need to make a HoverMenu on a DataGrid (using this instead of GridView for a lot of reasons) When a user hovers over a row in the DataGrid, the hovermenu needs to come up and show the...
  8. dpk136

    XML to Dataset

    The problem is that I have an XML file that needs to put data into 2 seperate tables one is testing and the other is unit. they need to link to each other, every unit has to have a testing records, testing can have more than one units. How can I make it so this goes into the testing table as...
  9. dpk136

    design help

    I am trying to improve on a system. It is a web system in C# using SQL Server 2000. I can do anything to the database that I want. The problem is that when a user enters a problem that occurs we would like them to enter Broken Valve in Adj/Noun form. Sometimes users put Valve Broke or brke...
  10. dpk136

    Repositioning column in gridview

    I have a question about gridview or something similar. I need to write a website in C# that allows the user to select which columns to use from the database and which order they would like them in, along with other things such as sorting and filtering. The way that i was thinking of doing this...
  11. dpk136

    SSIS won't close command when complete

    I am running an SSIS package through a batch file using dtexec.exe. There are 2 other files that need to run after the SSIS. When the SSIS package is done running the command window just stays open and will not close, this makes it so the other 2 scripts cannot run that are in the batch file...
  12. dpk136

    Search page

    I have a form and it holds all customer information. There are 48,000 customers. The user wants a button that when they click it, a form pops up and you can select which customer to view. This then needs to go to the record on the first form, not filter. The 2 forms are frmCust and...
  13. dpk136

    SendObject error 2287 when trying to send to outlook

    I will give a little background first. Trying to send a report as an attachment to customer. I use DoCmd.SendObject acSendReport, "rptQuoteEmail", acFormatHTML, Reports![rptQuoteEmail]![Email], , , "Machinery Quote(s) You Requested", "", True, strPath & "Quote Template.html" I have two ways...
  14. dpk136

    making 3 recordsets into one

    I am doing a projected stock status report and have 3 recordsets that need to be looked at for this. I already have the sql statements i need to make the individual recordsets work but i need to be able to make one recordset so that i can make it into a report sorted by date and part number...
  15. dpk136

    Creating HTML page from report

    I have a list of machines that i need to create a html page that lists the machines. Each line item on the html page (each machine) has to have a link to another page that will be the details for the machines (their specs). Can this be done in the reporting tools or should i create this whole...
  16. dpk136

    2147221005 invalid class string

    I get this error when i try to open a dts file. This has never happened before and it just does it when you try to open the file. I am not even trying to run the package at this point, just trying to open it. It has worked before. Could this be a problem on my system. I'm opening it in...
  17. dpk136

    Sending Email with CDO

    How would you create a script to send email with CDO? David Kuhn ------------------ www.davidpkuhn.com
  18. dpk136

    Emailing Report not as Attachment with images - URGENT!!!

    I have a report that needs sent out to customers (this means no SNP, pdf won't do it either) i need to send this out as HTML. What i need is an HTML (or possibly rtf) attachment and i need the body of the email to look like the report being sent. I also need the company logo to appear. Is...
  19. dpk136

    Still having an issue with old problem

    I am still having this problem, no one seems to be able to figure this out. let me know what you think about it thread222-1230395 David Kuhn ------------------ www.davidpkuhn.com
  20. dpk136

    Referencing form fields problem

    I have an application in 2003. The application works fine on 2 of 4 computers. These other computers look to be set up the same way. What is happening is when i try to open a form that has references ( [Form]![frmsubtabs]![frmtest]![ContID] ), it gives me a enter parameter field. It only...

Part and Inventory Search

Back
Top