Kbase P101940: Quoter function does not convert ROWID
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/03/2005 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
OpenEdge 10.0x
SYMPTOM(s):
Quoter function does not convert ROWID
Using the quoter function with ROWID always return a blank value ("")
CAUSE:
This is a known issue being investigated by development.
FIX:
As a workaround, use the string function on the ROWID first:
FIND FIRST customer.
MESSAGE QUOTER(STRING(ROWID(customer))).