Kbase P141579: Error 4824 from RAW-TRANSFER statement
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/18/2010 |
|
Status: Unverified
SYMPTOM(s):
Error 4824 from RAW-TRANSFER statement
RAW-TRANSFER <buffer> TO vRAW.
Field '<field-name>' referenced in RAW-TRANSFER must be of type RAW. (4824)
FACT(s) (Environment):
OpenEdge 10.1B
All Supported Operating Systems
OpenEdge Category: Language (4GL/ABL)
CAUSE:
When using RAW-TRANSFER to transfer the content of a buffer the BUFFER keyword is mandatory in order to prevent ambiguity in the statement.
FIX:
Use the keyword BUFFER within the RAW-TRANSFER statement
Example: RAW-TRANSFER BUFFER customer TO vRAW.