Subject Re: Refreshing One record
Author Eric Handbury
--- In IBObjects@y..., Sandeep Chandra <sandeep@c...> wrote:
> I have form with grid on it. The user selects a record which he
wants to
> edit and I display another form on which he can modify the record.
When
> the user closes the edit form I want to refresh only one record in
the
> grid which the user has modified. How do I do it?

Use: Dataset->InvalidateRowNum(Dataset->RecNo);

Eric.