This operation opens a form of another project or another form of the same project.
Open Form New operation at Property Panel
Properties
Condition: Specifies how to open the new form.
In the Same Tab; opens in the main form screen, in the New Tab; opens in a different window on the same screen, in the New Window; pop up on a different screen, in the Right Window; opens in the right window on the same screen.
Description: A description of the action is written.
Form Title: This is the field where the title of the form to be opened is determined.
Project: The project of the form to be opened is selected.
Form: The form to be opened is selected.
Closing Action: When the opened form is closed, the action in the form is selected for the operation to be performed.
Fullscreen: Select whether to open the form to be opened in full screen.
Run Condition: If the value in the query entered in this field is ‘0′, the corresponding action will not run.
Request Confirmation: Select whether to ask for confirmation before running the action. If Request Confirmation is activated, the Confirmation Message feature is turned on and the message that will be displayed when requesting confirmation is written.
Example Used
When you add a button on the Studio screen, create an event for the button. When the button is clicked, open form new operation is added. This operation is not connected with the form. It only shows a form from any project. This event of the button is adjusted properties as below.
The operation properties on the button
When this button is clicked on the Client screen, the related form is opened.
Client view on screen