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

how to show data tree by default in end-user designer?

edited January 2002 in General
How can I show the "data tree" by default in the end-user interface when it
opens??

Comments

  • edited January 2002
    The TppDesigner doesn't appear to surface this from TppDesignerWindow. You
    can always get at the menu and trigger the click of the datatree menu item,
    so that it is enabled.

    if not(ppDesigner1.Menu.Items[2].Items[0].Items[4].Checked) then
    ppDesigner1.Menu.Items[2].Items[0].Items[4].Click;



    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.