Refresh

Use this procedure to refresh or repaint the screen.

Syntax

Refresh ( )

There are no parameters for this procedure.

Use this procedure with the AppendTxm, AppendText, DelLogo, Logo, and ChangeLogo procedures. The result from these procedures may not immediately display. Use the Refresh procedure to repaint the screen and display the text or graphic (LOG).

Note This procedure is valid only in Documaker Desktop scripts.

Example

Here is an example:

Procedure

Result

Explanation

Refresh ( )

Repaints the screen.

New graphics or text now appears.

See also