msalinas
msalinas
About
- Username
- msalinas
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Hi, I use this code: if frxReport1.PrepareReport then begin frxReport1.PrintOptions.ShowDialog := False; frxReport1.Print; end; Regards.
-
Hi, Try this: if frxReport1.PrepareReport then begin frxReport1.PrintOptions.ShowDialog := False; frxReport1.Print; end; Regards.
-
Let's assume, you have a Blob Filed called "Report" and the table Name is "Reports": On the frxDesigner object, go to the Event "OnSaveReport" and put this code... function TForm1.frxDesigner1SaveReport(Report: TfrxReport; SaveAs: Boolean): Boo…
-
Yes, frReport1 -> frDBDataSet1 -> DBISam_Table or frReport1 -> frDBDataSet1 -> DBISam_Query Regards.
-
Let me try to understand.... alpha-stage = (FR3.0 Finished - Documentation) ? or FR3.0 Finished = (alpha-stage / Documentation) ??
-
Alex, Thanks for your help.... I'll try it. Regards.