Global variable in script bug?
I have defined var sex1 in the top of Script.
- created 2 pages with 2 masterdata with same datasource.
- duplex, A3 format
I set sex1 with number 1 or 2 in MasterData1OnBeforePrint.
I would like to use sex1 in MasterData2OnBeforePrint, but it is 70 and incremented at next pages !!!
- created 2 pages with 2 masterdata with same datasource.
- duplex, A3 format
I set sex1 with number 1 or 2 in MasterData1OnBeforePrint.
I would like to use sex1 in MasterData2OnBeforePrint, but it is 70 and incremented at next pages !!!
Comments
At Page1 is sex1 and sex2 number 1 or 2.
I want 2x duplex A4 printed on duplex A3.
I would like just to print 2xA4 to 1xA3 and then cutting A3. Difficult script is only for backside of A3, because fast report dont swap half parts of backside in duplex mode. Every half parts are different.
Create report without sorting of records (use A4 page) and then resort preview pages:
http://www.fast-report.com/en/forum/?p=/discussion/7849
it means that it is not possible to do it normal way?
other solution is not possible, because it means logic is in application. it is not possible, because reports are A4 or A3 and many dyn. loading. I dont want to give to user to choice via radiobuttons to print A4 or A3. In final it is impossible.
It must be in report script. And in finally I dont know how to put A4 to A3(2 columns).
2.
and what about global variables?
they are always 1 at backside of duplex page.
3.
I thing that when i create duplex report with 2 columns, it must automatically swapping columns at backside, but FR dont do it !!!! Do you understand what I am talking about? It is main problem why I am looking other crazy way.
thx
2. I get always 2 on your data, because last record for your dataset set value to 2