MrSnrub
MrSnrub
About
- Username
- MrSnrub
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
I am not a registered user, in fact I have never seen that site before. My copy of FastReports came bundled with Embarcadero RAD Studio XE8. How do I become a registered user? How do I get an account on that site?
-
Even after going to the Embarcadero website (http://cc.embarcadero.com) and logging in and downloading "FastReport VCL 5 for RAD Studio, Delphi and C++ Builder XE8" (22.7 MB, updated Last Tuesday), uninstalling the FastReports that came with RAD Stu…
-
That also didn't work. I am getting the same error. Here is my revised code: void __fastcall TfrFastReportsDemo::Button1Click(TObject *Sender) { Â Â Â Â // Create a simple dataset. Â Â Â Â ClientDataSet1->FieldDefs->Clear(); Â Â Â Â ClientD…
-
gordk wrote: » i am not a c programmer but here is the delphi equivalent GrandTotalSalary.Text = 'Grand Total Salary: ' +'[Sum(,MyDataBand,1)]'; note ADODataSet1 this must be the usename of the dataset I rewrote the program in Delphi an…
-
I am setting the "UserName" property in my code to the correct value, but is there something else I have to do? What is a "username" in this context, anyway?
-
gordk wrote: » have you tried the example in the programmers manual? Yeah, that's what I originally based my code off of. I figured out the solution: I never explicitly set the Width of the Memo component. I needed to add the line with t…
-
Found it. It's called "FastReport VCL." http://www.fast-report.com/en/download/
-
If you drag a TfrxReport component onto the form of a project and then double-click on its icon, it will take you to the Designer. But then you have a TfrxReport component on your form that you don't need. I always like to create my reports all at r…