nardmoseley
Comments
-
Hi Dirk,
Does this also occur if you use the Preview toolbar Cancel/Close button?
I tested yesterday and again today, but I cannot produce an AV.
Please create a simple example project I can build and run in the deb… -
Hi Michael,
You can add any number of attachments. I tested adding the required XML plus a PDF attachment and can confirm it works. -
Hi Dirk,
The TppPrintPreview.FormClose method is called when an attempt is made to close the form. The event-handler code prevents the form from being close when Viewer.Busy (which internally returns false if the report engine is busy). … -
Hi John,
The PageIncrement is working in my testing. I created a new Delphi project and added a Report. I sent AutoStop False, PageLimit 100 and PageIncrement 20. I added a SystemVariable with PageNoDescr. It works. I then tested with P… -
Hi Marius,
In my testing, the same exception is raised whether in the Design Preview workspace or calling Report.Print from a button click.
For run-time Pascal code (Calc workspace), the exception indicates whether it is a com… -
Hi Stefan,
This is due to Delphi 12.2 breaking compatibility with Delphi 12.x - which Emb states should not occur. All Delphi 12.x should be binary compatible. The RB 64-bit .dcu's are ok, but the run-time packages result in entry point e… -
Hi Marcelo,
The live RB Server Demo is now working properly. Please try again.
Thanks for reporting the issue. There was a property configured incorrectly.
-
Hi Michael,
In my testing with RB 23.0, PDF ZUGFeRD with stream attachments works.
If you would like to upgrade to RB 23, you can email support@ and we can provide a working example.
-
Hi Ken,
In my testing the docking works in the standard way - dragging the window over the docking area.
The other solution is to close the report designer and delete RBuilder.ini which is located in C:\Users\[UserName]\AppDa… -
Hi Chee,
Compilation works against RBuilder\Lib\Win64 but with RBuilder\Source the compiler raises the error.
The issue is that unit ppPDFActionManager.pas is missing from the RB 23.0 installation.
I emailed you th… -
Hi Linda,
1. For RB 23 the default behavior is the monitor and form bounds are saved/restored from RBuilder.ini. Run the app and position the form, then close form. Next time the app runs it will be restored.
2. To take contr… -
Hi George,
Check out the RB DLL demo installed to
C:\Users\Public\Documents\RBuilder\Delphi 12\Demos\7. DLL
Read the notes/comments in the code for FormDLL and TestDLL. -
Hi Gerhard,
I researched and created a patch for RB 22.05 to resolve the issue. (I emailed the patch).
Developers with an active RB license can email support@ and request the patch. -
Hi Gerhard,
I created a test report, but did not encounter an error.
Please create a simple example project we can build and run in the debugger. Use standard Delphi components and RB. Use the rbDemos data or copy data to Clie… -
Hi Vineet,
The report template loading / saving code is not something that has been changing. It has been in place for many years. For Delphi Unicode VCL the String datatype is Unicode and RB templates that are save as text are saved and … -
Hi Goran,
I should have been more clear. My code is for a preview dialog descendant class.
uses
ppPrvDlg;
type
TmyPrintPreview = class(Tp… -
Hi Colin,
Currently there is not a property or method that can be used to prevent email from being sent. We'll add this to the requested feature list.
It can be done indirectly, by using BeforeEmail to unregister the email p… -
Hi Goran,
My code sets Form Left, Top, where as your code is sets Viewer.Left, Top.
TppViewer is control on the form. (TppViewer descends from TCustomPanel)
-
Hi Goran,
In your custom TmyPrintPreview class, try overriding the DoShow method to check the Monitor and move the location as needed.
procedure TmyPrintPreview… -
Hi Andy,
For the last Report, set PDFDevice.EndPrintJob to True prior to calling Report.PrintToDevices. This is shown in the rbWiki example. When EndPrintJob is True, the PDF output file will be closed. -
Hi Andy,
I'll add this to the requested feature list.
Thanks for the feedback. -
Hi Andy,
The FillColor/LineColor buttons work two ways.
1. Right side of button - displays color palette
The right side of the button has a down arrow. Press mouse button when over the down arrow and a drop down col… -
Hi Andy,
This feature has not changed.
Select a Rectangle, use the FillColor, LineColor buttons on the Draw Toolbar to specify the color. Alternatively can use the Object Inspector Brush and Pen properties (make sure Brush.St… -
Hi Javierus,
Please generate the report to Archive File (.raf). Send the file to support@ and I will test it.
I tested exporting 80k rows to Xlsx and did not encounter an issues. So perhaps it depends on the report content.Hi Thomas,
RB 22.04 contains mods to use Excel's 8 built-in color values for the basic 8 color palette Excel defines. This solution provides a work around for the Excel limitation with the old XLS format.
Hi Tommy,
The RB Preview ThumbNailViewer includes built-in support for mouse wheel scrolling. Testing with RB 22.03 and Delphi 12 it is working. Also when the PageView is set to Continuous, the mouse wheel can be used to scroll the pages.…Hi Thomas,
I tested with D2007 and RB 12.
1. The Xls file when opened, results in Excel defaulting to read-only mode and warning about the file's validity. I recall that MS introduced a XLS (BIF) validator to increase securit…Hi Thomas,
I researched this.
Exporting to XlsxData - the test works.
Exporting to XlsData. Select the cell, right mouse and select Format Cells... to display the dialog. Then select the Fill page. The color is bla…Hi Lawrence,
Load the report definition (if stored in file or database).
Try setting Report.PreviewFormSettings.SinglePageOnly to True and Report.ThumbnailSettings.Enabled to False and Report.CachePages to False.
S…Hi Goran,
Please create a simple example project I can build and run in the debugger. Use standard Delphi components + RB (no DevExpress). Send in zip format to support@. Include steps to recreate the issue. I have duel monitor setup I c…