nicocizik
Comments
-
Hi Goran,
Are you able to recreate a similar issue without TRichView/TScaleRichView? If so, please send the example in .zip format to support@digital-metaphors.com and I'll take a look at what is happening.
Otherwise, I sugg… -
Hi Andy,
The export devices included with ReportBuilder do not interface directly with data.
They require a report layout which, when processed by the report engine, creates TppPage objects containing TppDrawCommands (instruct… -
Hi Andrea,
When ReportBuilder exports a report to RTF, it cannot simply copy the existing RTF from any TppRichText components present into the resulting exported file. RTF files must be built from the ground up.
RB parses th… -
Hi Yusuf,
The real issue is that the Windows API renders lines from the outside edge inward whereas PDF renders lines from the center point. ReportBuilder has logic to handle this however occasionally (usually due to rounding) they can b… -
Hi Dag,
This is not an issue we have seen before. Which version of ReportBuilder and Delphi are you using? Please create a simple example using only RB and Delphi components and send it to support@digital-metaphors.com in .zip format. -
Hi Dag,
>> the image will be in text format.
Does this mean that the raw image data is being shown as text rather than the image itself? Does the image display correctly when printing to the printer or preview?
Hi Félix,
I'm a bit unclear about what you would like to happen when you print a copy of the final page only? Would you like the variable to reset in this case?
Currently, it appears you are coding a solution similar to our "<…Hi Dirk,
1. CreateFontPackage Error 1100 indicates that the Windows api is unable to process a certain font you are using. The entire error message should give you the name of the troubled font. Let me know and I can test here.
Hi Jon,
We have not had any known issues with deadlocking and are confident in the thread safety of ReportBuilder.
I am curious about your ultimate goal. Are you attempting to load a template in a background thread, then run t…Great find. I sent you a patch that solves the issue.
Registered users with a valid software subscription can email support@digital-metaphors.com to receive that patch.Hi Mario,
When exporting to PDF from the preview, the same PrintToDevices code is called.
The issue is likely that the ScaleImages property is being set to True at some point when exporting in code.
Are you loading…Hi John,
Please send a simple example of this in zip format to support@ and we'll take a look at what is happening.Hi Lawrence,
Report columns all need to be the same width although they can be positioned on the page as needed. There are no column borders, all positions are absolute.
If you wish to define the column positions manually usin…support@digital-metaphors.comHi Andy,
Sorry for the delayed response.
I am unclear about which dropdown you are referring to (this message is posted to the RAP category which does not have any dropdowns).
Note that DADE only uses field aliases w…Hi Nick,
Which version of Delphi and ReportBuilder are you using? Are you able to see the designer at runtime?
I suggest performing a complete uninstall of ReportBuilder and being sure all RB related design-time packages are …Hi Ken,
Be sure your the TppVariable is set to a numeric type rather than string. Also, note that for a two-pass report, the OnCalc event will fire twice.Hi Andy,
We are going to need more information about your setup to track this down.
1. You mention this only happens on one app. How is this app different from the applications that function correctly?
2. Are you lo…Hi Marko,
Are you able to recreate this behavior with an empty report containing the PDF only? If so, please send this example to support@digital-metaphors.com with the original PDF file included and we'll track down the problem.Hi Lawrence,
All formatting occurs in the TppDisplayFormat.Format routine inside the ppDisplayFormat.pas file. The Delphi routines FormatFloat, FormatCurr, and FloatToStrF are used in various cases based on the format given and data type…OpenXLSFile is deprecated and only retained for backward compatibility. I suggest searching your code for any use of OpenXLSFile or OpenPDFFile and replacing with the Report.OpenFile property.Hi Dirk,
Try placing a breakpoint in the TppFileDevice.EndJob routine (ppFilDev.pas file line 1187) to see if the OpenFile property is indeed False.
This is the only place an exported file will be automatically opened. If it …Hi Lawrence,
This looks fine except there is likely no need to recreate the memory stream to assign the graphic. Assigning the oBmp bitmap to the Picture.Graphic should also work.in Is there a limit on DBImage data size Comment by nicocizik June 14
Hi Heronim,
The best way to prevent a user from loading a new report in the designer is to hide the menu and toolbar options.uses
ppDesignToolManagerTBX,
ppDesig…Hi Lawrence,
I suggest using a TppImage and manually loading the processed image data for each record.
1. Load the image data from your DB into a stream (using DataPipeline.GetFieldAsStream).
2. Process the image data.
Hi Andy,
All of our articles can be found at the following location: https://rbwiki.digital-metaphors.com/
The article you are looking for is at the following l…There is a fix available for this issue with Delphi 12 and ReportBuilder 22.04. Registered users with a valid software subscription can email support@digital-metaphors.com to receive the patch.Hi Tom,
Please contact TRichView support for help with this issue. They will then contact us with a reproducible example.Hi Jan,
The version of SynEdit used in ReportBuilder has been highly customized and was not originally intended for 64 bit applications. We have converted it to do so however occasionally an issue will arise that slipped through the crac…