Hi Frank and Larry I will use the GetProperty command. I just say the RBTI_FORM_COLVALUE and figured it was the easiest way.
Thanks Marc ----- Original Message ----- From: "Fran Yount" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Tuesday, February 15, 2005 9:50 AM Subject: [RBG7-L] - RE: RBTI_FORM_COLVALUE > 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 > >
