gentercz
3rd June 2002, 11:32
Hi all,
how can i get the font size used in my current report ?
as we have a deep vrc structure, i do not know which report of what vrc baan prints.
reports have different font sizes in different vrc's.
is there a system variable for current font size of a report ???
Thanks for your help,
Jochen
NPRao
3rd June 2002, 19:52
Hi Jochen,
Answers to your questions
1. how can i get the font size used in my current report ?
--- In the Maintain Reports session, in the 2nd tab, you have the information about the default font of the report.
Also you need to code for detecting the different font sizes used in the different report layouts.
2. as we have a deep vrc structure, i do not know which report of what vrc baan prints.
--- If you like to detect which version is being executed you have to use the vrc_search_report() function from the tools DLL ttdllvrcsearch.
3. is there a system variable for current font size of a report ???
--- I dont think so.
Han Brinkman
4th June 2002, 09:30
Jochen,
With the session ttstpsessinfo you can determine from which vrc your report is taken.
On unix/nt prompt you can retrieve this info as well with the explode program. (Don't forget on unix to add the version number, e.g. explode6.1).
M.fr.Gr.
Han