Subject: | Re: PageTiling
| Date: | 4 Apr 2018 06:59:31 -0400
| From: | "Thies Grimm" <thies.grimm@t-online.de>
| Newsgroups: | pnews.paradox-programming
|
Hi Kevin
paradox 11
first insert a page
Menu insert | page
then View | Tile Pages
Thies
"Kevin Baker" <shcsbaker@gmail.com> 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
>
|