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

    Punchout using cXML

    I have the opportunity of creating a punchout app using cXML. I have done 2 punchout apps before but in standard HTML. I have no experience in doing a punchout in cXML (or even XML for that matter). I know there is information on cXML requirements at http://cxml.com, but I have never seen any...
  2. dpdg

    Punchout using cXML

    I have the opportunity of creating a punchout app using cXML. I have done 2 punchout apps before but in standard HTML. I have no experience in doing a punchout in cXML (or even XML for that matter). I know there is information on cXML requirements at http://cxml.com, but I have never seen any...
  3. dpdg

    Using WebRequest to post to web site

    Is it possible to send data from a WinForm app and insert it into textboxes on a web site using WebRequest? Ex: I click a button on my windows app that sends some text. I want that text to be inserted in a textbox on some company's website that I have open in my browser. If this is not...
  4. dpdg

    Redirecting the output to a web portal

    I have an winforms VB application that outputs a string of characters to a serial port and it goes through RS232 port to another computer and writes to a portal on the other computer -- It writes one character at a time. At any rate, there is a device between the 2 computers that emulates a...
  5. dpdg

    Rewriting URL in ASP.NET to get Wordpress-type “permalink” URL

    I would like my users to enter http://mywebsite.com/the-name-of-my-post and have the following execute: http://mywebsite.com/Default.aspx#&&the-name-of-my-post ...which is what the ScriptManager generates at runtime. I have created an ASP.NET site to replace a Wordpress site that creates...
  6. dpdg

    AJAX not running on Load event

    I'm using .net framework 4.0. I have an asp.net site that uses a menu to call a JS function which fires an update panel to load the content area with text -- it works fine. But now the Context.RewritePath method doesn't fire in the Global.asax file. If I put the page name after the domain name...
  7. dpdg

    PHP on Win XP 64 bit

    I'm using windows XP 64 bit on my development machine. I have tried installing PHP on it and I can't get it to work. However, when I had it installed on my 32 bit version of XP it worked fine. Does anyone know if PHP will not run on the 64 bit version? If so, is there any special configuration...
  8. dpdg

    Permissions on Win 2003 Server

    How do I set up permissions for one person on a Windows 2003 Server? We have one server dedicated for emergency management that has an Exchange server. The director has a secondary profile in Outlook to which he receives email from this server. I have set up Outlook with the server name and the...
  9. dpdg

    Web Application Project icon missing

    I'm trying to create a new web application project, but the icon is not in the dialog window when I bring up "New Projects". I installed all the service packs and updates... I can't figure out why it's just not there. Could it have something to do with the fact that I'm running VS2005 on Vista?
  10. dpdg

    Virtual PC

    I bought a new laptop with vista home premium already installed on it. Is it pssible to do parallel install of WinXP on the same computer, boot up the computer with it and be able to run the original installation of vista inside a virtual PC environment?
  11. dpdg

    Copy database files

    I want to copy the sql server databases that are on my computer to a disk so that I can reformat my harddrive and start with a clean drive. But I can't copy the databases that are in the Data folder. How do I do that?
  12. dpdg

    Awola Hijacker

    I got this higacker called Awola that is disquising itself as an anti-Adware/virus scanner that installed itself... I don't really know how. But it keeps popping up a "warning" from the system tray and saying that I need to buy their software to get rid of the "threat" (false one). I've been...
  13. dpdg

    Slow SATA II drives

    I bought a SATA II hard drive and ended up taking it back. The reason was that any application that has a scrollbar such as IE, Word, etc. when scrolling up or down would kind of make a wave going down the page -- which was very irritating. In otherwords, scrolling up and down is super slow as...
  14. dpdg

    File or assembly name interop.Excel not found

    I've really been having a hard time with this one error message: "File or assembly name interop.Excel or one of its dependencies not found" It works fine on my computer with all the development software installed, but on some (not all) computers where the application is installed they get this...
  15. dpdg

    DLL Hell

    I have win applications that have been running for months and all of the sudden I start getting these dll not found errors. I am able to run them on my development maching with no problem, so I know the problem is not with the code. But on one client's machine they get the 'dll not found'...
  16. dpdg

    Works on local machine, but doesn't work on web

    This is one of those "it-works-on-my-machine, but-it-doesn't-work-when-I-upload-it" kind of things. I think everyone has gone through this several times in their career. In tests it works and downloads data in the form of a csv file that writes straight to the OutputStream. I've uploaded all...
  17. dpdg

    Installing VS 2005 on x64 Pro

    Has anyone had the experience of installing VS 2005 on Windows XP x64 Professional? It's supposed to be compatible, but I've been getting an error every time I try to install it and it ends up with an incomplete install. "Error 1304 Error writing ot file .... verify that you have access to...
  18. dpdg

    Embedding a down arrow into a string

    I've got a program that has to capture certain keys. For example, I use Chr(13) for 'Enter', Chr(9) for a 'Tab', which I embed in a string with other characters. Since there is no way to use the keyboard or mouse for input, everything has to be done programatically, including the key strokes...
  19. dpdg

    Reference documentation for automating Excel form .NET

    I've been having to do a lot of automation of Excel spreadsheets from .NET and I get information from about everywhere I can find it. There doesn't seem to be any complete documentation on the subject. About the best I have been able to find is on Microsoft's site. But there are still a lot of...
  20. dpdg

    Excel column name problem

    I am debugging a module that gets data from an Excel spreadsheet and does some updating to rows in the database. The problem is that there is a column that is called "Ref. Doc. Number" and I get an error because of the dots in the field name. I don't want to have to make the client take them...

Part and Inventory Search

Back
Top