Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stop Pageframes from clickable page changes?
Message
 
To
11/06/2001 12:51:32
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00517885
Message ID:
00517926
Views:
16
Peter,

Try this:

Add a property allowpagechange to the pageframe (or, if you prefer, the form)

In the MouseDown event of the pageframe:
IF !THIS.AllowPageChange
  NODEFAULT
ENDIF
>I am using a pageframe with 5 "steps" that a user completes. I want to control proceeding to the next
>step ONLY when needed info or proceedures are completed. I added a controllable CONTINUE button
>on each page of the pageframe. I will control the DISABLE option of the CONTINUE button to prevent
>use but I need to stop the user from clicking on the "tab" of a subsequent page. How can I disable
>the pageframe "page" selection?
>
>Thanks
Brien R. Givens

Brampwood Systems
Previous
Reply
Map
View

Click here to load this message in the networking platform