Products Downloads


French version


 

 

ADELIA

      

      

      

      

(I)

 

 

 

 

 

Section for use

End of SFTKYS_PROCESS section

 

Syntax

END_SFTKYS_PROC

 

Description

This instruction marks the end of a softkey processing section.

The transaction is then displayed again automatically.

 

It must be preceded by the SFTKYS_PROCESS instruction.

Every END_SFTKYS_PROC instruction must have a corresponding SFTKYS_PROCESS instruction.

 

Example

SFTKYS_PROCESS 02

*

* Prompt functions for transaction 2

*

SFTKY ZZ_CUST_CODE

* F4 to select customers

CALL CUSTOMER_WDW ZZ_CUST_CODE

END_SFTKY

*

SFTKY ZZ_CUST_CODE 01

* F1 to display help on customer code

W_MEMBER_NAME = 'CUSTCODE'

CALL FLD_LVL_HELP W_MEMBER_NAME

END_SFTKY

*

SFTKY ZZ_ITEM_CODE

* F4 to select items

CALL ITEM_WDW ZZ_ITEM_CODE

END_SFTKY

*

* Error message SFT0002 if cursor is not in correct location

SEND_MSG SFT0002

END_SFTKYS_PROC

 

See also the list of 4GL instructions by topic

↑ Top of page


  • Aucune étiquette