Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
End User
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Focusing a specific Subreport when Opening the Designer
rbuser
April 2007
edited April 2007
in
End User
Is it possible to do this programmatically?
Ken
Comments
nicocizik
April 2007
edited April 2007
Hi Ken,
You can access the subreport TTabset object using the TppDesigner.TabSet
property. In my testing, placing code in the OnShow event of the designer
to change the TabSet.TabIndex successfully changed the subreport tab when
loading the designer.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
rbuser
April 2007
edited April 2007
> You can access the subreport TTabset object using the TppDesigner.TabSet
Thanks Nico,
I'll give that a go.
Ken
This discussion has been closed.
Comments
You can access the subreport TTabset object using the TppDesigner.TabSet
property. In my testing, placing code in the OnShow event of the designer
to change the TabSet.TabIndex successfully changed the subreport tab when
loading the designer.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks Nico,
I'll give that a go.
Ken