Consultor Eletrônico



Kbase P119285: In the Beta version of 10.1B, generating code from a T4BL diagram can set a fields initial value inc
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/07/2007
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.1B1B

SYMPTOM(s):

In the Beta version of 10.1B, generating code from a T4BL diagram can set a fields initial value incorrectly.

The initial value of logical field defined with a format of "Ja/Nee" and an initial value of "Ja" is generated as:


FIELD ActiefJn AS LOGICAL LABEL "Actief" FORMAT "Ja/Nee" INITIAL Ja

Logical fields in a Tools for Business logic diagram that have a non standard initial value are generated incorrectly.

The generated field should have an initial value of "Ja" or TRUE, but not simply Ja.

CAUSE:

This is a known issue being investigated by Development

FIX:

Modify the generated include file to have the correct syntax.