Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
10 replies
Subscribers
7 subscribers
Views
3031 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
I have attached the Screen shot and Sail code. Form should not submit when numer
jegadeeswaran
over 9 years ago
I have attached the Screen shot and Sail code. Form should not submit when numeric validation failed in the hidden section. Pease assist on this.
OriginalPostID-143944
OriginalPostID-143944
Discussion posts and replies are publicly visible
Parents
0
PhilB
A Score Level 1
over 9 years ago
Your SAIL code appears to work as you describe; a value of 0 for local!c or a non-integer value for local!b prevents the form from submitting.
You can check this by looking at the value of ri!cancel when in the interface designer (which is mapped to both buttons); it remains null. Once the value of ri!cancel changes, that's the form submitted.
Whilst it may look like the form is submitting when you click the button as you see the "Loading" notification at the top of the screen, the form won't have submitted until the value of ri!cancel changes.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
PhilB
A Score Level 1
over 9 years ago
Your SAIL code appears to work as you describe; a value of 0 for local!c or a non-integer value for local!b prevents the form from submitting.
You can check this by looking at the value of ri!cancel when in the interface designer (which is mapped to both buttons); it remains null. Once the value of ri!cancel changes, that's the form submitted.
Whilst it may look like the form is submitting when you click the button as you see the "Loading" notification at the top of the screen, the form won't have submitted until the value of ri!cancel changes.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data