The 'jFormTK' Application Developer may control the next 'JFormField' to receive the focus by setting the return 'flowControl' flag as follows:

FlowControl Description
.This Focus on the current 'JFormField'...
.Next Focus on the NEXT "Active" 'JFormField' in the
Focus Cycle.

NOTE 1:

This is the DEFAULT value...

NOTE 2:

The "Focus Cycle" is the order the JFormField's are
inserted into the 'JFormForm' SubClass form.

NOTE 3:
"Active" 'JFormField' means any 'JFormField' that can

receive input data from the Application End User.

NOTE 4:
If this is the Last 'JFormField',

Then the Focus is set at the First "Active"
'JformField' of the current Forms 'showPanel'.

.Previous Focus on the Previous 'JFormField' in the Focus Cycle.

NOTE 1:

If this is the First 'JFormField',
Then the Focus is set at the Last "Active"
'JFormField' of the current Forms 'showPanel'.

.First Focus on the First "Active" 'JFormField' of the 'showPanel'...
.Last Focus on the Last "Active" 'JFormField' of the 'showPanel'...
FieldID A 'jFormTK.JFormField' ID of the current 'JformForm' SubClass.

NOTE 1:
'fieldID uses 'Dot' notation to indicated
groupName.FieldName.SetNumber as required to uniquely
identify the 'JFormField' to receive the Focus.

FormID.fieldID A jFormTK.JformForm Sub-Class ID and a 'jFormField' ID hosted by the given jFormTK.JFormForm Sub-Class.

NOTE 1:
'formID' uses dot notaton to indicate the
Category.SubCtegory.FormName as required to uniquely
identify the 'jFormTK.JFormForm' SubClass Form.

NOTE 2:
'fieldID uses 'Dot' notation to indicate
GroupName.FieldName.SetNumber as required to uniquely
identify the 'JFormField' to receive the Focus.

NOTE 3: The 'formID' may be the same as the current Form.

NOTE 4:
If only the 'formID' is provided,
Then the Focus shall be set on the last field
focused when the indicated Form was last saved
OR the first "Active" JFormField' if the Form
has never been loaded.

FormID.First Load the specified Form and focus on the First "Active" JFormField.
FormID.Last Load the specified Form and focus on the Last "Active" JFormField.
.Tabn Activate Tab 'n', Go To numbered TAB, leave Form Focus As Is.
.Tab.name Activate Tab 'name', Go To specified TAB, leave Form Focus As Is.