Consultor Eletrônico



Kbase P16780: Error "Calculated Field <FieldName> must be edited" using Report Builder Runtime Engine
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   31/12/2004
Status: Unverified

FACT(s) (Environment):

Windows

SYMPTOM(s):

Report Builder

Error when calling a report via 4GL

Calculated field <FieldName> must be edited

Using the Report Builder Runtime Engine

Report contains calculated fields and user-defined functions

No error generated when running report in the Report Builder Designer mode

CAUSE:

This error may be caused by any of following causes:
1. PRORB.UDF file is not on the same machine where Report Builder is running.
2. The location of the PRORB.UDF is not properly specified.
3. PRORB.UDF file is the wrong PRORB.UDF file.
4. PRORB.UDF code page is not the same as the code page of the currentsession.
5. A calculated numeric field exceeds 15 digits.

FIX:

Make sure that:

1. A current copy of the PRORB.UDF file is on the same machine where the Report Engine is running and that you are not using an outdated old copy of the file.

2. A current copy of the PRORB.UDF file is available in DLC\Bin, the working directory or the custom location specified in the UDFDirectory parameter (see step 3).

3. The UDFDirectory is properly specified. This may be done via a PROGRESS.INI file, a RBSTARTUP.PF file or the System Registry.

4. The code page of the PRORB.UDF is the same as the code page for the session.

5. No calculated numeric field exceeds 15 digits.