nardmoseley
Comments
-
We will make this wider for the next release.

Thanks for the feedback.
--
Nard Moseley
Di… -
Please see my prior reply.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
This is not a known issue. Make sure you do not have a corrupt installation,
follow the steps in this article.
We never had any 'Tbc' classes.Perhaps you had a different version than what
was on our web site. We have had the source code on our site for many years.
Have a look at the source, perhaps you can modify it to suite your needs…
For RB 10.09, with the patch no RBuilder.ini will be saved for applications
that do not use the end-user designer (i.e. use the ppEndUsr unit. ). When
using the end-user designer, use the TppDesigner.IniStorageType and
IniSt…
1. For RB 11, DADE includes many new enhancements, I invite you to check
them out.
in List of Dates Comment by nardmoseley October 2009
You might try adding RBuilder\Source to your Delphi library path and using
the debugger and call stack. Internally RB uses TB2000/TBX to implement
skin/theme support.
--
Nard Moseley
Digital Metaphors
www…
"After assigning this, i have to stream the template to a memorystream to
create a copy of the whole thing."
The best design is to use RB Enterprise to design portable reports that
contain the data access, code, and layou…Jason,
Please do not post attachments to the newsgroups - it is against newsgroup
rules.
http://www.digital-metaphors.com/support/newsgroup…
What are you trying to accomplish?
In Windows a modal form executes in a different message loop than the rest
of the program - this makes it seem like it is in a different thread. It is
asynchronous. If an exception occu…
Try checking the Report.Printing boolean property. If that is true, then the
report is still busy. Cancel does not immediatedly cancel the report, it
sets a flag that is checked by the report engine and then the report engine
You can use the TppDesigner.IniStorageName to control the location of
RBuilder.ini. If you place a new TppDesigner component on a form you will
see the new default location is ($LocalAppData)\RBuilder\RBuilder.ini, which
is V…
We don't have any errors compiling the source code here. Perhaps you hae a
compiler option turned on that does not like that code.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Have not heard of this before. Try adding RBuilder\Source to your Delphi
library path and run using the debugger to break on exceptions. When the
exception occurs, examine the debugger call stack.
--
Nard Moseley
Di…
In addition to Ed's suggestion of a subreport, you can also use a Group that
breaks for each record and has KeepTogether set to True. For simple layouts
you can place the elements inside a Region that has KeepTogether set to
…
You need to update to RB 11.06 and then apply the patch. We never test a
patch with prior releases.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Please create a simple example project that demonstrates the issue. Use
standard Delphi components and RB. Use the DBDemos data. Send in zip format
to support@digital-metaphors.com and we can check it out here.
-- …
Thanks for the feedback.
I updated the RB 11 feature list on rbWiki.
http://www.digital-metaphors.com:8080/General/What's_New/RB_11…
Note: In my example above, include either WinHelpViewer or HtmlViewer but
not both.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
What version of RB are you using? It works in my testing here with RB 11.06
Another option is to override the Help menu item.
Here is an example that shows how to override the Designer Help menu. It
also shows how t…
I just posted an example to this thread that can be used to display Html
help.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
I recommend using the TppDesigner.OnHelp event. Set the aHelpFile parameter.
Example:
procedure TmyEndUserSolution.ppDesigner1Help(Sender: TObject; var aHelpFile,
aKeyphrase: string; var aCallHelp: Boolean);
begin
Mark,
Most reports will work with no modifications.
If you find an issue, let us know and we will try to help.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Here is an rbWiki example I created that shows how to get default
PrinterSetup info for each installed printer.
h…
Here is an rbWiki article that explains how to store custom information with
report templates.
in Username property of a report Comment by nardmoseley December 2009Perhaps you can provide detailed steps to reproduce the issue.
I performed some tests here using the RB Demos. I ran the main reports demo,
the end-user report explorer demo and the crosstab demo. These demos store
report defi…
This is behavior is isolated to the Memo Dialog. There is a patch available
for RB 11.06 that fixes this issue. Registered users of RB 11.06 can email
support@ and request the patch.
--
Nard Moseley
Digi…
Free.
The RB 11.x maintenance releases are free to all RB 11 registered users.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Try updating to RB 10.09, perhaps that will work better. To request download
info, send your serial number and registration details to
info@digital-metaphors.com. Please do not use gmail or other free email
accounts.
The example you submitted works correctly using RB 11.06. Try downloading an
RB 11 trial version from our web site and perform the same test.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com