Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

Focusing a specific Subreport when Opening the Designer

edited April 2007 in End User
Is it possible to do this programmatically?

Ken

Comments

  • 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
  • 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.