Depending on the type of window you’re developing, it should have the following push buttons:
Window type |
Buttons (in left-to-right order) |
---|---|
Maintenance |
Save, Clear, Delete |
Transaction entry |
Save, Delete, Post (for transaction-level posting) |
Modal dialog (editable) |
OK, Cancel |
Modal dialog (display-only) |
OK |
Inquiry |
OK, Clear |
Preferences/Setup |
OK, Cancel |
After the push button has been added to the window, you must set its properties for proper display in the control area. Set the following Visual properties for the field:
Appearance |
3D Highlight |
BackColor |
System - Toolbar |
Border |
True |
Font |
System |
FontColor |
System |
Size-Height |
24 |
Size-Width |
72 |
Style |
Text on Right |
The vertical separators that appear between the push buttons in the control area are individual lines that you must add using the line tool. Each vertical line has the following Visual properties:
Appearance |
3D Border |
LineColor |
System |
LineSize |
1 |
Position-Top |
3 |
Size-Height |
16 |
Size-Width |
0 |