Allen wrote on 2011-07-08: > Hi foxgang > In earlier versions of vfp there was a way to easily move to pages on a pageframe in design mode. VFP9 does not appear to have that. Is there a way or have they made VFP9 harder to use with pageframes for a reason > Al >
Allen, I have placed code similar to this in PageFrames that I use and want the tabs hidden: LOCAL PageHeight m.PageHeight = THIS.PageHeight THIS.Tabs = .F. THIS.Height = m.PageHeight It allows me to work with the tabs in the UI designer without using the properties window. CTRL + Right Mouse Click gets me into the next level of editing. CTRL + SHIFT + Right Mouse Click drills down to the object I'm clicking on, past any additional containers. Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

