{
{   The purpose of this request is to set the cursor to a selected object on
{ the form.  You may use this request to modify the default sequence of the
{ terminal user's entry of variable data.  The default sequence proceeds from
{ the highest priority form (the last added form) variable text object to
{ variable text object going left to right on a screen character line and from
{ top to bottom line.  You cannot set the cursor position of a pushed form.
{ The form must currently be added.
{
{       FDP$SET_CURSOR_POSITION (FORM_IDENTIFIER, OBJECT_NAME, OCCURRENCE,
{         CHARACTER_POSITION, STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier for
{       the instance of the form.
{
{ OBJECT_NAME: (input)  This parameter specifies the name of object where you
{       wish to position the cursor.
{
{ OCCURRENCE: (input)  This parameter specifies the occurrence of the object.
{       For the first occurrence or only occurrence, use 1.
{
{ CHARACTER_POSITION: (input)  This parameter specifies the character position
{       in a text object to set the cursor.  A character position of 1
{       indicates the first position, a character position of 2 indicates the
{       second position, and so on.
{
{ STATUS: (output) This parameter specifies the name of the variable to set
{      to indicate the status of the request.
{
{       condition identifiers: fde$bad_data_value
{                              fde$form_not_scheduled
{                              fde$form_pushed
{                              fde$invalid_form_identifier
{                              fde$invalid_object_name
{                              fde$invalid_character_position
{                              fde$no_object_variable_defined
{                              fde$no_space_available
{                              fde$system_error
{                              fde$unknown_object_name
{                              fde$unknown_occurrence
{
