Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pages control
Message
From
02/11/2004 06:32:28
 
 
To
02/11/2004 05:40:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
00956902
Message ID:
00956924
Views:
9
i have many pages at my pageframe,

In my opinion, 15 pages in a single form is too many pages. It is too diffcult for the user to work with this kine of interface. It would be better to have more than one form and fewer pages.


i put a condition ex.. at page1 you must insert 1 or 2 only ,if insert any thing else dont move to another page it works good,but if i use mouse click i can move to next page,
how i can stop this.


You can check for the condition in the page deactivate and write code like this:
IF EMPTY( < some field > )
  *** Display your message
  MESSAGEBOX( [Field is required] )
  *** Do not let them leave the page
  NODEFAULT
ENDIF
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform