Print

Create a Print Button to print data contained within a specific Panel. >

Expected output:

1st Step – Begin by adding a blank transaction form.

2nd Step – Add a panel control and enter the database field name, for example, "MainPanel", so it can be used to link the print button for configuring and printing the Panel. content.

3rd Step – Place all the controls you want to print inside the "MainPanel".

4th Step – Now let's configure the Button – Add a Button and set the button type to Print. This configures the button to start the print action.

5th Step – Go to the Design section and customize the button look to match the styling of your application (e.g., set the label to "Print" and adjust colors, font, and size).

6th Step – Go to Action Tab and enter the database field name of the above added Panel. that is “MainPanel” in the "Print Container Key". This ensures the system includes only work order data in the print view.

7th Step – Now the print button is added on the screen by clicking on it user can print the work order.

Final Output: