New EP EXISTESPEC The purpose of this entry point is to change the default initializer in field FN9_ESPECI and then move it to field F1_ESPECIE with the initialized type found in SX5, as desired. Informações |
---|
| The examples used in this documentation are merely illustrative and have pedagogical purposes. The operation and goal of the Entry Point is of the customer's full responsibility. |
Entry Point Parameters: Parameter | Type | Description | Required | PARAMBIX[1] | Not Applicable. | Not Applicable. | No |
What the entry point must return Return | Type | Description | Required | cEspecie | Character | Return option of SX5 to initialize the field | Yes |
Example of use: Bloco de código |
---|
language | c# |
---|
theme | RDark |
---|
title | Example of rule in use |
---|
linenumbers | true |
---|
collapse | true |
---|
| #INCLUDE "PROTHEUS.CH"
User Function EXISTESPEC()
cEspecie := "SPED"
return cEspecie |
|