Entry points > Module Geode GX > Standard script INPADRM 

ADRINMBEF: before standard addressing

This entry point is called before standard addressing of an input movement.

It is used to prohibit standard addressing to carry out a specific one.

Context and operating method

After this entry point, varible GPE is tested. Position GPE to 1 so as not to perform the standard addressing for direct input movements.

Transaction

There is a transaction in progress if the addressing is launched as a simulation in function INPADRM, i.e. if PREM=2  & instr(1,[L]OPT,‘O’).

There is no transaction in progress if the addressing is launched in real mode or via function GESINM.

Available tables and variables

INPNUM is the number of the direct entry of the movement to be addressed in environment ([V]GFCY,[V]GDEP)

INPLIN is the direct input line number of the movement to be addressed in environment ([V]GFCY,[V]GDEP)

MVTNUM is the number of the input movement to be addressed in environment ([V]GFCY,[V]GDEP)

Table INPUTM is open

Table INPUTH is open and entered.

ADRINMAFT: after standard or specific addressing

This entry point is called after manual, standard or specific addressing of an input movement.

Context and operating method

After this entry point, variables GOK and GPE are not tested.

Transaction

There is a transaction in progress if the addressing is launched as a simulation in function INPADRM, i.e. if PREM=2  & instr(1,[L]OPT,‘O’).

There is no transaction in progress if the addressing is launched in real mode or via function GESINM.

Available tables and variables

INPNUM is the number of the direct entry of the movement to be addressed in environment ([V]GFCY,[V]GDEP)

INPLIN is the direct input line number of the movement to be addressed in environment ([V]GFCY,[V]GDEP)

MVTNUM is the number of the input movement to be addressed in environment ([V]GFCY,[V]GDEP)

Table INPUTM is open

Table INPUTH is open and entered.