GetNextView()

Syntax:

GetNextView( View )

Parameters:

View – View to get the next view after. This parameter is required.

Return:

The view that follows the given one in the list of currently open views.

Remarks:

This function will get the view that follows the given view in the list of currently open views. If there is no other view, NULL is returned. While the publication is running, Opus maintains a list of all the views that are open. The GetFirstView and GetNextView functions allow access to the list. However, the list is not guaranteed to be in any particular order.

image\Script_Button.jpgExamples