rbuser
Comments
-
James,
you want to 'mirror' a given layout, this is something that i want to
maybe DM can put this on their todo list
would be nice to have
in the mean while (i'm shooting in the dark here) you could try putting a
> Your end users can use the Data Tab of the Report Designer to sort, define
daIDE
When you say "calculated fields" are you talking about SQL aggregate
functions or
delphi-like calculated fields? I need the latter.
…Never mind...
i was loading an old template without the changed usernames
pretty obvious that the component wasn't found
cu
marc
Bob,
if the TsiLang guys would like to do us a favor they could already have
solved the problem
every single report you have is streamable in plain text so you could
imagine that TsiLang processes this file and make the necessary…thanks, I'll give it a try
--
Bobby
you do some very nice work.
--
Ed Dressel
Team DM
very nice!
I think I've figured it out. Please let me know if this is correct. The
dataset that this figure is being pulled from is linked to the main dataset
(all created in the RB query designer). I'm thinking that when there aren't
any rec…I have created all of these reports through the end-user reporting tool.
Reset Group is not defined for the DBCalcs. The field that is being summed
in the DBCalcs is a calulated field in one of the datasets created by the RB
query de…
I for one will not waste time with VCL.NET.
I will go from Win32 straight to WinForms. Don't want to write a port
then convert again to .Net 100%
my .02
In case anyone else finds this error, it turns out the Oki PCL driver has
a "reduce spool file size" option in the job control advanced options.
Turning it off makes it work properly with ReportBuilder and Acrobat, so
it is solvabl…Many thanks. I wondered if it might be some resolution thing, but it
you've stepped around it that is enough to convince me it is a driver bug.
Maybe I'll send them a sample that fails. I'll maybe see if a PDF of the
report would f…Just to be sure, it also fails when I print from the supplied demo
project. I'd also add a link to the Oki drivers for you to test with, but
it is a fancy menu system on the web page.
/Matthew Jones/
Michael,
maybe through the use of a PageStyle
(intended for watermarking etc)
cu
marc
Hi Nico -
I'll try to do a better job describing what I need...sorry. Yes, I am
printing a multiple column report. We give our users the option of printing
either 2 or 3 columns per page.....and then we let them choose (from a…Hi Nico -
I'm not sure that I was totally clear before on what I was asking. What I
really need is a Footer that will print at the BOTTOM of every COLUMN on the
page. So, if there are 2 columns per page....I need to print a foot…tnx nic, i think i know what to do now.
It is really strange, if I place a shape with parent height is true inside
the region or inside the subreport detail band, then the region with fill up
all space in preview, but if I remove the shape, then the space appear
again, so n…Nico,
Thank you very much for your help!
Your sample was very useful.
I think I found the answer that I was looking for.
Please, have a look in my code and tell me if you see any problem in it:
procedure Tf…Nico,
Your example was very important to give me a way to do what I need for.
But I want to instantiate a TdaSql in a stand-alone way, just to get the
Sql code generated by it.
I tried the following code, but i…I have found the following solutions to overcome the problem:
Call the following procedure before call ppReport1.Template.New or
ppReport1.Template.LoadFromFile or ppReport1.Template.LoadFromStream.
procedure ResetReport(…Hi Nico,
Thank you very much. I think this could be the reason that some users
report that they encounter AV on and off but unable to reproduce the
problem.
I suspect the AV occurs only when there are script writte…Hi,
The faster way to design a form report is using Grid Pack for
ReportBuilder at www.planit-tech.com, The speed is much more faster than
loading whole WMF image into the report.
William
i had thought of something like that but in reality there are 23
individual return details (each have 1 to 20 different amount fields)
tied to the master detail (which is tied to 2 master tables). in our
previous report writer (cr…well in a perfect world... yes there is a key similar to that but not to
the detail set (i just work here ;-) ) over the years things have gotten
somewhat bizarre. this is what i'm working with:
master payor table: …i know it's probably something to do with the sorting that i just
haven't been able to get straight between the master and detail sets.
the master table has the restricted set of records, sorted by 'payor',
'return', 'state'; it u…yes that's what i tried. my main report is grouped on the payor; each
subreport (representing each return) is grouped on state and the sum()
in the group footer; each subreport also has a summary band for the all
state's totals. …Nico Cizik (Digital Metaphors) wrote:
What about the resource labels to the left of the columns?
Nico???