Auto Tab

Using the auto tab smart attribute.

To demonstrate auto-tab, please do the following:

  1. In the script file, create a new inputfield using the following code:

    inputfield ([6,14], "Material", [6,20], {"size":16, "smartattributes":"rf_autotab=3"});
  2. Save your changes and open the apropriate screen in Mobile.

    inputfield ([6,14], "Material", [6,20], {"size":16, "smartattributes":"rf_autotab=3"});
  3. Enter the following:

    inputfield ([6,14], "Material", [6,20], {"size":16, "smartattributes":"rf_autotab=3"});
  4. Save your changes and open the screen in Mobile. Enter a value in the field.

  5. Verify that when the time reaches the three-second limit you set in the script, the cursor will aautomatically tab to the enxt field on the screen.