0
votes
2answers
192 views
ReportBuilder 7.x - Controlling Print to File at Print Time
Using ReportBuilder 7.X
Question
Is it possible to Control Print to File.
I need to change the Length of a field at print time
Example:
label2
In the …
3
votes
6answers
378 views
replace characters in a file (faster method)
We often replace non-desirable characters in a file with another "good" character.
The interface is:
procedure cleanfileASCII2(vfilename: string; vgood: integer; voutfilenam …
0
votes
ReportBuilder 7.x - Controlling Print to File at Print Time
i solved this! Each control has a saveLength property. I can just use a global variable that can change at any time (controlling length of entire record). Then just before i print he label, i can …
