rbuser
Comments
-
Nard:
The tables are shared between VCL components and the report.
Both of the solutions mentioned below worked. Which one is applicable would
obviously depend on the situation.
John
-
Hi Nico.
I sent a test project. The test project does not show a Range Check
error, but all the labels disappear after the first preview of the
report. I guess the numbers generated in the test project are not
large enoug… -
Following is code I have which loads the report template and either
opens the designer or prints. This was developed years back, since RB
6. Is there a better way to do this now that might correct the issue I
am having with printer … -
The Range Check error I get is not trapped by Report Builder, but
rather the exception propogates to my application exception checker.
In comparing the reports that worked with those that did not, I
discovered that the Printer s… -
>I have a report that worked fine in RB 10. Now in RB 14, it runs fine
seeing most of us aren't seeing it (or you would see a lot of posts on it),
I would re-crete the problem in a demo and send that to DM.
Ed Dressel… -
Some more information.
The error happens in unit ppUtils, in function ppToMMThousandths on
line 3818:
Line 3818: Result := Round( ((Value / liDPI) / InchPerMM) * 1000)
The call is made from unit ppCtrls, … -
Installed 14.02 and problem resolved.
Thanks Nico.
Mike
-
Reporting to the screen in IDE is fine, it from the compiled
application, reporting to screen that is the problem.
I will download latest and report back.
Mike
-
For whatever it is worth, I love the way Digital-Metaphors executables
work. Their setup application nicely uninstalls and reinstalls the
product, and it works much better than my experience with some other
third party products.
It would be of great help for me too.
On Mon, 06 Feb 2012 12:19:14 +0300, Bas Schouten
Hi Nico,
I enabled the PageStyles in the Report menu, i drew the lines where they are
suppose to be and still get no lines drawn down the page.
Is there a trick to doing this?
Trevor
?Nico,
I'm still not getting anywhere. It is a two-pass report, and I've tried
the lookahead. Still getting the value from the previous detail.
Here's how the report is structured:
--------------------------------
Nico,
Here's something else I noticed. I put a dbCalc summing the payments in
a summary to subreport2. In its OnCalc, I would set the variable in the
summary of subreport1. In the debugger, I can see the value reset; but
befor…Nico,
I'm still not getting anywhere. It is a two-pass report, and I've tried
the lookahead. Still getting the value from the previous detail.
Here's how the report is structured:
--------------------------------
Hi,
yes, I am using the right version. But after another searching and testing,
there were problems on our side. All is working correctly in RB. The problem
is, that I have ppViewer inside DeveloperExpress Layout container. An…That's not possible in general.
Data (DataSources) can be very complex, have a lot of relations.
And Report cannot know about all of them.
Additionally - what about JITPipelines that can be connected to DataSet
but used instead D…
Couldn't you disable/enable controls in the process of generating
pages, instead of us doing it manually?
On Wed, 08 Feb 2012 07:36:07 -0700, "Nico Cizik (Digital Metaphors)"
Nico
It seems to me that with multi page previewing in RB14 it is ESSENTIAL that
DisableControls is set for datasets (If not there are likely to be errors
and AVs). With single page previewing DisableControls is recommended b…Nico
Thanks for your response. Can you please give some guidance on what is the
best policy if i am going to view multiple pages. Should i disable all data
controls prior to preview?
Regards
Tim
Dima
You are correct. Changing PreviewFormSettings.SinglePageOnly to True
removes the necessity of Disabling Controls so that is clearly what is
causing the issue and explains why there is only a problem when previewing.
Look like SinglePageOnly property sets to false.
This is new functionality of RB 14.
Zoran
Thanks for your input. You may be right but i am not sure that is the
problem.
sqlSoitem.MasterSource is nil but sqlSoitem.DataSource = dsSoall (required
to link parameters of sql to the sqlSoall data) so i s…
Could it be because sqlSoitem (which is not connected to TDBPipeline)
has master dataset set to sqlSorder (which is cinnected to
TDBPipeline)?
On Tue, 7 Feb 2012 18:46:10 -0000, "Tim Murfitt"
Ok Thanks
I saw that, what i wanted to do was set certain options, for example the
standard components, draw components, nudge, etc to visible. How would
I do that based on the example?
Thanks for that Nard, I'll have a play.
Hi Nico;
yes we have both...
harry
In case i didn't mention, we are using Digital Metaphor Report Builder
product for this report.
I See if I set the type and it is not of that type it does not display any
thing. That is what I need to auto detect to do!
--- posted by geoForum on http://www.newswhat.c…I test on Trial version.