Navigate

Definition:

Sub Navigate()

Description

Loads a new document into a target window (Refer to chapter 19 for more details). The source document is specified by the control NavigateSource property, and the target window by the NavigateTarget property.

Example:

Sub Button1_EventClick()

Dim This As Object : Set This = Button1

 

this.NavigateSource = "Document1.Pxd"

this.NavigateTarget = ".\"

this.Navigate

 

end sub

This function applies to the following objects:

Arc, Bitmap, Border, Button, Check Box, Combo Box, Edit Box, Ellipse, Frame, Gauge, Line, List Box, Multi Edit Box, Pointer, Polyline, Radio Button, Slider, Spinner, Text, The View.