Used to report. The requested information can be seen as desired in the List Box.
List Box tool icon at Toolbox
How it looks like on the Canvas
Compatibility
Free Form | Responsive Form | Mobile |
Properties
Properties of the form tool;
-
Name: The name of the tool will be written here.
-
Info Text: On the client-side, the information text is written about how to enter information into the tool.
-
Field Style: Select whether the information entered is fixed or SQL query.
-
Linked Field: The connecting list will be chosen from here. Linked Field area contains ListBox tools. So, you can add a second Listbox. And this second tool is displayed on Linked Field.
-
Toolbox Location: The Listbox tool has a toolbox. This toolbox makes it change the data. You can select the location of the toolbox of this tool according to the Listbox tool.
-
Table Length: Enter the length of the information to be saved in SQL.
-
Text Size: Sets the size of the tool.
-
Color: Edits the color of inside the tool and/or the text inside the tool.
-
Height / Width: Adjusts the height and width of the tool (The width field has been removed from Responsive Forms).
-
From Left / Top: Adjusts the distance of the tool from the left and top (This field has been removed from responsive forms).
-
Values(Text*Value): If the Field Style area is Constant Value, you can write in your data to Values(Text*Value) area.
-
SQL Query: SQL query will be written here
-
Fit Horizontal: Fits the tool to the full screen on the user’s screen.
-
Pin Right: Pins the tool to the right.
-
Display: Makes the tool not appear on the screen.
-
Form Only: The information entered in the tool is not saved to SQL, but only in form.
-
Auto Fill: When an old record is called, it is activated so that it writes its value in the text field, not its value in the table.
-
Toolbar: Turns the toolbar on and off for this tool.
Actions
-
When the value changes: Assign an “Action” as on value changes handler. For more information please click here.
Example Used
Add two Listbox tools on the canvas.
Linked field of the first Listbox must be Listbox2.
How it looks like on the Canvas with two Listbox
First Listbox Property Panel;
Field Style area is Constant Value, you can write in your data to Values(Text*Value) area.
In this place, the first parts seem on the client screen. The second part is saved in the database.
If the firs Listbox will not save on the database, Form Only property is chosen as “Yes”.
If the toolbar of the Listbox tool will be displayed, Toolbar property is chosen as “Yes”.
Linked field of the first Listbox is Listbox2.
Second ListBox Property Panel;
Toolbar property is chosen as “No”.
Now, you can transfer the values from Listbox1 to Listbox2.
Client view on screen
The value in Listbox2 can be transferred back to Listbox1.
Client view on screen