rbuser
Comments
-
Nard,
I checked the BackgroundPrintSettings property and made a Datamodule with my
Report, and all DB Pipelines, etc.
But I have the following error:
"TppBackgroundReportGenerator.ProcessRequest: Cannot Generat… -
Cool, the idea to generate it at night is nice! I will try that.
I will check the BackgroundPrintSettings,
Thanks for the help!
-
Thanks again!
-
Hi Nico,
This example works but ours doesn;t. I can show you the problem if you
download :
http://www.midsoft.com/downloads/tascsetup.exe
<… -
-
Hi Nico
Thanks, i will try it and let you know.
Eric
-
Hi Nico,
yes it was also in 7.04. I tried it with the filled shape as a circle. Over
this i placed a richtext object with some lines of text.
On the place where letters are, it is printed on a white background.
It happend … -
Any other suggestions?
--
Jeremy Knowles
-
Nard Moseley (Digital Metaphors) wrote:
I can't really join B to A because B is just a list of descriptions that I
want to display alongside each person, whether or not thy have an entry in
table C.
--
J… -
Nard Moseley (Digital Metaphors) wrote:
Yes, but the point is that I also have C to A as well as C to B and the
linking can only do one link.
--
Jeremy Knowles
-
demo project send to support@digital-metaphors.com>
-
I've got to put a project together for Nico to test something else so I'll
try and kill 2 hampsters with 1 rock
Might be… -
Nico Cizik (Digital Metaphors) wrote:
Thanks Nico, will do. (Sorry about posting twice - would you delete the
next post)?
--
-
Jan Derk wrote:
Come to think of it some more: When doing a preview would it be a good
idea to copy the design time report structure and use that for the
preview?
Then RAP would never interfere with … -
Nard Moseley (Digital Metaphors) wrote:
Why not save and restore the history at the same time then? The preview
is mainly used to see if things were correct. Not being able to use the
history feature after a preview … -
Hi,
thnx, that did the trick.
I had to use ppexpfrm.
Ruud
--- posted by geoForum on http://delphi.newswhat.com
-
This also appears to happen in RB7
Alex
-
sorry ... this is not a problem. We have the email toolbar button and File
| Email menu items ... which correctly attach the report as a PDF to the
email message.
Patrick
-
We have the same problem. We have set all ItemOptions = TRUE, but do not
see an eMail toolbar button in the Report Explorer.
Patrick
-
Nico
thought of that but having issues with the demos too. See my posting in the
General newsgroup.
Mark
-
Hi Nico
This is set to true and I do not see any email option
Mark
-
Ok a little more digging
fails here, why I dont know perhaps u can help
M
function TppDataDictionary.ValidDataPipeline(aDataPipeline: TppDataPipeline;
const aPropertyName: String): Boolean;
begin
Nico
I have traced it so far to here
if (FDesigner.DataSettings.DataDictionary <> nil) and
(FDesigner.DataSettings.UseDataDictionary) and
not(FDesigner.DataSettings.DataDictionary.ValidSettings) then
…Nico
I added a TTable, Datasource, Report and BDEPipeline. Connected table to
DBDEMOS alias and then made active.
Double clicked on the report component, added a dbfield and hey presto all
OK.
Still cant ge…Nico
I should have also said the the error in my previous post is when I turn off
the data dictionary. With the dictionay on I get the following error:
"Error:DataDictionary.TablePipeline 'pltable' could not be opened"
Nico
Looking at the database settings on euDatabase they are
PATH=D:\Program Files\Borland\Delphi7\RBuilder\Demos\Data
DEFAULT DRIVER=PARADOX
ENABLE BCD=FALSE
When I launch I get the following message:
"Erro…Hi Nard
Just wanted to pass on a sincere thanks for the advice, especially the
EditTemplateAsText.
This was exactly what was required, and after some adaptation for TADOQuery,
everything is synchronising now 100%.I am also interested in learning how to update reports saved in the DB from
one DB to another. What would be the best way to do this?
Would there be any way to save .RTM files of the report from code and then a
way to load RT…Dear Nard,
SUCCESS!!
many thanks
John
Dear Nard,
thanks for the below.
I am going the route of storing the reports in the database and then using
loadfromDB to get them again.
I have created a function as you suggested to find the report in rbItem…