Trying FastReport
I'm testing FastReport. I currently am using Rave which I like because I can do all my printing with code in my app. I don't see that capability with FastReport or am I missing something. I have downloaded three manuals but I'm not getting any help from them. What do I mean? In Rave if I want to print something I would do the following...
SetFont('Arial',14);
Bold := True;
GoToXY(2.0,3.25);
PrintCenter('This is an easy way to print this in the center',4.25);
Can I do this with FastReport? Thanks for the help.
George
SetFont('Arial',14);
Bold := True;
GoToXY(2.0,3.25);
PrintCenter('This is an easy way to print this in the center',4.25);
Can I do this with FastReport? Thanks for the help.
George
Comments
George