How to open rtm file during running time
Hello! I am a new user with RBuilder 7.0.
I can open and save for making template rtm file after double click
ppReport. My Client want to modify these rtm file and loading their
modifying file After Apllication runing. But I could not find any method or
property or button for load *.rtm file for ReportBuilder durning running
time.
AnyBody can tell me how to do or tell me where to gets Demo progrm.
Thanks!
I can open and save for making template rtm file after double click
ppReport. My Client want to modify these rtm file and loading their
modifying file After Apllication runing. But I could not find any method or
property or button for load *.rtm file for ReportBuilder durning running
time.
AnyBody can tell me how to do or tell me where to gets Demo progrm.
Thanks!
This discussion has been closed.
Comments
ReportBuilder Pro, Enterprise, and Server editions come with a runtime
end-user designer and reporting solution. See the demos located in the
\RBuilder\Demos\3. EndUser\... directory. Also there are numerous examples
located in the ReportBuilder Developer's guide (\RBuilder\Developer's
Guide\).
It its simplest state, the end user designer can be utilized by placing a
TppReport and TppDesigner object on a form and defining the
TppDesigner.Report property. Then by calling the TppDesigner.Show method,
you will have run time access to the report designer.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Yes, It works after I click button for ppDesigner.Show. One more question is
May I only show Preiview at first.
And Report template shows manually by pressing some shortcut key.
Now it is show automaticaly.
Regards,
abcat
I'm a bit unclear about what you would like to do. Would you like to open
the end user designer to the Preview tab automatically? If so, you can use
the NoteBook property of the designer to gain control of these tabs.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I try to find out from Help for useing NoteBook, But there is a few
paragraph about it.
Where I could get more detail about this property?
Regards
abcat
---------------------------------------------------------------------------------
The Notebook property is the VCL object TPageControl. See the Delphi help
topic for the TPageControl for information on how to use this object.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com