rbuser
Comments
-
THX!
Problem was that AdoCOnnection was active and trying to connect to database
which doesn't exist-my fault!
-
Thanks You
Cheers...
Shahine
-
Hi..
To diable the menu items I used:
ppDesigner1TabChanged(Sender: TObject);
begin
if ppDesigner1.Notebook.ActivePage.caption = 'Data' then begin
ppDesigner1.menu.Items[0].Items[4].visible := False; // -- ' Line'… -
Chuck,
Thank you! Didn't see the possibility of accessing the activepage property
and that is a BIG help (no pun intended). I do expose the Data tab and
oddly, there is no help or F1 processing currently calling the OnHelp <… -
I only show the Calc, Design, and Preview tab and I use something like this:
procedure TForm1.ppDesigner1Help(Sender: TObject; var aHelpFile,
aKeyphrase: String; var aCallHelp: Boolean);
begin
if ppDesigner1.Notebook.Ac… -
Further to this I would like to give the end user the ability to show all
the reports in a preview screen before the user prints them as well. N.B:
There may be different criteria in each report
-
Nard,
Some more information:
1. I compared the 5.0 and 6.03 ctm files. You can see the differences below
for the first demo report mentioned above. If I import the 5.0 ctm file into
6.03, it works great. It looks like… -
Nard,
Just for kicks, I opened the 6.03 rap.dpr project in C:\Program
Files\Borland\Delphi 6\RBuilder\Demos\0. RAP\1. Main. I opened the first
report in calculations "Retrieve Field Value" by double-clicking the item in
the… -
Nard,
Thanks for the update.
However, I am surprised the 6.03 export works for you.
Maybe I have something wrong with my code but if you review the attached
Word document, you will see that there are differences… -
Nard,
We are using RB6. Do you have RB6 available to test? If not, I will check
and see if an upgrade to RB7 is a viable option. Our fear with upgrading is
that we have 1000's of customers and we don't want to fall on our faces … -
THX works!
-
Can you suggest me how to debug?
I think it's something that call a pagecalculation... but I can't find it...
"Tefnut" ha scritto nel messaggio
-
ok...
the problem is mine, i've tried your suggestion:
i place a label into header of a report; in enduser project no problem, in
myproject the result it's like a unendless report..
now i must find the problem, but i… -
I'm using 7.0 report builder version
I think that I don't be able to reproduce this because i0ve reimplemented
connection (I'm using a tecnology similar to ASTA)
now I will try and after I post this here
-
but it's possible to automatic create a combobox linked to dataset?
the response is no?
-
Hi Nard,
yes, I did it, but my question was "is it possible to store custom
autosearch dialogs within report?
Thanks,
Dmitry
-
i'm interesting in creating combobox... i would like to show a combobox
filled with values of another dataset....
if you reach this target, say it to me :-)
"Dmitry OZ" ha scritto nel messaggio
-
done
:-)
"Dmitry OZ" ha scritto nel messaggio
-
Nard,
Thanks for the information. Specifically, I am running Report Builder
Enterprise Edition v6.01 and TeeCharts v4.02. Sorry, I was wrong about the
TeeCharts 5, thanks for telling me the proper way of checking the version.
Sorry my fault...all clear!
Benjamin
Nard,
This report only works when there is only 1 page in the report. (PageNo
= 1).
I have change this sentence with the following
If FCopy = 4 then FCopy = 1 and now it works OK.
But …Thanks Nard.
Is there a way to implement it in RAP?
Regards,
Jose Maria Sanmartin
Nard,
I did look at the server edition and that is exactly what I would like to
have in a perfect world. But the deployment cost doesn't work for us. I
realize the cost of the server edition is small compared to some of the<…Why not just add "and count_2 > x" to the where clause?
Jef
I wasn't know it is so easy....my person looks allways for complications....
;-)
THX!
Hi!
Thx for this code, but I'm not too familiar with rBuilder source and so
on...
Can you give me a little hint what to do with that code?
THX!
never mind... looks like I may have it...
will look again in the morning... but looks okay...
ah... big sigh!
b
Yep I meant DataValue not DataField. Anyway I managed to use Value but was
still having problems with timings. Eventually I got it to work using
BeforeFooter timing rather than OnFooter.
Regards
Alex
Sorry DataField should read FieldValue
Alex
Yes, that's the one. I was thinking of EQ grid..
pl