rbuser
Comments
-
32
Support more "Databases" in DADE.
Actually only one Database (ADOConnection) is possible, so i only could
handle tables from one sql database with ADO, but not also some dBase stuff
with ADO and a relationship between them in… -
Hi,
i also like RB, but nothing is so perfect, that it could be a little better
What do you mean with 27. KEEP-Option.
The other points are interesting also. I had totaly forgotten them :-)).
also the Idea of a discus… -
-
I would just like to add a few more suggestions. I should point out that I
really like RB, but you always want more!!
22.
Resizing the ruler on the design tab for sub reports so that it reflects the
width of the sub-r… -
-
yes know, that there is a 3rdparty componant for that. But i think its a
nativ/standard problem, so it should be in the base version of RB, there for
i placed it as Wish.
i also had tried out that componants, but some functions did no… -
-
....
parent
21. something like object Inspector in design mode,
for setting visible property to selected object.
If I am changing visible property in a event of Region object,
and the last is false, r… -
Jim,
I was away on vacation for several weeks and have received notification that
RB 6.0 for Delphi 6 has been released. When I downloaded it I find that
there are several fixes involved in it.
I am sticking with Delp… -
Is there any date ?
Thanks
Marcos Paulo
-
Hi Jim,
thanks for your answer.
It is.
If I first watch the preview on the screen and then print, it is fine.
If I print directly to the printer it is wrong. So, I do not believe, that
this
is a printe… -
ok, I have found that it was in property SkipWhenNoRecords od Pipeline
that is defaulted setted to True.
I thing that in RBPro 5.0 there was no problem with this,
but now in 5.56 I have to set it manually to False;
… -
Hi
Thank you very much. It solved my problem.
Regards
Ruaan
-
Hi
Thank you. I will give it a try.
Regards
Ruaan
-
Sorry, our program is too big.
But I think I know the place where the error occurs:
ppDsgner:
procedure TppDesignerWindow.RemoveSubReport(aCustomReport: TppCustomReport);
var
liIndex: Integer;
… -
Klaus:
It is impossible to know without more information. Can you reproduce a small
sample and send it to support?
Ed Dressel
Team DM
-
Jean:
If you do a search on the messages in this newsgroup for all messages
containing "PreviewFormCreate", you will see that it has been recommended in
the TppReport.OnPreviewformCreate event. The problem Eric is having is not<… -
Try the same code in the beforePrint event of your report.
Jean-Paul
-
Eric
is your Form named TForm1, and is your ReportName ppReport1 and did you
spell ppViewr correctly in your Uses clause?
Regards
Heinz
-
> > begin
Your code looks fine. To you check to see if it is running?
Also, if you are loading the report from a file/stream/db field, you must
reassign the event if the stored report does not have the event already<… -
How about:
procedure TForm1.ppVariable1Calc(Sender: TObject; var Value: Variant);
begin
if ppReport1.SecondPass then
Value := ...
end;
--
--
Robert Leahey
TRX Tec… -
The Tech-Tips group is a read-only forum with articles from the DM creative
team. Most of them are some months old, so you will need to make sure that
your news reader is configured not to ignore or delete older messages. If it
is cur… -
Hello All:
FYI we seem to have conquered the length issue with windows as follows:
When a long form is fed into windows, it will not be ejected from the
printer after printing is done IF there is length left on tha… -
Klaus,
the easiest way to handle this is through rap (wich is also saved in the
report)
just hook up an ongettext event and do your thing
cu
marc
-
Hi Lars,
set the property 'ShowPrintDialog' of the report to 'False';
regards,
Chris Ueberall;
the
-
Rather than using a 'header' band, try using a 'title' band. On the main menu,
click 'Report', then click 'Title' to add a title band to your report.
-
Ok. it's working!!
Thanks both of you. in the future I'll be sure to use the title band instead
header band.
Cheers.
-
"Alejandro Romero Parra" wrote in message