Buffer Distance Validation
I have a parcel buffer workflow that allows a user to select a parcel, set a buffer distance, and returns mailing labels. I'd like the user to be able to choose to buffer by either feet or miles, but want to set some validators, so they can only buffer up to 10000 feet or 10 miles. In the design form, I can't figure out how to set the Numeric Range validator for two different units of measure...Any ideas?

0
-
Hi Lisa,
A few options if you are flexible:- Use radiobuttons for feet/miles. Link the textboxes visibility to the radiobutton selection.
- Handle validation outside of the form. Let the form submit, then return the user to the form after displaying a validation prompt.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar