EGL Tips
EGL Tips
Change all = to ==
Change all ‘ to “
move withV60Compat
The withV60Compat modifier is used in programs migrated from EGL version 6 and
earlier, or from VisualAge® Generator programs. Do not use this modifier with new
code.
Use this modifier when the variables that the move statement references are
declared in a standalone function, where migration cannot determine the type of the
variable. This option provides compatibility for a move statement without a modifier.
isNoRefresh
If the EGL isNoRefresh statement property is set to YES, it indicates that the
program does not refresh the screen when the called program returns control. The
property is BOOLEAN, and NO is the default value. This means the program refreshes
the screen by default.
(NOMAPS,REPLY; = {isNoRefresh = yes}
KDIO6S700-ADJ-EFF
Workbench
Workspace
Projects
----------EGL Source
Packages
Files
Map ------------------------Form
Design may give incorrect results…but, use SOURCE tab to correct it.
shift+CTRL+L
PROPERTIES { are not highlighted in Maroon as is the default for the other*(usually)
keywords.
In Map definition source, lines with * as the first character of the line define
CONSTANTS and those without, represent variables.
G:\RBD-EGL Class\ClassG:\RBD-EGL Class\Class
Stored Procs
Debug – Enable Hot swapping if checked, when you change the program in Debugger
mode, the code gets saved…if that is not checked, the code does not get saved.