Consultor Eletrônico



Kbase P15042: SmartBrowse doesn't work with calculate fields
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   07/03/2003
Status: Unverified

SYMPTOM(s):

SmartBrowse doesn't work with calculate fields

Trying to display a Calculate field in a SmartBrowse

FIX:

You need to create a place holder for the calculate field and use @ (at) in the display statement.

eg. order-line.price * order-line.qty will not work in a display stmt
but order-line.price * order-line.qty @ eprice will.