rconta
rconta
About
- Username
- rconta
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
I tried RTF component released with FastReport 2.51 and Pragaan RTF component. I can say that Pragaan RTF output is very good and simple to implement. I buid many complexes reports and all works fine only with Pragnaan RTF component. PDF output is v…
-
what you mean with CRT mode?
-
for paulvas. In my program i work around ChangePrinter() with following method: 1) I save in a page setup form the name of the printer. 2) Before print I write the code "printers.Printer.PrinterIndex:=GetIndexByPrinterName; GetIndexByPrint…
-
1) Set TfrUserDataSet.RangeEnd property to reCount 2) Set TfrUserDataSet.RangeEndCount:=<# of record to pass> 3) In TfrUserDataSet.OnFirst() and in TfrUserDataSet.OnNext() event write code that point to your dataset. I hope that this can …