ViewRedraw Script

Build 1501 on 14/Nov/2017  This topic last edited on: 9/May/2012, at 13:05

Description

Redraws the page, or library object, or master, on the Pages main tab.

Uses the Ena_IsWindowActive function for enabler.

Syntax

ViewRedraw

Code

  <ShellCommand(CanExecute:="Ena_IsWindowActive")> _

  Public Sub ViewRedraw()

    Page.ViewRedraw()

  End Sub