Connect

Syntax

Connect([in, optional] BSTR startMacro)

Description

This method enables the user to sign on to the PeopleTools application.

Example

‘ Straight Connection
objDesignerCmd.Connect
‘ Connection and run macro
objDesignerCmd.Connect("MacroName")