Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Show Contents List

...

In this step you will make the State and Country field a drop-down which shows states in the US. The data for the drop-down comes from a static table which is shipped with aXes eXtensions.

1.   Click on Edit Screen in the aXes Designer window.

2.   Select the State and Country field on the DisplayEmployee screen. Image Removed

Image Added

3.   In aXes Designer, delete the default visualization of the field: Image Removed
 

Image Added


4.  Drag a Dropdown and drop it on the field: Image Removed

Image Added

The default visualization of the field is now Dropdown: Image Removed

Image Added


5.   Change the dataSourceType of the drop-down to Static Table. Image Removed

Image Added

6.   Specify USState as the tableName. Image Removed

Image Added
 
7.   Save the screen customization.

8.   Execute the Framework as a VLF-WIN application, as Designer, to test the drop-down:

Image Added Image Removed
  
You can set the values displayed in the drop-down also by entering fixed values or by using a dynamic table. The aXes tutorials contain detailed information about how to do this.
 
Show Contents List