rbuser
Comments
-
I'm using 6.02 so that may be the problem.
Thanks
John
-
Ok thanks, but why do you think i get the save reminder on 1 report but not
another ?
John
and
i
see
any
forgotten
not
-
Hi Joseph,
see 'Controlling the End-User Application' in 'RBuilder.hlp'
regards,
Chris Ueberall;
-
-
"Nico Cizik (Digital Metaphors)" wrote in
-
Thank you.. but I would to do the trik without modify the exe file,
but only the template file.
Is it possible?
Raffaele Gabrielli
-
On Wed, 18 Jun 2003 08:57:51 -0600, Nico Cizik (Digital Metaphors) wrote:
Nico,
Where do you get the idea that I am instantiating a TppCustomReport from?
Have you looked at your source code as I suggested?
On Tue, 17 Jun 2003 13:19:13 -0600, Nico Cizik (Digital Metaphors) wrote:
OK, here is what you do: Create any example that uses a TppCustomReport object, watch how the Destroy function is performing - that you through several calls to in…On Fri, 13 Jun 2003 10:57:58 -0600, Nico Cizik (Digital Metaphors) wrote:
Unconditionaly? I assume you checked the fix I proposed, to not Notify objects that are in the process of being destroyed? Notifying an object that is beeing…(for some reason the reply from d-m (and others) have escaped from my computer and the news server?, so I just comment my original post)
[missing standard demo request from d-m]
Sorry, but we don't have the resources to create …
On Wed, 11 Jun 2003 12:39:52 +0100, Frode Nilsen wrote:
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Did the job - thanks.
On Wed, 11 Jun 2003 07:30:17 -0700, "Ed Dressel [Team DM]"
You could try:
1) In the OnStartPage event set the header visible to false
2) In the detail band AfterPrint (or the group footer after print) set
the visiblity of the header to true.
--
Ed Dressel
Team DM…Thanks for the reply Nico. I was able to use your suggestion as a work
around by using a variable's OnCalc event and check if the value is null.
If it is not null I incremented a global counter. At the end of the report
in the summa…"Nico Cizik (Digital Metaphors)" wrote in
"Nico Cizik (Digital Metaphors)" wrote in
thankx it's working
Hi nagen,
when you delete a list item then the 'ComponentCount - 1' become less than 'i'! You should always use
for intCounter := ComponentCount - 1 downto 0 do begin
BTW, 'Components[intCounter].Free;' - you don't need the ty…thankx..it's working
Hi nagen,
you have to add 'ppTypes' to your uses clause.
regards,
Chris Ueberall;
i tried that also but i'm getting undeclared identifier error during
compilation
Hi nagen,
property 'PrintBehavior' isn't a set.
ASubReport.PrintBehavior := pbSection;
HTH,
Chris Ueberall;
Hi Andreas,
-------------------------------
Additional Formats Available
-------------------------------
Once installed, these products enable reports to be
saved to additional formats at design-time and r…"Chris Ueberall [TeamDM]" wrote in
Hi Bill,
check your 'runtime-packages' settings.
HTH,
Chris Ueberall;
Hi Nico,
Sorry for the direct email. See my other post below for details on the
the MemCheck leak checker.
I have used MemProof (similar to Sleuth) and you need to run the
application within another appl…Thanks!
will TExtraDevices recognize RotatedText and keep vertical in PDF export?
Taras
Nico Cizik (Digital Metaphors) wrote:
E-mail has been sent.
Thanks.