nardmoseley
Comments
-
Make you are using the TppVariable and it's OnCalc event to perform
calculations, this is convered in the Developers Guide. Using external
variables to try to calcs will produce exactly the incorrect result you are
describing… -
Tryy adding a check to your OnSaveStart event-handler code.
uses
ppTypes, ppComm;
if (pppcDesignPreviewing in Report.DesignState) then
// report is previewing
--
Nar… -
It is saved to an internal memory stream.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
The change was made because customers complained the behavior was not
consistent. When using the end-user designer, some reports were
save/restored when selecting/deselecting Preview while other reports were
not. When a report is p… -
One option is to use Delphi Win32 to build the reports into a COM object
that you can call from .NET. Both Delphi and .NET have excellent COM
support.
For web applications, we have an example of compiling the RB WebTier … -
Two options:
Use a Group that breaks for each detail band and set Group.KeepTogether to
true
Use a Subreport as a container and Subreport.KeepTogether to true. When
subreport.DataPipeline is nil, then the subr… -
---------------------------------------------
Article: Currency Formatting in ReportBuilder
---------------------------------------------
Currently when formatting currency display formats, ReportBuilder internally
c… -
One option is to use Delphi to build a COM object that contains the RB
reports. Call the COM objec from .Net. Delphi and .NET both have excellent
support for COM.
For ASP.NET, we have an example of using RB Server Editio… -
For the applications that you build and deploy you can control the location
of RBuilder.ini. See tech tip below.
For the next major release, we are making enhancements to better support
Vista. The default location of RBu… -
We have been using Vista here daily for over a year and have Delphi
configured to run as Administrator. Works great. There are many other apps
on my Vista machine that require Administrator privileges.
--
Nar… -
I emailed you a patch.
You are correct, you can fix it yourself by opening the ppRichEd.pas unit
using D7 and resaving it. Then copy the .dfm from RBuilder\Source to
RBuilder\Lib and rebuild.
--
Nard MoseleyPlease post using your real name, rather than shk. That is a requirement of
these newsgroups.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Try configuring the report to print columns. From the report designer,
select File | PageSetup |
Layout. You can specify number of columns and TopToBottom or LeftToRight
traversal.
Here is a list of resources for lea…
Please download again...all should be fixed.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best way to test is with a profiling tool, such as AQTime. Setup a test case
with the /exact/ same environment. Same machine, same printer, same
everything - such that the only difference is RB 7/RB10. Typically what
happens …
Try testing with different printers. If you have a slow network, then it
will be slow. If you have a local printer it will be so fast will not notice
it. That code has not changed since RB 7.x. RB is optimized to cache the
re…
Answered via support@digital-metaphors.com.
Please post questions to a single destination - the newsgroups or email, but
not both.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.comRB 10 includes built-in support for exporting to PDF. For testing the trial
version, comment out your references to TExtraDevices.
The latest TExtraDevices supports RB 10.
--
Nard Moseley
Digital Metaphors
I recommend updating to RB 10. There have been countless improvements since
RB 6.x, including memory management and image handling. Trial versions can
be download from our web site.
RB 10 can open and run reports created…
I emailed you a patch. Registered users can email
support@digital-metaphors.com to request the patch.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Try getting it to work using a Delphi TRichEdit, outside of ReportBuilder.
Then try adapting that code to the RB TppRichText. The TppRichText is a
wrapper around the TRichEdit component.
I would try first assigning the text to…Please configure your newreader to show your real name when posting. Please
do not continue to ignore this request. It is not optional.
At this time, we only support the Delphi developers that purchase a license
to ReportBuild…Not sure on the Delphi version? Are you a Delphi developer?
-----------------------------------------
Article: End-User Tech Support
-----------------------------------------
Please understand that Digital Metaphors c…Please configure your newreader to show your real name when posting, rather
than 'asmith'
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Please configure your newreader to show your real name when posting, rather
than 'asmith'
Please always specify Delphi version, RB version, Windows version, data
access environment.
The sampl code does not sho…If your name is Remesh CP then please post using that name.
I think you sent this same question to suppport@dig…Please configure your newreader to post using your real name. Currently is
says CP. Please do not continue to ignore this request.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Please configure your newreader to post using your real name, rather than
CP.
Please post a single question to a single destination rather than posting
twice to the newsgroup and sending an email to
support@digital-metap…Delphi's TRichEdit cannot display images.
---------------------------------------------
Article: ReportBuilder's RichText architecture
----------------------------------------------
The RichText in ReportBuilder…
You have sent this same question to support@digital-metaphors.com for the
past 3 days. Please check your email junk/spam folder.
Please configure your newsreader to post using your full name, rather than
just Umit.
…