Connection

The following sample code for the Connection action navigates from the current screen to the FormUpdateProduct screen:

Sybase.UnwiredPlatform.Windows.Action.Action connectionAction = 
                         Sybase.UnwiredPlatform.Windows.Action.ActionFactory.CreateScreenAction(typeof(FormUpdateProduct),  
                                  (this.Form as FormBase),  dataObject);
connectionAction.Execute();