rbuser
Comments
-
> It is also possible to control the SkipWhenNoRecords property using the
That is great!!
/Johan
-
Is it possible to auto fill some parameter values and have the user supplier
other ones.
Eg we are working on Postgres and we use schemas, depending on which user is
logged into the application. So in code it should automatica… -
Thank you!
-
How I do to use scroll (mouse) in TppViewer ???
-
Peraphs it's the wrong newsgroup?
"Robert Effe" ha scritto nel messaggio
-
Obviously, the font size must be resized to fit in page the text file
Automatically before the preview.
Thanks
Robert
"Robert Effe" ha scritto nel messaggio
-
How can we print a report to a text file at runtime through coding
without showing preview.?
--- posted by geoForum on http://delphi.newswhat.com
-
Thanks Nico, now it's run!!!!
You are my salvation......
Best regards
Andrea
Nico Cizik (Digital Metaphors) ha scritto:
-
Hi Nico,
the error is "Access violation at address 005A1800 in module..."
Instead the template was an existing one in the table rbItem, created
with ReportExplorer!
Thanks in advance
Andrea
Nico Cizik (Digital Metaphors) ha scritto:
Uhm.....I got an error on Report.Template.LoadFromDatabase! On what
depending this error in your mind?
And now? still on the todo list?
Is this STILL on the TODO list?
regards, Colin
Solved with the following event
procedure globaloncreate:
var
lSqlBuilder: TdaSqlBuilder;
i: Integer;
SentenciaSQL: String;
begin
lSQLBuilder := TdaSQLBuilder.Create(Report.DataPipeline);
lSQLBuil…
I meant the SQL script: SELECT ... FROM...
Thanks
Hi Nico,
In the procedure globaloncreate event I have put:
var
lSqlBuilder: TdaSqlBuilder;
begin
lSQLBuilder := TdaSQLBuilder.Create(Report.DataPipeline);
lSQLBuilder.Clear;
lSQLBuild…Thanks Nico. I will try through RAP.
Thanks.
Only a question. Is it possible to change SQLBuilder object with RAP?
Regards,
Jose Maria Sanmartin
Sorry
Forgot to mention, only other thing is that we used the SUIControls to add a
theme to the form. Just a SUIEngine control plonked on the form. See
http://www.sunis…Jeff,
There are two options that I can think of for your issue.
In the designer, rather than using a DBText objects, use variables. In the
first variable's calc event, if the person name field from your record is
…Thanks for the answer; however, this is a user created report with user
created queries on the data tab of the designer so I don't see how this
approach could work unless I'm missing something. Is there another way to
get this to wor…Nard Moseley (Digital Metaphors) wrote:
That works like a charm. Thanks for your help
Jaweed Saleem wrote:
I'm also using delphi 5 and reportbuilder 6.03 and DBISAM.
Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
We will eventually upgrade to ReportBuilder 9 when we upgrade from
Delphi 5 but due to deadlines it's just not possible at the moment. Can
I just get the latest help fi…Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
Where can I download the latest help files with these classes in it?
Solved the menu item for the savetofile and readfromfile
This is controlled by the TppDesigner.AllowSaveToFile prop…
Dear Sir ,
We are as well trying to set the menu's and toolbars dynamic. For
example we want to hiide the "Open" button of the "Standard" toolbox. In
this we succeed, see sample code __ReportDesignerHideToolbars hereaft…Nard
Thanks for the code. However, it does not solve my problem completely . We
need to restrict the user from searching for and opening reports. we can
provide our own menu with the mergemenu functionality, but then we need t…This code does not compile/work in version 10.
Please advise. I am looking to hide/control toolbars in the TppDesigner and
this looked like a starting point.
:-) Ok, thanks.
I was having problem with this kind of encoding:
TppSubreport(lObject).Report
Now is working great.
Thanks
Goncalo
Hello.
This is working fine on the report, but I'm having trouble navigating in the
sub-report.
If I use the band in the subreport, it continues accessing the main report.
How can I navigate in the sub-report objects?
Thanks…