rbuser
Comments
-
Jean-Francois Picard wrote:
I found how to disable the Report Tree, but I think I stumbled upon a
bug when I try to just have the Field Dropped on the Report.
There is my code:
lToolManager := ppDesigner1.Form.… -
Thanks Nard

First of all, I read your example but I can't figure it out.
lToolManager.Toolbars.ItemsByName['Repo… -
Hi,
Thank for your introduce. I try to solve by your recommend but tool bar
still was not show on menu. This problem was not mean that all tool bar that
disappear on menu. I select in VIEW > TOOL BAR > DRAW. This group show on… -
in last question that post in newsgroup. I want to know that..
1. Why did some toolbar disappear from menu?
2. How can make all toolbar show on menu?
Regard,
Chalermchai
-
Hi Nard,
Thanks for your response. Thats way already in my mind, thanks for all.
After i am analyzing the several possible way to solve this problem, i've
decided to trial and to evaluate using some of RB Add On products.
Hi Nard,
Thanks for your help.
i am sorry for my mistake that sending email message to different
destination more than once, cause of some problem on my internet
connections.
i've been extending RAP func…Thanks,
I had to unsubscribe twice to see the full list.
John
Hi Nico,
I used the running percentage example as I envisaged that if you can do this
then you have a total count to also be able to identify the last record in a
group.
That percentage example, I tried it but it ju…Hi Nico,
Seems very limiting to not be able to calculate running percentages in a
report-writing tool, but lets work with that limitation. I need to know
then how do you create an array, I didnt think ReportBuilder supported …Hi,
Not sure how this would work. In the first pass are you saying keep an
array for each group break of what the recordcount was? If I had a thousand
group breaks thats a big array (especially to use with ReportBuilder wher…K will give that a go
Alex
Nico
I have this code
procedure TfrmEndUserReport.rptPyramidNoData(Sender, aDialog: TObject;
var aShowDialog: Boolean; aDrawCommand: TObject;
var aAddDrawCommand: Boolean);
begin
showmessage('Here');<…Nico
I have used the OnLoadEnd to get the dialog to appear my code snippet is
below
rptPyramid.NoDataBehaviors := [ndMessageDialog];
When this runs with no data I now get the dialog box which is great but I
Nico
When you say in templates are you referring to reports saved in my back end
database?
To prove that theory if I create a new report and save that with the correct
properties set would that NEW report behave with the No…Dear Nico,
I may have an answer, and another question.
I am using LoadfromDatabase to automatically select a template
from a user defined list of report labels.
I am using code to track the exa…Dear Nico,
thanks for the fast reply.
This is driving me nuts. The F7 Trace Into works fine until I get to the
line which brings up the print preview.
Opening the print dialog and then printing kills of the trace through.…Dear Nard,
excellent, many thanks!
regards
John
Dear Nico,
thanks for the extensive reply, but this does not really help me. It
does answer why I was losing my event handler references.
The reports in question are not created in Delphi, but by the end user, so I
…Dear Nard,
many thanks, works a treat.
regards
John
Dear Nico,
still not there, I now have:
vars
subrep1, subrep2, subrep3:TppSubReport;
chReport1, chReport2: TppChildReport;
begin
FSkip:=0;
datamod.qNewLabels.close;
datamod.qN…Dear Nico,
still struggling with this.
I have my report, ppreport3. If I create a subreport in it for each line in
my print job, they will print out continuously.
I am doing something like:
subrep1…Dear Nico,
I can see that having 2 or more reports in subreports would
allow it to print as one print job with no page throws.
Since I am creating each report in turn using loadfromdatabase, how do I do
create a s…Hi
We get Access violatoion while these never occur on mu developer machine or
on other non hyperthreading/dual core machines.
I think its Interbase 6.02
Eric
Hi Nico,
As I said, until now I have no problems with the code. I'd like to know if there is
anything more that I have to do.
By the way, on the preview code, I just added the following line:
// Datasettings…Hello Nico,
Thanks for your help.
Based on your tip and in an example about how to use OnLoadEnd event, I created a routine
to automatic convert Oracle templates to Interbase templates.
Until now, I think it's working well…Nico,
Thanks ... Keep up the GOOD work!
Patrick
Hi, i tried that but the SQL generated still comes up as an inner join. Any
other options?
thank you.
The way to set it is in a menubar of the Designer. You will have to edit
box; one for the name on the component, and the other for the FieldName.
JFPicard
ok i got it sorted out with EndUser Databases demo.
now..why when i add a table in QueryWizard or QueryDesigner,
all the other table names become disabled and i cant add any more tables
to the query?