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

    Reading XML

    Hi Everyone, I am using Delphi 7 to try and Parse an XML file and export it to a Database, I have not worked with XML in Delphi and am having a few problems. The XML Structure is as follows: <?xml version="1.0" encoding="Windows-1252" ?> - <rdf:RDF...
  2. paulbenn

    Updating ListView SubItems

    Hi, I am sure I am missing something here!! I have a List View and I can Add to it with no Problem, however what I can find a way of updating the ListView. Procedure TForm1.updatesubitems; Var ListItem: TListItem; Begin with ListView1 Do iCurItem :=...
  3. paulbenn

    Message With Atatchment

    Hi, I am writing a script that email a file from a website however the file is on the Senders Computer and is being sent in for checking. Please can someone help me??? Please Below is my code that should handle the message My Problem is I get a message but the attachment is not there, I but...
  4. paulbenn

    Form script to send Attachments

    Hi, I am trying to write a script that attach's a file from the senders local drive and emails it to and address. It kind of works but the file is either garbled or empty! and some files dont even attach or send the email. The idea is that a visitor could send a log file from there system via...
  5. paulbenn

    How to display a working Page

    Hi all, This is probably simple if you know how, but I don't! I have a script that uploads a file and it works great, however if you upload a large file it appears to be doing nothing whilst the file is uploading in the background. I would like to display a simple HTML page that says...

Part and Inventory Search

Back
Top