boyblunder Posted September 24, 2007 Posted September 24, 2007 On my new user layout I have 7 fields that must be entered before the user can continue to the next layout. Each field that must be entered has an "*" by them. When the customer clicks the Continue button here’s what I’d like to happen. 1. If all fields are all entered they go to the Customer layout. If not they are unable to go to the next layout and get a message saying something like “the fields have not been entered”. I would like this message to be a calculation field instead of a dialog box as we may use IWP later. 2. I would like some way to show the customers the fields they omitted. I have not idea how to do this and hoped you may have a good way to do it. Thanks very much for your help. I’m fairly new to all of this and look forward to any comments. Carl
bcooney Posted October 8, 2007 Posted October 8, 2007 Hi Carl. I assume that you have a button that takes them to the Customer layout. So, add a validation section to that script, something like: If (isempty (RequiredField1) Show Dialog (Hey, you forgot to enter the ...) End If
Recommended Posts
This topic is 6257 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now