This operation has opened a form from another project or another form the same project. This form is connected to other forms.
Open Form Detail operation at Property Panel
Remarks
It is the type of operation that opens the detail field defined by double-clicking on the information in the form control named List added to the form.
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.
Linked List: Displays the details on the list.
List-ID Field: The ID information on the main form matches the ID information of the list to be opened.
List Type Field: The form type information on the main form matches the form type information of the list to be opened.
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
Firstly, adjust form controls on the Studio screen. Then, add a list form control on another form. Write a query for the list for the related form. Create an event as when double-clicked for this list. The important point here is UserTableID area of the SQL Query in the list. If you write UserTableID in the query for the List-ID Field of the operation, it shows all information about this UserTableID on the new screen. Thus, UserTableID area must be in the query.
The operation properties of the listed event
When the list is double-clicked for second data, a new form will be open for its detail.
The list control of the form on the Client screen
After a double-click event, another form is opened for this list.