I just noticed that RBTI_FORM_COLVALUE
gets its value after leaving the field.  I will try to
move my eep to Ptest, the second field and see
if it works.

sorry to jump the gun

Marc


> 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
> 
> 

Reply via email to