Consultor Eletrônico



Kbase P19056: How to display time(int) field in a browser with HH:MM format?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/5/2010
Status: Verified

GOAL:

How to display time(int) field in a browser with HH:MM format?

GOAL:

Can I display a time string in a BROWSE widget?

FACT(s) (Environment):

All Supported Operating Systems
Progress 8.x
Progress 9.x
OpenEdge 10.x

FIX:

Define a calculated field as STRING( time-field, "HH:MM" ).

e.g.
DEFINE BROWSE <browse-name> QUERY <query-name>
DISPLAY STRING(<time-field>,"HH:MM")
....