Kbase P10021: Can I use raw-tranfer to encode data into a temp-table
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/17/2004 |
|
Status: Unverified
GOAL:
Can I use raw-transfer to encode data from a temp-table to be used as a checksum from a webpage to another
FIX:
Use url-encode function when a RAW objects is passed to the query string into a link.
Here is an example:
DEF VAR vr AS RAW.
FIND FIRST customer NO-LOCK NO-ERROR.
RAW-TRANSFER customer TO vr.
{&out} ' '
'Link text here'
' '.