WebFOCUS Online Help > Managed Reporting Administrator > Application Integration Topics > Invoking the Deferred Report Status Interface Directly

Invoking the Deferred Report Status Interface Directly

You can invoke the Deferred Report Status Interface directly using an HTML page that calls the WebFOCUS Client. Note that Deferred Receipt is a Managed Reporting feature.

Deferred Receipt functionality leverages the WebFOCUS and Managed Reporting security and repository for storage and access to deferred output. The following guidelines should be followed:


Top of page

Example: Invoking the Deferred Report Status Interface

The following HTML page calls the WebFOCUS Client (configured with Servlet) and places a "Deferred Status" button on the page that when clicked, invokes the Deferred Status Interface.

<html>
<! --HTML to call Deferred Status interface  -->
<title>Deferred Status </title>
<BODY BGCOLOR="White"LEFTMARGIN=0 TOPMARGIN=0>
<TABLE
<TR>
<TD><FONT FACE="Arial,Helvetica,sans-serif" SIZE="2">
<A HREF=/ibi_apps/WFServlet?IBIMR_action=MR_DEFER&IBIMR_return=
html&IBIMR_sub_action=MR_DEFER_CONTROL&>Deferred Status </A>
</TD>
</TR>
</TABLE>
</body>
</html>


WebFOCUS