Consultor Eletrônico



Kbase P15297: How to assign TIME format to column in Webpeed Report wizard
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/18/2003
Status: Unverified

GOAL:

How to assign TIME format to column in Webpeed Report wizard

FACT(s) (Environment):

WebSpeed 3.1x

CAUSE:

The Wizard uses the adm files stored in %DLC%\src\web2.

CAUSE:

When creating the report, assignColumnFormat tries to assign the format to the buffer-field object and this object does not allow HH:MM:SS as a format for the column.

FIX:

- Create an SDO against the table which has the time field (stored as an
integer) and add a calculated field with the following expression :
STRING(RowObject.timefield,"HH:MM:SS")
- Create the report against the SDO and add the calculated field which
should display the right format.