nardmoseley
Comments
-
The toolbars in the Design workspace are the same width as they were in the
last version. That is so that they can be docked side by side. Perhaps you
are referring to the previewer. The Previewer has a true toolbar now, wher… -
The new RB 10 user interface supports themes (i.e. skins). The style of the
tools is rendered by the selected theme. The OfficeXP and Default themes
have the look that you are describing.
From the Report Designer, select… -
The Undo support for Paste will be fixed in the next maintenance release.
The new designer contains a refactored version of the original copy/paste
related code. After some research, I installed RB 9.03 and confirmed that
Thanks for the feedback. We are working hard to quickly fix reported bugs
and issue patches and maintenance releases.
The new designer has an excellent architecture in place. (There is no
comparison to the new architectu…
Ok, good information - I was not aware that CR did that..
Ok thanks for that vote, it helps.
"Jeremy Knowles"
Thanks for the feedback.
We can consider this for the future. From a usability perspective, I am
concerned that many uses will not expect the code to be copied. But I have
three votes in favorin Designer Request/Suggestion Comment by nardmoseley February 2006
Thanks for the feedback. This feature has been added for the next
maintenance release.
(Good timing…
RB supports only Delphi VCL Win32 at this time.
Thanks for sending the examples - that was a huge help.
This is fixed for RB 10.01.
1. Please do not post attachments to the newsgroups. Email to
support@digital-metaphors.com.
2. As a test try running the report with the default previewer.
We are not aware of any compatibility issues with ru…
You might be doing this already, but I would try the following...
1. Assign each relevant component the same Left, Top, Width, and Height.
With RB 10 you can multi-select the relevant objects in each
report/childreport a…
Fixed for the next maintenance release
I recommend using the AdsQuery to select only the records that need to be
included in the report.
(Fitlers on dataset are slow.)
------------------------------------------------------
Tech Tip: Linking SQL Quer…
You can just install RB 7 and rebuild your application.
RB 7.x can open and run reports created by RB 6.x. When the report is saved
using RB 7, then any new component properties will be saved as part of the
report defini…
There were improvements made to later versions - RB 7.04 is much better and
RB 9.03 contains more improvements.
1. Create a Header layout (myHeader.rtm)
Create a report layout with no header/footer. Size the detail band to be the
height of the "header". Add labels, etc.
Save the layout as myHeader.rtm
2. Use the He…
If you are registered user of RB 10 and did not receive email notification,
please send an email request and include your serial number and registration
info to info@digital-metaphors.com
New trial versions can be downlo…> How long is it likely to be for the maint release?
Good timing....
RB 10.01 is now available
Fixed for the next maint release - which will be RB 10.01.
If you are registered user of RB 10 and did not receive email notification,
please send an email request and include your serial number and registration
info to info@digital-metaphors.com
New trial versions can be downloaded fro…
Thanks for pointing that out. Perhaps we can improve this for the next maint
release....
Thanks for pointing the out, I updated the example
Here is an example that show how to customize the RB 10 menus and toolbars.
You need to update to RB 10.01, to run this example...
www.digital-metaphors.com/tips/Designer10_CustomizeMenusAndToolbars.zip
1. One option is to replace the ReportExplorerForm. The default form is
defined in ppExpFrm and registered in the initialization section at the
bottom of the unit. You can copy the form to a new unit and then make
whatever ch…
1. See example code below. The example uses the TppDesigner.OnTabChanged
event to access the PreviewManager.Viewer property. The Viewer is not
created until the first time the Preview workspace is accessed. Thus, the
need to …
In recent versions the default PreviewForm includes public properties that
provide access to the statusbar and other controls.
There are two approaches that you could use:
1. Create a custom preview form that declar…My mistake, should be TrsClientReport.
I have not tried it but that sounds like a valid approach.
- include some code to check whether the PreviewForm is nil
- Typecast the Previewform as TppPrintPreview
Example:
uses
ppPrvDlg;
There are now RB 10.01 patches available that fix these issues.