rbuser
Comments
-
-
Hi Jim,
thank you for your reply.
I have a button in my preview form that does the following:
procedure TFormPrintPreview.BtnPrint1Click(Sender: TObject);
begin
(ppViewer.Report As TppReport).PageLimit := ppVie… -
-
This is a multi-part message in MIME format.
-
I am running
Win 98
RB 6.02
D 5
IB 6.0.0.627
I have had no problems generating fields and joins with an ODBC data source,
so this seems to be an InterBase problem.
-
the same thing happens when i try to generate field names in the demo data
dictionary. the tables generate with no problems, and then i get the access
violation error when i try to generate field names.
-
Using 6.02 professional. i can add any fields to the field list, but i still
cannot do any joins. I am using Interbase. the data dictionary tutorial
worked fine. is there a demo for interbase data dictionary i can look at?
-
i deleted a few tables and got the same error. even if i try to generate
fields from one table, i get the same error.
-
Yes, the summary band do comes out in a new page. I'll try the latest
drivers to see if they help.
Thanks a lot,
-Jorge
5
if
support@digital-metaphors.com
-
Hi Tor,
use a JIT-Pipeline to show data from outside a database.
There are several examples in the demos and tech-tips.
regards,
Chris Ueberall;
-
Hello Chris!
Thank you for your help, and sorry for not using my full name. This should
be ok now.
Maybe I explained myself a little clumsy, but I know how to read/write
strings from/to the registry in Delphi.
But the proble… -
Hi TorB,
(please use your fullname)
If you have a problem with accessing the registry, then please look in
Delphi help for TRegistry ...
If you are storing RTMs as Text, then there is no problem to create/edit a
… -
Hi Janusz,
You can use a JIT-Pipeline (see Demos 131-140) or use a 'TppMemo' or a
RichText component and load the text during runtime.
regards,
Chris Ueberall;
-
Chris,
Great. Could you be more specific?
Thank you
Janusz
-
Janusz,
Sure, an easy job. It can be done in several ways.
regards,
Chris Ueberall;
-
Hi Sergio,
see www.digital-metaphors.com/tips/TextSearchDevice.zip
regards,
Chris Ueberall;
-
It seems that a lot of stuff has to be done through code as opposed to in
the designer (like one might do if putting a TeeChart on a form). In light
of this, are there any good samples of how to do coding for a stacked bar
chart with … -
On a related note...
When using a DBChart, how does one assign a datasource to a chart? data to
different series?
-
Hi,
First, thank you for your quick answer,
I've made a small exe with the same conditions (teechart, and insertion of
values at run time into TLineSeries, also created at run time).
But I've not been able to reproduce the … -
I have some similar symptoms using ReportBuilder from version 4 or 5.
I have version 6.03, and TeeChart 4.01 with Delphi 4.
I get an access violation when displaying the standard preview (using
dtScreen) :
I click on the pr… -
I see, thanks to you both for the help
John
-
Hi John,
Your template has a assigned event methode. You will see that when you open
the RTM as text file, asuming you used pure ASCII as storage format. it is
just like opening a form (DFM) in delphi which had assigned the 'For… -
Thanks for this helpful code Chris (which i will use ;-), but i would really
like to know why i get the error in the first place.
Perhaps i should have mentioned that i am quite new to programming, but i
think what you are saying is t… -
Hi John,
register your own dialog.
I don't show the dialog, but write the unknown property/method into a log
file, that my human report designer knows - Ah, here's a report I should
open and save.
here some code … -
I've added the code to two different TppReport components, to their
OnPreviewFormCreate event. Neither of them have any effect. The code
compiles fine. If I do an F4 to compile (Compile to Cursor and Break), the
event evidently nev… -
Thanks Jim. I appreciate the specific code you offer VERY MUCH. Thanks.
David Miller
-
Excellent.
------------------------------------
Bruce Roberts
Roberts Browne Limited
RBAddOn Components for Report Builder
http://www.bancoems.com/rbaddon.ht… -
David Miller wrote:
Yeees, thank you for the men at DM (and the nice blonde girl at the
reception desk).
And don't forget to put the Close on ESC feature to Preview also.
I'm not sure if I got everything off my… -
Hey, that's great! Now that is fantastic response to customer need. Thank
you.
Now, Barry, don't forget to thank the man. :-)
David Miller
-
Hi Barry,
No, I'am answering my way. I do NOT work for DM. I am a developer like you.
You don't need new classes for reusing code.
use the second time ;-)
my short answer here, the …