Products Downloads


French version


 

 

      

VADELIA

      

      

MADELIA

 

(I) (C)

 

 

(I) (C)

 

Section for use

All

 

Syntax

BEGIN_STD_RAD BookmarkName

 

Description

This marks the beginning of the source code in which any instructions generated during RAD development are defined instead of the instruction INSERT_STD_RAD BookmarkName.

 

Example

In the DECL block of a RAD template source:

INSERT_STD_RAD DECL_PGM /* Insertion bookmark of variable declaration for the RAD development.

 

In the source of a program built by the RAD wizard from the template:

BEGIN_STD_RAD DECL_PGM

/* Definition of the work variables

ALPHA(15) MODE

NUM_BIN_2 ANSWER_MSG

NUM_E(15,0) SQL_RET_CODE

/* Definition of the list loading

LOADING LDG_RADORDER ...

/* Definition of combo boxes loadings

LOADING LDG_RADCUSTOMER ...

END_STD_RAD DECL_PGM

 

↑ Top of page


  • Aucune étiquette