Subject Re: [IBO] Before Post
Author Jason Wharton
Use a separate query and check the values of it with the old values of the
columns to be posted.
I think it is easier to use a trigger to increment a "generation" ID on a
record. That way if a user changes something and you have the generation ID
as a part of the key, IBO can detect the change and refuse them the ability
to post the record.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <kjteng@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, June 05, 2001 11:48 PM
Subject: [IBO] Before Post


> How do I check if the data in a row/field has been changed by other
> user since the last refresh (I want to check this before I calling
> post method)
> Thanks.
>