PROPERTY TABLE inslogb 'REFRESH' will refresh the rows with the updated
data from your table.

-----Original Message-----
From: Marc [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 05, 2005 9: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

Reply via email to