Link form controls together and connect to template
I woud like to know how it would be possible to link input box and record picker together. Let me explain.

In form I want to have an option to select a record from record picker. If I select a record, the selected row's title and price should be populated into the two bottom input box.
This two input box should be then linked to the objects on the template (Name, price on the screenshot).
If I don't select any record from record picker I would like to have an ability to enter data manually in the two input boxes below the record picker (or edit value manually If I selected something from record picker).
Is it somehow possible?
-
You have to select something from the record picker but you can then add text boxes and link those to the fields on your label that has the data that you may want to change. Effectively the database data is the default value for that field, but at print time the users can overtype this .
In the screenshot above the entry field is linked to Text1 object on the label which happens to be the Code column in the database. At print time if I selected the 3rd record then the default value would be 333 for this text item and that is what would be printed unless I typed something else in that box.0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar