rbuser
Comments
-
Thank you Nico...
Regards.
-
Thanks Nico...
I have tried both options but with no results.
1) In the HeaderBand beforePrint I cant't access the objects, where are
they? (in Object TreeView
the objects's symbol appears dimmed)
2) I have try to write som… -
I suspect that the pipeline doesn't close the datasource when the report is
closed, but perhaps when it is freed. In any event, I explicitly closed my
datasource before setting params for subsequent viewings, and it seems to
work … -
Nico Cizik (Digital Metaphors) wrote:
Is there any way in RB, by only using RAP, to build a report which
transverse independent data views and lists aggregate results.
One solution is to use a sub report for each dat… -
its also TRUE...
"bora aydemir" , haber iletisinde sunlari
yazdi:4210a283@dm500....
-
TppReport has a property allowprinttofile. Should be set to true.
-
Thank you.
I Will try.
Gustavo
-
Thank's Nard
i'm beginner with Delphi, can you show me what must i do ?
-
Nico,
The report has 2 groups. Group 1 is on labor codes, group 0 is on
departments. Time totals from the detail lines are multiplied by the hourly
rate for that code on footer 1 in a tppvariable. This is then totaled for
t… -
I forgot to mention that I cannot use a ppvariable since the first field
under some circumstances could be bold or not (that I control with some
code) while the second field is always bold.
-
Dietmar - you will find that their support is top class !
-
Nico Cizik (Digital Metaphors) schrieb:
It's very nice to see that you're answering all questions between hours!!!
I'll create that component the next time the report changes (now I've
stored a copy and deleted the column… -
I save it to a stream and then manually save it to a db field--gives me the
flexiblity I need. Some code snippets (for a Firebird DB with IBO):
lDesigner.Report.Template.SaveToStream(lMS);
SaveDBReport(aReportID… -
Based on your response, I changed things in the main report header, and
moved the problem text into the group header there. That seems to have done
the trick. Thanks.
-
Thank you very much.
Jon
-
>>
well, it worked perfectly (why am i not surprised?).
Thanks again.
-
Nico Cizik (Digital Metaphors) wrote:
Thanks for the prompt answer. I'll give a try today and report back.
-
Ok thanx for your help. Do you maybie know when will be avalible this
maintanence release?
-
No matter witch report on server do I want to print I get AV. If I am not
using template on server then export is correct and no AV message is showen.
-
I am allredy using ReportBuilder 9.01 Enterprise Edition with Delphi 6.
When I click on the print button the new page is showen with next message:
Access violation at address 00CD2AD4 in module Report.dll Read of
address 00… -
Nico:
Thanks for your persistence in helping me understand.
I think there is a solution here.
I was not sure how RAP could figure in here, if at all. If I understand
correctly, any code to configure changes to … -
Nico:
But isn't RAP only available using via the user interface, either at
run-time or at design-time, within the Enterprise-edition? That is, how
would I access or otherwise use RAP in conjunction with Object Pascal (i.e.,Nico:
Let me make sure that I have got this.
After I load a template into the report component, then I can add components
in code, etc. Thereafter, I just, for example, just do:
{ save template using a new name…Thanks Nico!
Thanks for the reply, Nico.
Are you familiar with such functionality in Intuit's Quicken? The user can
modify existing reports by selecting a range of options from a dialog and
save or "memorize" the report. I need to create s…Sorted
Toggled brush color in onprint method
Rob,
Any example you have of doing this would be greatly appreciated. You
can post it here or send it to: meubanks at idealss dot com (no spam)
Thanks,
J. Michael Eubanks
Hi Michael,
i'm doing exactly the same,
you only need Reportbuilder Pro
for this, if you want I can send
you a example.
greetings,
Rob
Ok, I understand now, but unfortunatly we have already invested a good
bit of resources (and money) into an ASTA solution that we currently
use for other reasons. We would perfer, at this point, to use ASTA for
transmiting…
Thanks Nard for the suggestion but our project requres that the clinet
be a Win32 application. We were planing to use Asta components
communicate with the client.
Is there any way we can extract the finished report f…