At 11:33 AM 10/3/2008, Jan Barley wrote:

Guess I'm still a little confused on the difference between POST
and UPDATE!

Jan B.,

Here you go ...

PROPERTY TABLE <FORMTABLENAME> 'POST'

PROPERTY TABLE ... POST writes a modified record to the database.

PROPERTY TABLE <FormTableName> 'UPDATE'

PROPERTY TABLE ... UPDATE command pushes the control buffer data
to the virtual (form) buffer. This should be followed by SAVEROW
command that will write to the underlying record set.

Example:

PROPERTY TABLE <FormTableName> 'UPDATE'
SAVEROW
RETURN

Very Best R:egards,

Razzak.


Reply via email to