rbuser
Comments
-
Try using report templates and loading them at runtime instead of moving the
labels and deleting the group.
-
I need to do this same thing. My questions are:
1) How can I get a count of records in a pipeline in RAP?
2) I have many strech areas, so Can I just add the sections in my report and
set the page length after report print… -
-
Hi Jim!
-
Hello...
Thank you very much for the reply.
Unfortunately I have never been to BorCon, and I have some doubts about the
'hot swappable
packages' concept since I've read postings about having to compile everytime
things… -
Hello...
Thank you very much for the reply.
I have never been to BorCon, and I have some doubts about the 'hot swappable
packages' concept. But that's a question for the delphi newsgroup..:)
Thanks for clearing this up.
Will do - thanks.
Believe it or not, after using RB for a day without problems, the same
problem reoccurred tonight!
This time, it only took me an hour to theorize and then demonstrate that
RB wants the default printer to be there.
I…Soooo... I followed all the instructions in the Repairing a Corrupt
Installation message. Still didn't fix it.
So I tried to open the RB demo.dpr. It opened, but wouldn't compile.
It couldn't find system.pas.
Someh…Soooo... I followed all the instructions in the Repairing a Corrupt
Installation message. Still didn't fix it.
So I tried to open the RB demo.dpr. It opened, but wouldn't compile.
It couldn't find system.pas.
Someh…One more hint: when Delphi 6 stoped responding, I waited several minutes,
and the form showed up but not the rest of the IDE. However, this time
Delphi closed when I clicked CLOSE on the taskbar, and gave an AV in the
rtl60 bpl.
Hi Iwan,
you must have some problems in understanding my request.
Anyway, when having a problem in RAP then you should use the RAP group for
that issue.
I would use ReportBuilder version 6.03.
the test for 'NULL'…hi sorry, seems like my question not clear enough that may be because my
english.
So the question is can I keep a statement like
Procedure DBText1OnPrint;
Begin
DBText1.Visible := Details['CustNo'] <> Null;
Iwan,
once again, I would like to know what your problem is!
Can't you compile your project or are there error messages while printing or
...?
regards,
Chris Ueberall;
Can I keep my statement with RB 6.02?
or I must change all my code??
because I have many report (*.rtm) like that.
Thanks for help.
Hi Iwan,
and what is your problem?
regards,
Chris Ueberall;
Walt,
uses daDataModule;
regards,
Chris Ueberall;
Ok .... now I really feel stupid.
What type is lModule.
I have searched for daGetDataModule with no results.
Do I need to add something to my uses clause.
--
Walt Kersten
Walt@wkersoft.com
"Alexander Kramnik…Ok ... here is what I am doing.
I have a form ... I added a report. (no pipeline)
Listbox.
Button (called Print)
Double click on report .... setup query for table, ect and sort .
I run the program ...
I select the dat…Walt,
I don't know how you are changing the data, can you refresh your dataset
components before calling 'Reset'?
HTH,
Chris Ueberall;
Tried this ... same result.
It seems that if I close the form and then go back I can get report to print
with new values the first time.. but then
it retains those values until I close the form.
--
Walt Kersten
Wa…Hi Walt,
try 'Report.Engine.Reset'.
HTH,
Chris Ueberall;
Hi Alexander
I understand from a forwarded email I received that you have now reproduced
this. If not would you still like me to send you a database and an RTM?
Mark
"Alexander Kramnik (Digital Metaphors)" wrote
Alexander
Thanks for your reply
Sorry I have realised that I have missed a step out and that was record 2
"Jane" should be changed to "Jane " with a space after the name. Then the
summed result gives 18 not 21 if you …I have the same problems using interbase 5.5, RB 6 Delphi 5. However I have
narrowed it down a bit and it is very easy to reproduce the problem. Using a
small table say 'The_Names' for example. Two fields Name_ID and The_Name.
N…Thanks,
Andre Mota
Put this in the OnPreviewFormCreate event:
ppReport1.PreviewForm.WindowState := wsMaximized;
TppViewer(ppReport1.PreviewForm.Viewer).ZoomSetting := zs100Percent;
HTH,
Vikram
I'm sorry, I had missed the pipeline properties of "Rangebegin" and
"RangeEnd". It's working!
--
Best Regards;
Ben Hayat
Micro Intelligence Corp.
MicNet@Ix.Netcom.Com
I use a memo field for the address and auto size it. A good in-memory
dataset could help or using a JIT pipeline. Or you culd place each field on
a region, shift each region relative the one one above it and then set their
visiblity c…duplicate Message.