Click to See Complete Forum and Search --> : Page frame


Paul
07-11-2001, 01:36 PM
On a page frame I do not want a user to go to another page unless he makes
a selection from a message box.

Were would I put this code as a page frame does not have a lost focus?

Many thanks
Paul

Barbara Peisch
07-11-2001, 02:33 PM
Pages have an Enabled property. You could set the Enabled property to .F.
for any pages you don't want your user to get to, and once they make the
selection, change those page's Enabled property to .T.

--


-BP
www.peisch.com

"Paul" <Paul@tpgplc.co.uk> wrote in message news:3b4c8088$1@news.devx.com...
>
> On a page frame I do not want a user to go to another page unless he makes
> a selection from a message box.
>
> Were would I put this code as a page frame does not have a lost focus?
>
> Many thanks
> Paul
>