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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by paulparky

  1. paulparky

    Using Netmessagebuffersend

    Thanks, I didn't know I could use either. The problem I have is that i get the error message "sent to not found" when I try to use one or the other.
  2. paulparky

    Using Netmessagebuffersend

    I'm trying to figure out how to use this Api. When I'm attempting to send a message, for the "sendto" do I use the username logged on or the computer name.?
  3. paulparky

    Problem with CreateTextFile

    Thanks guys. There was actually noprintable characters in there being picked up from the xml data source file. Sorted it now.
  4. paulparky

    Problem with CreateTextFile

    the code outputfile = "//192.168.10.152/encoded/" & fileNumber & ".enc" response.write(outputfile) gives the result //192.168.10.152/encoded/TXLU8393021.enc but I get the error with this code. If the code states outputfile = "//192.168.10.152/encoded/TXLU8393021.enc" I get no error and the file...
  5. paulparky

    Problem with CreateTextFile

    Hi guys, DotNetGnat - The Trim(filenumber) gives me the same result "bad filename or number" TomThumbKP - the filename variable is a string consisting of Alpha and numeric characters upto 13 in length. If I put the same string as a literal the file creates without problem. I have displayed the...
  6. paulparky

    Problem with CreateTextFile

    I have a problem with CreateTextFile in that whenever I try to use a variable in the filename I get the error "bad filename or number". The code I'm using is outputfile = "//192.168.10.152/encoded/" & filenumber & ".enc" Set objfso =...
  7. paulparky

    Processing an XML document

    What a guy!! Thank you, you saved me from losing my hair altogether. Have a pint on me this weekend :o)
  8. paulparky

    Processing an XML document

    I hope someone can help me with this as I've been scratchiing my head all day about it. I have an XML document loaded into a webpage and using ASP I am trying to extract the data from it. This goes well (if somewhat clumsily) until I reach the "RepairLines" section. I am trying to retrieve the...
  9. paulparky

    Excel problems

    thanks for your help guys. The template xlt seemed to do the job
  10. paulparky

    Excel problems

    I am using a template .xls file to create a type of tabular report and filling in the cells with data from an application. This all works fine, so here's the problem, I save the file as another workbook obtained from a text box, this works ok but the data remains and is saved into the template...
  11. paulparky

    How do I check if an object has been created

    Thanks vbSun, just the job
  12. paulparky

    How do I check if an object has been created

    I want to check if an object has been created before I close a program. I have tried using ISOBJECT(object variable) but this returns TRUE every time, then the program bombs with "object variable not set" at the "disconnect" method. This is my code If IsObject(UDSession) = True Then...
  13. paulparky

    how do I check a folder is empty

    nice one nicsin - star on it's way
  14. paulparky

    how do I check a folder is empty

    Hi, how do I check a folder is empty? cheers
  15. paulparky

    document submit problems

    Dan (BillRayPreachersSon???) Seems I owe you a tenner :o) There was indeed a button named "Submit" within the form. As you say all is well again now. Ta. paulparky

Part and Inventory Search

Back
Top