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 Wanet Telecoms Ltd 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 sergya

  1. sergya

    Getting Factory property destroys error handling?

    I'm trying to develop new Web part and that was I've found. Following code works well: === Function getContent(xmlndPart) ... on error resume next err.Raise 6 if err.number <> 0 then ... === and following one fails with &quot;Script Execution Error: Overflow&quot;: === Function...

Part and Inventory Search

Back
Top