Subject | Re: Refreshing One record |
---|---|
Author | Eric Handbury |
Post date | 2002-12-04T03:55:10Z |
--- In IBObjects@y..., Sandeep Chandra <sandeep@c...> wrote:
Eric.
> I have form with grid on it. The user selects a record which hewants 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 inthe
> grid which the user has modified. How do I do it?Use: Dataset->InvalidateRowNum(Dataset->RecNo);
Eric.