HOW TO

add a -NONE option to a form menu INPUT CHOICE

Last Published: April 25, 2020

Procedure

The form menu INPUT widget does not have a -NONE option; how can it be added to an INPUT widget using the CHOICE option?

Answer:

Add an option called _NONE_ to the list of choices for that widget. In the return string for that widget add the following action:

&IF [QUOTE %< widget_variable >%] = '_NONE_' &THEN &SET %< widget_variable >%

This allows the variable to be set and exist while containing a null.

Article ID:000001362

Software:
  • ArcMap 8 x
  • Legacy Products

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic