POPUP translating data??? (AREV Specific)
At 14 APR 1998 05:19:18PM Mike Marling wrote:
- ARev 3.x not networked
- A table has a POPUP
- A row in the table contains a value of hex 18
- A symbolic is used in this manner
CV=@RECORD@ANS=SEQ(CV)(there is a bit more to it than that but this does make my point)- RList prints 18
- POPUP prints 32 Why? and how can I stop this??
Thanks a bunch…Mike.
At 15 APR 1998 01:02PM abjones wrote:
@RECORD is a global variable that is being re-assigned
between the time the desired record is read and the
routine to extract your data.