rbuser
Comments
-
Thanks for all the advice this is now working beautifully!
-
Sorry for intruding into other's topic, but I have a question.
But what whould he needed to do in the case when the reports have different
autosearch criterias?
There must be some way to fill all AutoSearch values first and then print… -
Thanks, that really helped.
-
Well, if I raise an exception - it is being shown to the end user.
If I call an "Abort" procedure - it works all right, but the cursor becomes
of "Hourglass" form. And although it works as usual the cursor form is a
little confusing.<… -
-
Sorry but I accidentally pressed the send button.
While RB is a very powrfull tool for creating reports, it is very poor in
term of user interface when you define AutoSearchField in a end user
solution.
To improve this … -
Hi Denis,
you may look at 'rbExpFrm.pas' in 'RBuilder\Tutorials\Complete\II. Applications\04. End-User with Custom Explorer'.
HTH,
Chris Ueberall;
-
Thank you, I have downloaded it.
and I have installed the package in Delphi.
how can I use it now ?? where is this label ?
thank you
"Chris Ueberall [TeamDM]" a ?crit dans le message
-
Hi Alcor,
There is a free rotated text component available for download from ReportBuilder's
website. Surf the 'friends | rcl' section from the menu at the bottom of the
main page. www.digital-metaphors.com
regards,<… -
Thank you very much for your reply.
Currently, I am using the bundled version of Teechart(v4.04) . However, I
can use the TeeChart in QuickReport (bundled with Delphi 6) to print
data report. Of course, if possible, I want to c… -
Hi Steve,
it should be no problem. I would use a event raised after selecting a new template. e.g. 'TppDesigner.OnReportSelected' or the 'AfterScroll' event of the item dataset.
myReport.PrinterSetup.DocumentName := myItemDat… -
Thanks for your help. I will point out the problem to our network
administrator... I won't be surprised if you aren't the only from wich
I am not receiving mail any more...
Regards,
Carlo Sirna
-
> In the past I have had emails bounce back to me before as they
couldn't be
sign. Your
most
it
newsgroups
part of
notified
Now i have also the address sirna@digisoft.it. I sent it
support@digita… -
> Do you have an email account that doesn't have a period in the first
part of
notified
Thanks for your support!
clause so
go into
as
the
previewd, they
change the
scenes so you
<… -
That helped a lot !!
Thank You
-
Johnson John wrote:
We this code for printing forms in our applications-
procedure PrintForm(FormName:string;IDvalue:integer);
begin
frmforms := Tfrmforms.create(application);
with frmForms do
be… -
Thank You !!!
How would I set the autosearch values dynamically and prevent the
autosearch dialog from appearing?
-
Thank you very much, Jim.
Sorry for crossposting.
Best regards, Vladimir.
-
Thank you, Rick, I think that is exactly what is causing my problem!
But I cannot and don't want to access and change the source code!
Jim, I hope you find Rick's reply indicative of the problem!
I didn't manage to reproduce an … -
Mirto,
I believe I had the same issue. For me it was caused by RB being too
helpful
TdaSQL.HasAggregates (in… -
Thank you very much for your detailed reply.
But since I don't quite understand everything I would like to ask you to
clarify several things.
1.) By the following "then it checks the Group.Breakname value on the
pipeline to see i… -
Hi,
Thanks for the help, I have just 2 questions left:
1.) How can I assign record to the specific group manually at runtime? Let's
say I have a set of records. I need to put them into one of the, let's say,
4 groups based … -
Hi,
I need to create groups bands DYNAMICALLY AT RUN TIME.
Also the amount of groups enlosements into each other must be UNLIMITED.
The (report) groups bands must have the same hierarhy as the tree. (It is
being kept in the… -
Hi Jim,
Thanks, found the columns in the page setup area (from an end-user's
perspective).
Also in relation to my other question. Is there a way to enforce say 3
records per page?
Regards
AlexI ended up by solving the problem by saving into the Report Template the
Series from TeeChart which are functions and which linked series they have,
then on load they are re-applied. This then allows the designer to specifiy
multiple …This bug was reported about 3 years ago (then RB5 enterprise, TeeChart 4 Pro)
and DM's Robert Leahey replied that he'd been able to reproduce it and would
be researching the issue.
To get around the problem in RB 6.03, TChart 5.…> By standard chart, do you mean not through Report Builder?
Yes.
Ed Dressel
Team DM
By standard chart, do you mean not through Report Builder?
> RB doesn't support the function series in Teechart. One of the side
effects
report
We
Is there any way of creating a standard chart that reproduces the issue?
Ed Dressel
Team DM
Interesting ... as Steema Software pointed me in your direction.
Still, we have bought the source so we'll apply a fix here