nardmoseley
Comments
-
We do not provide support for rebuilding the packages. Building packages has
the potential to corrupt the the machine because it generates another set of
set of.dcp's and .bpl's.
If you only change the implementation sec… -
There is now a patch avialable for RB 11.02 that resolves this issue.
Registered users can email support@digital-metaphors.com and request the
patch.
--
Nard Moseley
Digital Metaphors
www.digit… -
In my testing here, I cannot recreate the issue. When I trace in the
debugger the Initialization for ppIniStorage always occurs before the
Initialization of ppTBX.
Since releasing RB 11, we have had two other customers r… -
Sorry, missed this one.
RB 10 and RB 11 use a theme based control library. The comboboxes do not
currently support keyboard lookup - this is something we are researching.
--
Nard Moseley
Digital M… -
By default TBitmap autodetects the transparent color as the bottom left most
pixel. (TppImage.Picture.Bitmap is of type TBitmap. )
You can take more control over this by setting the TBitmap properties for
Transpare… -
I recommend dumping the data to 5 TClientDataSets (TClientDataSet has
options to store data internally or locally.) Then create a new minimal
report that mimics your current report. Only include the minimum amount of
la… -
The first post in this thread starts like this "I have one simple report .."
Hmm...it appears this is far from an accurate description.
If you have a complex report that does not produce the correct result, then
I r… -
1. "Making a group with nosense in the main report has solved it. But why ?.
"
When a Group is added, it defaults to KeepTogether to True. That will cause
the report to page break very differently.
2. The Repo… -
I recommend updating to RB 10.09. Send your serial number and registration
details to info@digital-metaphors.com and request download details for RB
10.09.
If you still have an issue, then as a test, try commenting out a… -
Here is an example on rbWiki...
www.digital-metaphors.com/rbWiki/Design/Groups/How_To...Detect_the_Last_Group_Detail
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
"
-
RB 11 demos are installed to the following location:
Windows XP: Shared Documents\RBuilder
Windows Vista: Public Documents\RBuilder
The RB 11 install program displays the default location and it can be
ov… -
It is against the newsgroup rules to post attachments or screenshots etc.
Attachments may be sent to support@digital-metaphors.com.
I do not understand why you started a new thread?
The screen shot shows that you ar… -
I just emailed you a patch.
Registered users of RB 11.02 that encounter this issue, can email
support@digital-metaphors.com and request the patch.
--
Nard Moseley
Digital Metaphors
www.digital-metaph… -
This is being researched...I will post a follow up here
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
We have customers that use mutltiple screens, but we do not have that type
of setup to test here, so no way to test it.
If it works on some multi-screen setups and not on others, then perhaps they
are configured differen… -
This can controlled via the Report.PreviewFormSettings propery or the
Report.OnPreviewFormCreate event.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
Rather than using the Header to conditionally print the two subreports, try
this...
Title - contains Subreport1. (the title band only prints at the start of the
report)
Header - contains Subreport2. Set Header… -
Perhaps you have a 3rd party Delphi add-on installed that is capturing the
key strokes. They definitely work.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
The cut, copy, paste shortcuts are working in my testing here. To use them
on the layout area, make sure it has focus by clicking on the layout area or
any of the controls in it. The cut, copy, paste shortcuts also work on the
Try downloading the latest RB 11.02 build - I think you are encountering an
issue that is fixed in the latest build.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
The main demo reports project includes an example. Run
Demos\Reports\Demo.dpr and select the output section.
rbWiki contains an example as well, here is a link
in How to email Comment by nardmoseley January 2009
We will research it.
A solution is only viable if it can be automated. We are currently
supporting …
Our standard procedure is to create patches for bugs and then once a month
or so, roll those up into an official maintenance release. In some cases we
may decide to do a new build. To clarifying things we probably should send
Please modify your newgroup settings to post using your real name. That is a
requirement of these newsgroups. Thanks in advance.
I can think of a few ways to approach this.
1. Use the DetailBand.BeforePrint event to…Please send a few of the sample metafiles in zip format to
support@digital-metaphors.com and we can research it.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
\
Web apps must be thread safe. For a dicussion of thread-safety, check out
the help topic for TppReport.BackgroundPrintSettings
The preferred solution is to use RB's Visual Data Access Environemtn (DADE)
to implement the …
We are not aware of a Catalan translation. If you create one, please email
it to support@digital-metaphors.com and we can add it to the Language page
of our web site.
--
Nard Moseley
Digital …
TppCustomSearchPreview defines an abstract ancestor (see
ppTextSearchCustomPreview.pas)
TppTextSearchPreview defines the default UI. (see in
ppTextSearchPreview.pas)
To define a custom UI, descend from T…
I do not understand the question or what you are trying to accomplish.
The design is that the TextSearchSettings represents the 'model' the UI
controls should update.
UI <--> TextSearchSettings <--> Sear…
Thanks for the tip. I updated the rbWiki example.
--
Nard Moseley
Digital Metaphor…