Topic: height of the rows in the master data
Hello everyone.. I have a report and I want to control the height of the rows inside the master data by dialog ..Any ideas?
My Visual Database → Reports → height of the rows in the master data
Hello everyone.. I have a report and I want to control the height of the rows inside the master data by dialog ..Any ideas?
Here are some ideas:
In the report, you can create a starting dialog box and use it to set the desired value. After closing the dialog box, a preview will display your page with the set value. If you don't like the preview, you can click on the created non-printing element on the page and restart the process from the dialog page.
The second option requires writing a procedure in the script to call the parameter input function (for example, InputBox() ). After the input is complete, the preview page will need to be reloaded. The procedure can be called from a non-printing element on the page or when the preview is finished generating.
The third option is the most complex. Writing a procedure to generate a form window with several elements, such as Edit and Button. The difficulty is that input control and clicking on the component are handled manually. Working with form components in the report is significantly limited. The procedure can be called from a non-printing element on the page or when the preview is finished generating.
Thank you very much Sparrow for your time...Can you explain the first or second idea with a simple example?
Working with FastReport is described in the manual, including the dialog and script.
https://origin2.cdn.componentsource.com … 8en%29.pdf
You can see an example of working with the script and dialog on the forum.
https://myvisualdatabase.com/forum/view … hp?id=8311
hi sparrow ..
The problem with my report is there is a gap between the master data and the page footer... I thought maybe I could get rid of it by controlling the height of the master data.
The problem with your report is that you selected the wrong Band for the page total. This Band is printed at a distance from the MasterData Band.
Please read the user guide I linked above and look at the examples created by forum members in this forum thread.
My Visual Database → Reports → height of the rows in the master data
Powered by PunBB, supported by Informer Technologies, Inc.
Theme Hydrogen by Kushi