Configures the action to open a screen. | |
Syntax: | object.SetToOpenScreen ScreenName, BaseProject, PercentZoom, Captive, X, Y |
Parameters: |
ScreenName
As String -
BaseProject
As String -
PercentZoom
As long -
Captive As
Boolean -
X As
long -
Y As
long -
|
Description: | Changes the Type of the action to
GefActionOpenScreen. The arguments correspond to the fields in the action panel of the Procedure Information dialog box. The X and Y parameters specify the absolute location of the new window in pixels. |
See Also: | GetOpenScreen , GetOpenScreenEx , SetToOpenScreenEx |