Subject: | Re: PageTiling
| Date: | Tue, 3 Apr 2018 09:51:56 -0400
| From: | "Kevin Baker" <shcsbaker@gmail.com>
| Newsgroups: | pnews.paradox-programming
|
Thanks!
"Mark Bannister" wrote in message
news:5ac38254$1@pnews.thedbcommunity.com...
Kevin:
I've never used multiple pages ( I use notebooks with tabs), but I don't
recall any issues with them.
On 4/3/2018 7:28 AM, Kevin Baker wrote:
> Hi Everyone,
>
> So I added a page to a form (total of 2 pages) and the help file tells me
> in the Form properties there should be an item called PageTiling that will
> allow me to arrange the pages in the form. They are StackPages,
> TileHorizontal, TileVertical. I don't see this property no where. So I
> added code to the init of the form as follows:
>
> f.attach()
> f.PageTiling=StackPages
>
> This works, but wanted to know if this is how it's done and did they
> remove the property from the Form Properties for a reason?
>
> Thanks
> Kevin
|