Consultor Eletrônico



Kbase P98565: Color-of function returns ? for 'Black'
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/8/2004
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.x
Dynamics 2.1A

SYMPTOM(s):

Color-of function returns ? for 'Black'


The afspcolour.i include translates a readable color-name into the correct color-table number. But this does not work for Black.

CAUSE:

This is a known issue being investigated by Development

FIX:

Modify the line in the function color-of in afspcolour.i from:

RETURN IF iEntry < 1 THEN ? ELSE iEntry

To

RETURN IF iEntry < 0 THEN ? ELSE iEntry.