Hey Andrew, Just to let you know, you can always refer to the distributed web templates as a use-case example... The %EVENT_REPORT% tag is being used within the "reporteventdisplay.asp" template file if you would like to refer to it.
<!-- Start example ----> <pre> <%EVENT_REPORT% (%URL_VALUE% StartDate,%URL_VALUE% EndDate, %URL_VALUE% ReportType)> </pre> <!-- End example ----> The StartDate, EndDate, and ReportType are passed across the 'url' line by the previous form. Where this tag appears, you will instead see the results posted from the reporting engine after it completes its report processing. Take note of the <pre> and </pre> tags... Since the results of the event report will most likely contain multiple lines, these HTML tags allow for proper formatting in the browser... I hope this helps... ~Brian ----- Original Message ----- From: "Andrew Shwiff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 10, 2001 8:52 PM Subject: [WhatsUp Forum] > Using WhatsUpGold V7.0 Web Templates, how does one pick up the "Results" > value > rom the various report commands ??? For example, what would the script line > look > like to get > Results <%EVENT_REPORT% (start-time, end-time, type)> > > Many thanks, > Andrew > > > > Please visit http://www.ipswitch.com/support/mailing-lists.html > to be removed from this list. > > An Archive of this list is available at: > http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ > Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/
