Dawn

Thanks, so far so good.  I have done a few tests
and I think it will work.  My way worked
sometime, other times I got strange numbers.

I wish we could have the old non-true lookups
back, this new way of thinking and doing things
is giving me fits.  

What's that saying about old dogs and new tricks?

thanks again
Marc

Try 

Set var vptest text = null
Getproperty chpriceID textvalue 'vptest'
Set var vptest CURRENCY = .vptest
PROPERTY ptestid textvalue .vptest

Let me know how it works.
Dawn

-----Original Message-----
From: Marc [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 15, 2005 5:15 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - Property problems

Hi

In an effort to track down my error I have reduced the EEP to the below.
I have custnum, trdate, tran, chprice and ptest.
This eep is on Exit from chprice and I am trying to put the same number
in ptest.

If I put 2 in tran (vtran) then -$5.00 in chprice and trace this eep the
value for vptest is like 14 trillion dollars!!!  What am I doing
wrong???
Don't get me wrong I would love go get paid that much but....

Marc

 vtran = '2.' then
set var vptest currency = $0.00

      GETPROPERTY chpriceID textvalue 'vptest'

      PROPERTY ptestid textvalue .vptest endif

  RETURN

Reply via email to