Consultor Eletrônico



Kbase P10216: 4GL. Is it possible to hardcode decimal values or Dates in European Format.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/12/2003
Status: Unverified

GOAL:

4GL. Is it possible to hardcode decimal values or Dates in European Format.

GOAL:

PREPARE syntax is: {FOR | PRESELECT} EACH OF.. WHERE ... etc". (7324)

CAUSE:

for each customer where balance >= 507,999: --> Incorrect Syntax.

FIX:

You will always have in developement mode to enter the HARDCODED decimal values in America Format, the same applies for the dates, they have to be in america format when hardcoded.

for each customer where balance >= 507.999: --> correct syntax.