Edit Object find page
Object module
This window is displayed when user click on Object module icon in EditObject find window.

Object module window has button area, and program area. Program area show all objects programs on each line
Object name is name of the object program. This column can not be edited.Comments is comlumn where you can put any comments.
This column is editable. It can be empty or it can be some text here. Only in the object module window can be edit Coments column, it is not possible in the
object program window.
Button area has 8 buttons:
New object button
New object will be created by click on this button. Line for enter new object name will be dispay. If object with given name exist, error message will display.
New object will be add to the program area on the last line.
Edit object button
It can be edited object program:
- Go to the program area and select by cursor line which you want edit
- Click on Edit object button
- Object program window will display
- Object program window is explained here: Object program window page
Export object button
It can be exported object program.
- Go to the program area and select by cursor line which program you want export
- Click on export button
- Save file dialog will display, choose folder where you can export your object (Default file name is object name but you can change it
Import object button
It can be exported object program.
- Click on import object button
- Open file dialog will display, choose file which you want import and click Open
- Selected program will be imported and put on the end of program area
Debug object button
It can be debug object program:
- Go to the program area and select by cursor line which you want debug
- Click on Debug object button
- Debug window will display
- Debug window is explained here: Object debug window page
Copy objects button
It will create new object as a copy from existing
- Go to the program area and select by cursor line which you want copy
- Click on copy objects button
- Dialog window where you can put new object name will display
- Write new object name and click OK. If you write name which already exist, error message will display.
- New objects programs as a copy selected will be put on the end of program area
Delete objects button
It will delete selected object program
- Go to the program area and select by cursor line which you to delete.
- Click delete objects button
- Confirmation window will display, if you press YES selected object will delete
Update module button
It will update all changes done in the Object module window. If you not press Update button before close object module window
all changes will be lost .