rbuser
Comments
-
As far as I know my query will only return rows where there is data for
the date. I need a row for every data even if no data is present.
-
I assume you are using a sql based database? If so, it should be achievable
through your query.
-
One more thing (sorry):
Is there a fix for existing reports that are affected by this bug? We have
customers with reports that have been affected by this issue to the extent
that they cannot find the data pipelines in the data… -
Hi Nico,
Thanks, I have now received the email twice! Turns out it was being blocked
by my company's spam filter because it contained over 50 occurrances of the
word 'procedure' (surprisingly, for Delphi source code!) which is… -
Hi,
I emailed support on Friday and have so far had no response. Could I please
get a copy of the patch?
Thanks,
Steve
-
I've done some tests and I think I'm able to reproduce this consistently.
Create a new report. Go to the data view and move the horizontal scrollbar a
little way to the right (just a short way). Now move the pipeline window so
Hello Nico,
I was afraid i had to solve it that way :-)
The problem with your alternative suggestion is that you can only define
one footerband, and in my case i only want those
controls on the titlepage and not on e…Hello Nico,
That sounds a very reasonable suggestion .. if only i could find where i
can anchor a component to a page
Hi Nico,
somehow I keep forgetting the ppDesigner most of the time and am looking for
such events within the ppReport...
With your tip it works perfectly, thank you very much!
Mark
If it is of any use, I now get this as well.
Delphi 6, RB Server 11.06, when trying to print a web report to PDF.
Jason.
Yes and it is random. Users can have there reports after 2 or 3 try
And in an ISAPI (dll) I can not trace... In Intraweb standalone mode (exe)
the problem does not exist.
Hi Nico,
sounds good about a possible implementation of this feature!
Also thank you for the tip how it could be done. I will take a look into it,
I think.
Mark
Great Nico.
Now I only need to understand this.... :-)
Br
Petter
--
Best Regards
Petter Topp
Sent using Opera newsreader: ht…Hi Nico.
Could I ask you to put together a simple demo?
Br.
Petter
Hi Petter,
--
Best Regards
Petter Topp
Sent using Opera newsreader:Hi Nard
My apologies for the attachment.
I can wait for the next release but thanks anyway.
Jason.
Hi Mike,
As Nico points out, you should also look at eDocEngine for exporting RB to
PDF. eDocEngine supported password protected PDF creation and a whole lot
more, with options to customize output to high level of detail.
Thanks Nico.
Paul Hughes has pointed me in the direction of Extradevices in the meantime.
Mike
Thanks Paul
The TExtraDevices (www.waler.com) PDF device can do the password protected
files as far as I know.
Regards, Paul.
Hello Nico,
The Wiki chapter Design / Layout only contains a single article on how to
set a standard header and footer ...
Am i looking at the wrong wiki???? in Using columns Comment by rbuser November 2009Hello Nard,
is the engine running in its own thread? and if not ... how can i make it
continue after it has been interupted by the FormCLose event?
Hello Girish,
I did implement the new binaries you sent me and with the changes you made
there the problem is solved and it works fine now.
Thank you very much for your help and great support!
Mark
<…Hi Mark,
After getting the information from you of the Delphi/RB version you were
using, we immediately sent you the new binaries by email. I wonder if you
got it.
Please confirm.
Thanks,
--
Hi Mark,
Hello Girish,
thanks for your reply.
We are using Envision Image Library 2.54 and DevExpress is registering
TdxPNGImage as well.
Envision is probably the troublemaker, since it seems to "override" the
dxP…Hello Mark,
Do you have any third-party image libraries that register themselves into
your VCL environment? This could be the reason. If it is the case, we'll
need to register the image library with eDocEngine. Let us know whi…Aha! I knew this was sounding familiar! I had an old
TppIniStoragePlugin.SetStorageName in my code from before. I took it out and
life is beautiful! Thanks so much for your help!
I'm not using a Designer object, just a report and a few DBpipelines. Is
there somewhere else I can set IniStorageType to iniNone?
After learning more about compiler options than I really wanted to know (and
with some surprises about which ones should be on and off), the 'Unable to
create directory' message is coming from line 526 of ppIniStorage:
TMemIniFile(…Ooh, good idea. But I get errors when I compile. In ppPrintr at lines 4463
and 4503: E2010 Incompatible types: 'TppEscapeDataRec' and 'AnsiChar'.