Consultor Eletrônico



Kbase P24194: How to convert to upper case all the fields values in a Smar
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/29/2003
Status: Unverified

GOAL:

How to convert to upper case all the fields values in a SmartDataViewer when the record is saved

FACT(s) (Environment):

Progress 9.1x

FIX:

Override the collectChanges procedure in the viewer and add the following line after the RUN SUPER. statement.

ASSIGN pcChanges = CAPS(pcChanges).