Programmer
Programmer
About
- Username
- Programmer
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
thanks. i found it. the solution is simple, just set the count invisible data band (or dataset) option, after hiding the data bands.
-
i ran into a state witch i want to print just a summery page, (witch has SUM operations, and incude excepretions) for datesets summery, but when i preview the page its seems to me that the operation didn't take a value unless you put there excepreti…
-
thank you, and you can put a words in state of a boolean format without having an error like: [ #bhas warranty, hasn't warranty]
-
you can set it page place property to bottom
-
try to export it as CSV (By using TfrxCSVExport)
-
so when i what to make an operation of a value i will insert it in square barracks.
-
set states before preparing or showing the report.
-
i don't see the report, but i think to set the align to top.
-
use report footer band to view a content in the end of the printed report, and use a report summery band to view the calculation of of you report.
-
i have similar problem, when i export a report to an excel ( *.xls format) in Main Demo and my Application using export to excel (OLE) (i.e i used TfrxXLSExport Component) i have a follwing OLE Error: wrote: Unable to set the RowHeight property…
-
use PrepareReport(False) instead.
-
Anu de Deus wrote: » set your textbox3.DisplayFormat.FormatStr to %2.2f or either %.2d or %2.2d (for integer value)
-
use report events to catch the date and then put the sum to it.
-
Draeden wrote: » The TXT export is supported no more, use SimpleText instead. The ExportEMF property was replaced with PictureType. thank you for your answer. but i saw that this SimpleText class isn't the same as the old one.
-
and i searched into the source folder (Lib15) and ididn't find the TfrxTXTExport Unit or its compiled version, and it's reqiered unit frxExportTxtPrn or it's compiled version
-
gordk wrote: » make sure you have added the export component to the underlying delphi form. yes i had, but it's seems to be in this vesion thay removed this comonent and change TfrxRTFExport ExportEMF property i searched the internet for …