rbuser
Comments
-
But can you also explain why a calculation done on pages X has been undone
at page X+1.
I've spend some thought on this subject and this is my hypothesis. It look
likes reportbuilder first calculates starting values for allI am using Delphi 7, RB 7.02.
In the second preview I used Showmessage to display the datafield value, no
problem, so the dataset has the correct value. In addition, the report is
the detail report of the data field, it has no problem…Thanks Nico, i will look for that. Using RB10.01.
where I download 10.02 version ???
I have link to download 10.01 version
Paolo
Sorry im on 10.2 Upgraded from 9.3 .. and it has stopped working .. (to
clarify the post) .. any ideas?
Thanks Nard,
I have also been experimenting with the creation of a custom data view class
template on the query to see if that coughs up something useful for the
future (based on your daADOTemplateDataView examples which I fou…Sorry. Why do I always forget to mention the most important point! :=))
RB Enterprise version 10.2 and I have the DBISAM DADE plug-in working fine
under the latest version of DBISAM (4.23) all under Delphi 2006.
Thank you.
I tried turning off the outline but it still does the same thing.
I just got the 7.04 version and we will try it out.
Bill
I noticed that you sai D2006 has a better memory manager, would RB 10.x help
D7 to have better memory management and better performance too? We are not
updgrading to D2006 any time soon.
Bill
Nico Cizik (Digital Metaphors) wrote:
Thanks Nico, I was hoping for a standard string property that would not
choke on spaces, but UserName works as long as spaces are removed.
Jim
Thank you.
I searched and the only place where I can find the rbRCL77.dpl is
$(DELPHI)\Projects\Bpl and C:\WinNT\System32, I replaced both locations with
the new bpl, and rebuild my reports but with no change in PgUp/PgDn
b…search your hard drive for the BPLs--there are soem under the rbuilder
directory as well
Ed Dressel
Team DM
Hi,
Our reports are built with design-time packages but we don't ship with the
BPLs. I recompiled the rbRCL107.dpk file and copied the new bpl to both the
default Delphi BPL library path and the C:\Winnt\System32 folder, then I<…Thank you for the help.
Bill
> In RB native preview, one can use CTRL+PageUp/PageDown to go to the
depends :-) .
if you want it at design time then yes, if you are shipping with BPLs, yes
otherwise I would not worry about it.
Hi Nico,
Thanks for replying. I'm actually "still" using RB7.04.
We are unable
to upgrade at the moment for…I'm having this problem as well, but I'm using 10.02 already. I'm also
using the TppExplorer. What happens to me is that the first two reports I
open to Print or Design will load properly, but the third report will open
with the …The update to 10.02 did resolve the problem.
Thanks,
Bob
Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
That's a good idea! Thanks.
--
Hi Nico,
I looked at the #73 demo and I'm not sure if that would work, so I have
just sent you the PDF. Meanwhile, I will try playing with the
side-by-side sub-reports to see if the second one can be a full page
when th…Hi Nico,
All the information for the variables & labels are available at the time
the Group Header is generated and varies when the Group changes. In
fact, if they were part of the Group Header, I would not have a problem…Marie Vihonsky wrote:
I forgot to mention that there are 15 variables at various postions from
the top of the page to the bottom all only in the the vertical space on
the right 1/3 of the page. The detail portion is padded to…Hi Bob!
If you haven't found out.
Here is from RB 10 help file:
"
uses
ppPDFDevice;
begin
ppReport.AllowPrintToFile := True;
ppReport.ShowPrintDialog := False;
ppReport.DeviceType :…Haven't used the PDF feature yet but wouldn't it be the same
as other prints
showprintdialog := false;
Just a guess on my part.
JonD
Also, without displaying any type of dialog.
Thanks,
Bob
The datapipeline linking sorted it and it flies. I was using the first
method which was slow.
I'll try that, thanks.
Hi,
Because the upper memo is stretchable, I don't know what will be the
distance of the upper memo from the bottom.
put a region between them with fixed size and shift releative to that region
I got it to work by adding a summary