1- Click the Form button in the bottom right. If you don't see the Form button on your screen, make sure the Form button is set to on in the Form Settings.
2- Click the New button and go to the Form Design screen.
3- Click on the menu button in the upper left corner.
4- Click Add New Field.
5-Type any title for the field name. Set the field type to Datasource. Set your query to SELECT * FROM YOURFORMNAME WHERE UserTableID=1
Since our query needs to return a result set in order for our report to be generated, we set the condition condition to 'UserTableID=1'.
6- On the right side, you will see the fields. Expand the query view and you will see the fields of the result set. Drag and drop the fields into the report.
7- If your form contains an image element and you want to use it in the output design, you must use the ConvertImg field.
8- You also need to select the String value as "Stretch Image" from the image element settings.
9- Now, in the design view, select Data Member in the right panel.
10- Now you can update your queries so that the condition is UserTableID=$PUserTableID.
11- Click the Save button from the menu in the upper left corner.
12- Give the form design a name and save it.
13- Add a button to your form to print. From the Action panel, set Type of action>When clicked and Operation>Print. In the Design File field, enter the name you wrote when saving the form design. Select your form from the Form field and open Print Preview. Now you can use the print feature.