Working With a Full Procedure

How to:

Although most of procedure development happens at the component level, there are several tasks that you can perform on a full procedure:


Top of page

x
Procedure: How to Access ReportCaster to Schedule a Report
  1. Expand the WebFOCUS Environments node.
  2. Select a server (for example, localhost).
  3. Click the ReportCaster Explorer icon on the Main toolbar.

    The ReportCaster Explorer opens.


Top of page

x
Procedure: How to Encrypt a Procedure
  1. From an open project, right-click a procedure in the Procedures folder, then select Properties.

    The Project Properties dialog box opens.

  2. Select the Encrypted check box, and click Apply.

Top of page

x
Procedure: How to Decrypt a Procedure
  1. From an open project, right-click a procedure in the Procedures folder, then select Properties.

    The Project Properties dialog box opens.

  2. Deselect the Encrypted check box, and click Apply.

Top of page

x
Procedure: How to Edit a Procedure as Text

Right-click the procedure and select Edit As Text from the shortcut menu, or select the procedure and choose Edit As Text from the File Menu. The Text Editor opens, displaying the syntax of the procedure.

For details on using the Text Editor, see Editing Application Components as Text in Developer Studio.


WebFOCUS