rbuser
Comments
-
Yes, I'd only want to see these comments when in the designer. I would use
them for developer notes or installation and usage instructions for the
end-user.
Thansk,
Scott
-
Thanks. It turned out to be something in the report band. Once it was
deleted and then readded everything is working again.
-
Even if I copy a label that displays, then the newly copied label does not
work. I guess maybe it is a corrupted report?
-
Thanks but that did not help.
-
In article <4afd6893$1@mail.>,
-
put your data in a sub report, and set the sub reports KeepTogether property
to True
Ed Dressel
Team DM
-
Hi Nico,
that sounds good, thanks a lot!
A question before I do that, though: you say it's for RB 11.06, so I assume,
that it wouldn't work with RB 11.05, would it?
We didn't update our RB version yet, that's the reason fo… -
Yes Nico,
I'm still using the embedded preview form. I have done what you suggested
now and it's ok now.
Thank you for your help.
Mark
-
Hi Nico,
I thought the BeforeGenerate event was guaranteed to fire only once when the
record was to be printed? Which scenario would cause the BeforeGenerate
event to fire multiple times for a single record?
We use… -
Bruce
Don't know if you've resolved this - I have a similar problem when
upgrading a report written in RB6 to RB11.
After a day of tearing out hair - I noticed that the variable that
contained the calculations was s… -
Thanks Nico,
I hide the detail band by setting it's height to zero and the three fields
to not visible.
What I have is one Variable in the detail band and I'm using it's OnCalc to
add the value of the only database … -
Thanks Nico,
I've added a variable in the detail band and used it's OnCalc to the
calculations.
This does not seem to have fixed the problem.
That is: the first line on a new page has double the actual totals. Not the
in addition to Nico's comment--you can do this withou RAP--in Delphi with
code--but the report is not self contained. For the detail band, use the
BeforePrint event to set the visiblity of the shape.
Ed Dressel
Nard,
I'm reminded of an episode of "Futurama" in which the #1 Bureaucrat
tells Hermes that he is "technically correct... Which is the BEST kind
of correct there is!" :-)
Technical correctness aside, I found it misleading, as w…Nard,
Thanks for updating it to make it clear that unicode support is not part of
the PDF export. I had simply read "Full Unicode Support" and figured that
since ReportBuilder was a VCL component that it would also pro…Hi Steve,
Terry, I agree with you. I certainly believed RB would do what I wanted
without problems. By now I have a sneaking suspicion that all these
folks (Nevrona, Gnostice, etc.) are making the same claims but have the
same limitations. …Nico,
I would suggest then that the ReportBuilder 11 feature list be updated to at
least put a disclaimer that the PDF export doesn't support unicode. As it
is right now, it says "Full Unicode VCL support" which implies…Hi Steve,
As explained in the email. The Unicode support was available when you were
converting through a metafile. We understood that your case was different
when we saw your code. The modified working code to export to PDF w…Hi Steve,
We will send you the beta very shortly.
Thank you,
--
Girish Patil
Gnostice Information Technologies
--------------------------------------------------------
PDF and document processing…Hi Girish,
Well, I've done all the things you've mentioned and have still not
gotten a simple example (the one I sent you directly) to work. Unicode
font? Yep. Embed the font? Yep. Chinese text? Nope. Anyway, in
answer to…Hi Steve,
I just checked our support system and I see that you have a query about
installation of the export interfaces (in your email, Rave), which has been
replied. The same steps for RB export interface will work. The Help …Hi Nico,
Thanks for the quick reply. Funny you should mention Gnostice, as I
have sent them an email because I'm having problems doing a demo with
their tools, as well!
I'll try out the RichText components as you suggested. T…Hi Nico,
Thanks for the explanation.
So just to be clear, the OnCalc event of the TppVariable when it is set to
one of the numerical types is guaranteed to fire only once per Traversal
(record). And is still the be…Hi Nico,
I'm a bit confused as to how or why it would fire differently.
How does it fire differently? Does it still not fire once per Traversal?
Is it still not guaranteed to fire only once per Tranversal?
Doe…This is a multi-part message in MIME format.
Thanks, Nard. That's a new development that I wasn't aware of.
--
Steve Weston
Are you using HTMLHelp (.chm)? If so, I've run into problems with that
(maybe fixed by DigiMeta, now).
--
Steve Weston
?Thanks for the succinct reply. I tried it, just as you said, but still no
luck.
In my ReportExplorer code, I have this:
FReportExplorer.Designer.OnHelp := SetDesignHelp;
My SetDesignHelp prototype is correct,…?Hi,
maybe i was a bit unclear: my problem is, that the detail band in a sub-
report is differently long and i want to insert a pagebreak after the
detail-band when it is near to the bottom of the page. when not then the
…