EDI |
"Edi" allows you to print processes without executing them.
Edi Process
|
Element |
Description |
Restrictions |
|
Process |
Name of the process to be printed,
in one of the following formats: |
None |
# Call of the process
editor by the "PROCESS" button
# from table
management:
Edi =[M:AMK1]TRTSTD
# Call of the process
editor via the "PROCESS" button
# from screen
management:
Local char PROGINI(10)
TRTINI = "ZZINI"
PROGINI = TRTINI +
[M:ATB0]ABRFIC
Edi =PROGINI
# Call of the process
editor (with opening of the entry window):
Edi
# Call of the
"READ" process
Edi LECTURE
# Call of the process of
the TRT directory
TRAIT =
filpath("TRT","LECTURE","")
Edi =TRAIT
"Edi" allows you to print a process without executing it.
If the process is assigned, this process will be loaded in the editor.
If the process is not assigned, a dialog box opens to allow the enry of the process, server, application, directory, and source type.
When the parameters are not assigned, default values are used:
· Server: The one on which the Adonix engine is installed
· Application: Current Application
· Directory: Directory of the TRT program sources
· Source Type: *.src
The process editor allows you to:
|
·Cut |
Ctrl + X |
|
·Copy |
Ctrl + C |
|
·Paste |
Ctrl + V |
|
|
|
|
·Calculator |
Alt + Ctrl + K |
|
·Go to the Detail |
Ctrl + G |
|
|
|
|
·Compile |
F7 |
|
·OK |
F5 |
|
Error |
Description |
|
|
|
|
|