Wild guess... PROPERTY TABLE TABLENAME 'POST'; PROPERTY TABLE TABLENAME 'REFRESH'
> -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Marc > Sent: Tuesday, April 05, 2005 8:58 AM > To: RBG7-L Mailing List > Subject: [RBG7-L] - Update row in form > > HI > > I am using an edit form and want to click a button that updates > the row in the form. This worked in 6.5 but the row in the form > does not change in 7.1. I will take a guess.... do I need to use > the property command? Getproperty? > > I know the progerty command allows us to do really neat stuff > but am I correct to assume that we need to use the Property > command to do these things that the forms use to do back in 6.5? > > Am I on the right track? > > ** this is the button EEP > UPDATE inslogb SET iamount = (iamount + (-.vchprice)), ck_num = > .vcknum,+ > lognotes = ((CTXT(.#DATE)) & .vinampd & CTXT(.vchprice) + lognotes) + > WHERE custnum = .cust# ........ > > thanks > marc
