rbuser
Comments
-
Hi.
My English isn't very well.
I've had the self problem and I've solve it with this code.
Perhaps it can help you.
procedure AppEvents1Message(var Msg: tagMSG; var Handled: Boolean);
var
i: SmallInt;
That still doesnt' seem to be working
If have my totals are on one page and half on the next i only get the
half on the current page.
Is there a way to say
IF report.pass = 1
if i could do that my …No I still haven't received any e-mail. We also checked our spam filter.
Can you please also send it to my boss's e-mail at rnh@captools.com
Thanks
Vikram
You may have sent it, but maybe due to our spam filter I have not received
anything.
Which address did you send it to?
Thanks
Vikram
Peter,
never tried it but maybe you can
layout the report into 2 columns and put the memo into 1 column, i guess if
the memo is long enough it will print into the second column
cu
marc
I see - ok. Many thanks,
Bernd
Hi Niko,
this is exactly what I wanted to know! Many thanks!
TdaADOQueryDataView.SQLChanged
One last question:
As I do not want to modify RB-source code, can I safely call
daUnRegisterDataView…Hi Niko,
I tried this approach:
procedure AddNoLock(aReport: TppReport);
var
i : Integer;
s : string;
aSQL : TdaSQL;
lAutoSearchField: TppAutoS…Niko,
this example is not exactly what I want. I already have the autosearch
fields and do not want to recreate them (beware of modifying all reports). I
just want to modify the SQL-Statement prior to executing. Isn?t that
possib…Hi Niko,
this does not work as excpeted. I have a single select statement created
with some auotsearch fields. As soon as I modify the TdaSql.SQLText.Text,
the auotosearch fields produce an AV.
Isn?t there a way to safely r…Does?t this mean, that I loose my auto search fields?
Bernd
Thanks for help.
I will look into it.
Regards
Kumar
Yes, I've confirmed (using the Report Tree) that each of the controls in
question is actually in its respective region. Any other ideas?
David Drewa
Are you sure that the components are actually "in" the region as opposed
to "on" the region.
Use View | Toolbars | Report Tree
to investigate.
Jon
Delphi 7 Standard. ReportBuilder 7.03. I've confirmed that the regions that
are splitting can indeed easily fit on a single page. Any other suggestions?
Thanks!
Shanil,
i think the solution is very easy, at least i'm doing it all the time
simply put a label in the group header, set the label invisible giving it a
certain start value, let the group break on that label (so don't break on a
Can you get the page style band to print in front of everything instead
of behind? I have a watermark type thign that I want to overlay over
everything.
Thx Marc for the quick response
Filip,
what you are trying to do is certainly doable (i do it all the time)
- you don't have to assign a pipline to the report (main) itself, just set
the properties of the report so that the report always be printed
- i wo…Filip,
yep that is a problem
RB should look into that
i sometimes manages to get around, if i recall, close all datasets and then
close the connection
turn off and on the autocreatefields
that sometimes does it for meFWIW, I've decided to abandon ReportBuilder for this project. It doesn't
seem able to cope. I couldn't get the demo database to work at all
sensibly given it doesn't have the same sort of data, and I was just
wasting time trying to…I'm trying to use the DBDEMO data with my own app that is using ADO to
connect. I didn't want to go trawl all the demos to find out which one
might match my requirements. After all, the ADOConnection is probably a
key part of the p…I'm trying to mock something up using the Qty and Item number (since the
real data is cyclical), but could you tell me which type of database and
sqlType to use? I'm using ADO, and can connect to the DBDEMO data, but it
is creating…I have requested that many times Joe, me and at least 5 users.
They always came for everyone with this examples, but what they don?t
explain to you when you asking, it?s that you can?t use parameters
in a SQL, at run-tim…Try putting them all in the reports groupstyle and print the report, should
work i think.
Nick:
Thanks for the suggestion. The computer had a default printer assigned, and
the report was using Screen as the device type. However, I changed the
default printer to another printer on the PC and it resolved the problem.Hi Nico
Thanks a lot for your quick help.
Regards
Kumar
Perfect. Thank you very much.
H Nico,
I have sent an email to support. Can you reply to that as I have provided
more information on this?
PS I have RB 6.03
Regards
Alex
Seems to be more to this. I don't think it is the criteria search anymore.
I have deleted out the code mentioned below and created an end-user report
with just a label in the header and detail lines. In the end-user facility
it dis…