N. Troubleshooting Guide : Creating and Editing Applications : Editing Applications and Frames
 
Share this page                  
Editing Applications and Frames
If you are unable to edit an existing application or frame with the Edit operation, read the following sections to try to locate the cause of the problem.
Source Code Directories
Determine the source code directory as follows:
1. In the Applications Catalog window, select MoreInfo from the menu.
The MoreInfo about an Application window displays.
2. Select Defaults from the menu.
The Application Defaults window displays. This window contains the name of the source code directory.
Be sure that:
This directory exists.
It contains the source code files for the application.
You have read and write permissions for the files.
If this directory is incorrect, change it in this window.
3. If you are using UNIX or VMS and your source directory has disk quota or permission problems, contact the system administrator.
Copying Applications
If you are editing an application that you copied in with the copyapp utility, check the source code directory as described above to make sure that it does not still point to the old location for the source code files. Also, ensure that you have copied the source code files.
System Editor
If you cannot use the system editor to edit source code files or Vision escape code files, take the following steps to make sure that you have defined the symbol ING_EDIT correctly:
Windows:
1. At the operating system prompt, type:
ingprenv ING_EDIT
The default editor command is displayed, if there is one set; otherwise, the default editor is edlin. Be sure the editor is in the PATH, or that the full path to the editor is specified.
2. If this is not the editor you want, change it with the following command:
ingsetenv ING_EDIT editor_name [flags]
In the above command, editor_name is the full pathname of the editor you want to use.
UNIX:
3. At the operating system prompt, type:
echo $ING_EDIT
The default editor command is displayed. Be sure the editor is in the PATH, or that the full path to the editor is specified.
4. If this is not the editor you want, change it with the following command:
C shell:
setenv ING_EDIT editor_name [flags]
Bourne shell:
ING_EDIT = editor_name [flags]
export ING_EDIT
In the above commands, editor_name is the full pathname of the editor you want to use.
VMS:
5. At the operating system prompt, type:
show logical ing_edit
The default editor command is displayed.
6. If this is not the editor you want, change it with the following command:
define ing_edit editor_name / parameters
In the above command, editor_name is the full directory specification of the editor you want to use.