|
SKIP
|
|
| · | SKIP TO Fldname or SKIP n when used in a Tab Form will ONLY be applicable to that Tab (i.e., page) of the Tab Control. Therefore, you CANNOT use SKIP command to switch from any field on one page of the Tab Control to another page of the Tab Control. A Tab (page) of the tab control is similar to a "container". Thus, the SKIP command will ONLY work with objects on the same page of the Tab Control.
|
|
|
| · | You may also use PROPERTY <ComponentID> SET_FOCUS 'TRUE' command to achieve the same functionality.
|
|
|