EDI

Contents


"Edi" allows you to print processes without executing them.

Syntax

Edi Process

 

Parameters

Element

Description

Restrictions

Process

Name of the process to be printed, in one of the following formats:
Object Name
= Expression
The result of the expression is a process name. It can be given by an absolute path.

None



The expression must be alphanumeric.

 

Examples

      # 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

 

Description and Comments

"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

 

Remarks

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

 

Associated Errors

Error

Description

 

 

 

Associated Keywords

Pmt - Call - Run

 


Contents


Copyright © Sage 1999 - 2007