Hi Marc
Have you thought about trying this? You could do this upon entering the next
field. Just a thought
IF (vcode = 'IPAY' ) OR vst = '4' THEN
SET VAR vptest = $0.00
ELSE
GETPROPERTY <FIELDid> TEXTVALUE 'Vptest'
PROPERTY <FIELDid> TEXTVALUE .vPTEST
ENDIF
Fran Yount
[EMAIL PROTECTED]
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of Marc
Sent: Tuesday, February 15, 2005 8:22 AM
To: RBG7-L Mailing List
Subject: [RBG7-L] - RBTI_FORM_COLVALUE
Hi all
I am getting closer to getting my form working correctly but I am
having a problem with RBTI_FORM_COLVALUE.
I have 2 currency columns, the first one is ch_price the second
one is Ptest.
I want to use the property command to set the 2nd column =
to ch_price sometimes or $0.00 depending on other values.
But when I trace the eep RBTI_FORM_COLVALUE never
get the value of ch_price. This eep is on Exit from ch_price.
IF (vcode = 'IPAY' ) OR vst = '4' THEN
SET VAR vptest = $0.00
ELSE
SET VAR vptest = .RBTI_FORM_COLVALUE
ENDIF
PROPERTY ptestID textvalue .vptest
Thanks
marc