nardmoseley
Comments
-
We put a new build on server - try download and re-installing. It should
work.
I thought you were using the TppDesigner.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
For RB 11, the new default location for RBuilder.ini is
($LocalAppData)\RBuilder\RBuilder.ini
which on Vista resolves to
C:\Users\[username]\AppData\Local\RBuilder
If you migrate projects from RB 10,… -
You can use TClientDataSet to extract a small subset of data. TClientDataSet
can save data locally - great for creating a stand alone example.
--
Nard Moseley
Digital Metaphors
www.digital-met… -
I was able to recreate what you are experiencing and there is now a patch
available. This is an issue in both RB 10 and RB 11. Surprisingly, no one
noticed this before. To receive the patch, please email
support@digital-metap… -
> See this link .. perhaps it explains some issues:
The article describes an issue with the MAPIFindNext function. We are not
using that function. We are using MapiLogon, MapiSendMail, and MapiLogoff.
But perhaps there
Extended Mapi support is feataure we would like to add to a future release.
I have done some research on Extended Mapi. It is quite complex. I think
there are one or more Delphi 3rd party libraries that developers can
purchas…
http://www.digital-metaphors.com/rbWiki/Output/Printer/Detecting_Whether_Report_Printed_to_Printer
--
For RB 11 there is a new OnFileDeviceCreate event that can be used to do
this. When you call Report.Print with the device type set to one of the file
devices, then this event will fire just after the file device is crea…
To create a multi-page style layout...
1. Create a main report and remove the header/footer
2. For each 'Form/Page' place a subreport in the detailband and set the
PrintBehavior to pbSection
3. Acce…> is there an option to specifiy JPEG as graphictype for a DBImage?
1. Include ppJPEG in the 'uses' clause of your application. This will
register the RB JPEG support.
2. Set TppDBImage.GraphicType to 'JPEG'
I installed ElevateDB, (ver 2.02), tested the example and was able to
duplicate the error.
After much research, I discovered the solution....
Select the qryItemUpdate component. Use the Object Inspector to access th…
I peformed a test using D2007 and RB 10.09 and did not encounter an issue.
Check the Help | About box of the report designer for the version no. If you
are not using RB 10.09, send your serial number and registration details t…> Since upgrading to RB11 we have a problem in a few reports containing
Try downloading the latest build from our server. Run the installation, this
will uninstall your current build and install the new one. Then re-test. If
The link to download the example did not work, this is now fixed.
www.digital-metaphors.com/tips/DesignerInitializeReportProperties.zip
The link to rbWiki is working. rbWiki runs on port 8080
www.digital-metaph…
How to set default settings for report created with the end-user
designer....
www.digital-metaphors.com/rbWiki/End-User/Designer/How_To...Default_Settings_for_Reports
--
Nard Moseley
Digital Metaphors
Se my post..
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
1. This has been resolved. Download and install the latest build from our
server. Run the installation, this will uninstall the old build and install
the new one.
2. Do not use Datapipelines on base forms. Put the datapi…
No. You need to update to RB 11. RB 11 can open run reports created by prior
versions.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Example projects may be sent to support@digital-metaphors.com. Please send
in zip format. Use ReportBuilder and standard Delphi components. Please
specify environment information including Delphi version, Windows version,
etc…
There are no known issues with icons or themes. My guess is that you have a
corrupt installation.
Download the latest build from our server.
Uinstall RB and reboot your machine.
Follow these steps
In my testing here, it appears the preview is not correctly calculating the
size. I just emailed a patch to you. Registered RB 11 customers can email
support@digital-metaphors.com to request it.
--
Nard…
Give it a try, perhaps you have a similar issue.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Prior to loading the report template, call Report.DumpCache.
Example:
ppReport1.DumpCache;
ppReport1.Template.FileName := 'c:\TestReport.rtm';
ppReport1.Template.LoadFromFile;
ppReport1.Print;
…
This is being researched. Will post a follow up here.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Call myMainReport.GetSubreports(myTStringList) and pass a local TStringList
instance. Following the call, the TStringList.Objects[ ] array will contain
the ChildReport instances for the entire report.
Yes, th…
Each subreport has a Report property that is of type of TppChildReport.
Try setting the EnableProcessMessages property for each child report as
well.
mySubreport.Report.EnableProcessMessages := False;
RB 11 includes support for D2009, D2007, D2006, D2005, D7, D6. There are
separate download/installs for each Delphi version.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
There is a new RB 11.01 build on the server that includes an updated
ppWWRichEd.pas with a fix. (I think this might be a bug in InfoPower,
because the standard Delphi RichEdit works correctly.)
--
Nard Mosele…
RB's built-in email includes plug-ins for MAPI, Indy, and Synapse.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Correct. VCL.NET is dead.
Those compiler warnings were introduced in Delphi 7 to help developers
prepare their code for the first version of VCL.NET.
--
Nard Moseley
Digital Metaphors
www.digit…