18.01.2013 Views

VBScript Reference Manual for InduSoft Web Studio

VBScript Reference Manual for InduSoft Web Studio

VBScript Reference Manual for InduSoft Web Studio

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>VBScript</strong> <strong>Reference</strong> <strong>Manual</strong> <strong>InduSoft</strong> <strong>Web</strong> <strong>Studio</strong><br />

Err.Raise 6 'Raise an overflow error.<br />

Err.Raise vbObjectError + 1, "SomeObject" 'Raise Object Error #1.<br />

MsgBox ("Error # " & CStr(Err.Number) & " " & Err.Description & Err.Source)<br />

Err.Helpfile = "yourHelp.hlp"<br />

Err.HelpContext = yourContextID<br />

If Err.Number 0 Then<br />

Msg = "Press F1 or Help to see " & Err.Helpfile & " topic <strong>for</strong>" &<br />

" the following HelpContext: " & Err.HelpContext<br />

MsgBox Msg, , "error: " & Err.Description, Err.Helpfile, Err.HelpContext<br />

End If<br />

Err.Clear ‘ Clear the error<br />

202 <strong>InduSoft</strong>, Ltd.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!