;Dynamic errPrefix = .fErrorPrefix
;Dynamic err = .fError
;Dynamic errDetail = ( Os.IsFeature( this, "fErrorDetail" ) ) ? .fErrorDetail : Undefined
`[WebDsp_HTMLLabel.LivelinkError]`
;if ( Type( errDetail ) == StringType )
;end
;if ( Type( err ) == StringType || Type( err ) == ErrorType )
// Application error.
;if ( ( IsDefined( .fErrorNextURL ) ) && ( IsDefined( .fErrorDspNextUrl ) ) )
;if ( ( .fErrorNextURL != '' ) && ( .fErrorDspNextUrl != '' ) )
`.fErrorDspNextUrl`
;end
;end
;elseif ( Type( err ) == ListType )
// Compiler errors.
;Integer count = 1
;List errList
;String errString
;Integer line
;String s
`err[1]`
`.fHTMLFile`
;for errString in err[2]
;errList = Str.Elements( errString, str.eol() )
;line = str.stringtovalue( errList[ 3 ][ 2 : -2 ] )
`errList[1]` |
`errList[2]` |
// `errList[3]`
`errList[3]`
|
;end
// `[WebDsp_HTMLLabel.GeneratedCode]`
//
//
// ;for s in Str.Elements( err[3], Str.Eol() )
// `s`
// ;count += 1
// ;end
//
//
// Pad out the page so the anchors work correctly.
// ;for count = 1 to 40
//
//
// ;end
;end
Please contact the Helpdesk on 2525. For non-urgent problems, please send a cc:mail to TeamTalk Helpline /here