Consultor Eletrônico



Kbase P135832: The Substitute function does not properly substitute rowids
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/10/2008
Status: Unverified

SYMPTOM(s):

The Substitute function does not properly substitute rowids

Passing a rowid to the Substitute function corrupts the base-string.

FACT(s) (Environment):

UNIX
Windows
OpenEdge 10.x

CAUSE:

Bug# OE00176098

FIX:

Use a string function to convert the rowid
Example: SUBSTITUTE("Place rowid here &1", STRING(MyRowId)).