nicocizik
Comments
-
For those following this thread, the issue was caused by an inactive print spooler on the host machine. Starting the Print Spooler service solved the problem.
-
Hi Laurent, (Quote) Yes, or simply call the TppViewer.ExportToFile routine which takes care of this for you. This is how file export is handled from the built-in preview.
-
Hi Marius,
Try placing stops in the TppDataSettings.SetUseDataDictionary and TppDesigner.SetDataSettings routines and see if that gives any clues to how the UseDataDictionary property is getting set to false. -
This appears to be a library path issue.
1. Be sure the uses clause of the rbNexusDB2228.dpk is updated with the latest NexusDB package names.
2. Check your library path to be sure the NexusDB packages are available to Delphi. -
Hi Laurent,
This is not a known issue. We will need to see your underlying code to understand what is happening.
1. Are you displaying the report in the built-in Report Preview or your own TppViewer?
2. Are you expo… -
Hi Rodrigo,
The DataDictionary and MetaData have not been changed for quite some time.
The TdaMetaData.GetFields routine simply retrieves the table and field names from the DataDictionary tables if it is enabled. Try double cl… -
Hi Marius,
This is not a known issue. Please update to the latest version of ReportBuilder and re-test.
Where are the field and table values displaying incorrectly? DADE workspace inside the Query Designer or Query Wizard, or … -
Hi Rodrigo,
Which database and connectivity are you using with your report? If you set the UseTableOwnerName property to False, does the error still occur?
Note that you may need to rebuild your DataDictionary table entries to… -
Hi Yuki,
The PDF component can display PDF files inside a report with "section" print behavior meaning it will take up its own page. I suggest exploring this option first.
Place the pdf component in the Title band after and sh… -
Hi Sara,
Still on our list
One option would be to draw the image to the TppPaintBox canvas… -
Hi Mauricel,
You can use the TppTextFileDevice.RetainLineBreaks property to keep the carriage returns. Do this by using the Report.OnFileDeviceCreate event.procedure TForm1.ppR…
-
Hi Jonathan,
I am having difficulty recreating this behavior. The text file device (exporter) is specifically designed to allow any file extension added.
In my testing with RB 22.02, setting the above properties in code and in… -
There is a patch available for RB 22.02 that solves this issue. Registered users with a valid software subscription can email support@digital-metaphors.com to receive the patch.
-
Hi Dag,
The first item to check is that your datapipelines have AutoCreateFields set to True. If so, then the pipeline will simply create the fields it is given from the dataset.
1. Check to be sure the pipelines are connected… -
Hello,
Please update you profile to include your name so we can address you properly.
I am a bit unclear about the solution you are referring to. Is this an example we sent to you in the past? The PageStyle has been primarily… -
Hi Gustavo,
Unfortunately the call stack does not give the whole picture although it is clear that it has something to do with data access. I do not see anything in particular with the template you posted that would cause this issue.
Hi Gustavo,
We are unable to download your template because we do not have access.
The issue is likely not in the Communicator. Please provide a screenshot of the complete call stack in Delphi when the error occurs. It would …Hi Gustavo,
We will need more information about this issue to understand what is happening.
How exactly are you loading and linking the report to data?
Which version of ReportBuilder and Delphi are you using?
<…Hi Mauricel,
I highly suggest testing with the latest version of ReportBuilder as it will have all new features and bug fixes (RB 22.02).
See the following article for more information on exporting to TIFF format. Included is …Hi Marko,
Take a look at the following example. It shows how to load a report from DB as text (for editing) then reload it back to the DB. You should be able to use this technique to automatically load/alter/reload each report you need …There is a patch available for RB 22.02 that solves this issue. Registered customers with a current software subscription can email support@ to receive this patch.PDF versions are for reference only and generally indicate which PDF features may be present when opening. They are also backward compatible. ReportBuilder currently supports many PDF 1.7 features so the PDF files it creates use this version.Hi Marko,
RAP fully supports registered enumerated types which the TppPDFAFormatType is. The issue is that this enumerated type was not registered with RAP and this is why it was not recognizing the value.
I sent you a patch th…Hi Bora,
Unfortunately, no. The PDF files are not "empty", they simply have the commas (,) and periods (.) swapped.
In a perfect (non-encoded, non-compressed, non-encrypted) world, it may be possible to perform a find/replace …Hi Matthias,
Which version of ReportBuilder and Delphi are you using?
- Be sure you are using embedded font subsets (PDFSettings.EmbedFontOptions).
- Use the compression settings to increase the compression of images…Hi Rodrigo,
The location of the RBuilder.ini can be changed using the TppDesigner.IniStorageName property. You can also save this information to the registry using the IniStorageType property if an .ini file is not wanted.Hi Javier,
It appears you posted the same question twice. I will remove the other one to avoid confusion.
Pipeline.AddBookmark does not filter out duplicates and in my testing, adding duplicate bookmarks appeared to give the e…Hi Arvid,
Which version of ReportBuilder and Delphi are you using? If you create a new archive from the associated report, do you still get this issue?
If possible, please send us a copy of the archive file that has this probl…Hi Anthony,
Unfortunately no. The new report(s) or report templates will contain references to all the new properties and features added since the older version and will display an error for each one when loading.
While it's p…