On Monday 22 March 2010 09:44:56 am Scott Sheffield wrote: > >From the dShell I can issue: > > self.pageFrame.Pages[0].Visible = False > > and that blanks out that select page.
I don't anything about AppWizard (I think that's what you are using). But I think you want something like. self.pageFrame.Pages[0].Hide() Johnf _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
