Custom Replet Error Page

A replet error page is like any html page. Additionally, it can include two special tags, $(replet.name) and $(replet.error), which are replaced inline with text containing the report name and the type of report error.

For example, the following is a minimal custom report error page:

<html>

<head>

  <title>Replet Error Page</title>

</head>

<body>

  $(replet.name) has error $(replet.error)

</body>

</html>

<< Parameter Dialog CSS File © 1996-2013 InetSoft Technology Corporation (v11.4) Tool Dialog CSS File >>