Report Designer Tabs
Hey hows it going?
Just a minor problem Ive got when using the ppDesigner component.
Ive set it up so the user can use the Report Designer at Run-time.
Everything works, except I want to know, if its possible, to default to
the 'Preview' tab when the user opens the Designer? Because no matter
what I do it always defaults to the 'Design' tab.
Thanks
--- posted by geoForum on http://delphi.newswhat.com
Just a minor problem Ive got when using the ppDesigner component.
Ive set it up so the user can use the Report Designer at Run-time.
Everything works, except I want to know, if its possible, to default to
the 'Preview' tab when the user opens the Designer? Because no matter
what I do it always defaults to the 'Design' tab.
Thanks
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
You can use the Designer.Notebook property to access the TPageControl of the
designer window. I would suggest changing the notebook in the OnShow event
of the designer.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I didnt know what the TabSheets were called so I had to use the
ActivePageIndex property. But it still worked, cheers.
of the
event
to
--- posted by geoForum on http://delphi.newswhat.com