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

  1. LordCornwalis

    File upload error

    This is probably a dumb question on my part, but have you tried using a Try/Catch block? Try upload file catch ex as exception if ex.message = "file to big" then msgbox("The file was too large to move") else msgbox(ex.message) end if end try I am sure...
  2. LordCornwalis

    beginner

    Beginning XML 2nd Edition by Wrox Press is an excellent book to start with. Once you get through this book you'll have a much better grasp on the technology and will be able to branch out in the direction you need. Also, get ahold of XMLSpy by Altova. It is the best tool to use when...

Part and Inventory Search

Back
Top