Sandra
06-26-2001, 12:32 PM
Hi Eric/Tamar,
Yeah, it is working now.
I really appreciate your valuable help
Regards
Sandra
Tamar E. Granor <> wrote:
>On 25 Jun 2001 14:53:36 -0700, "Sandra" <sandraibison@hotmail.com>
>wrote:
>
>>I am executing this code after adding every user.I am not getting any error
>>massages but grid does not appear to be sorted.
>>Any ideas ??
>>
>
>When you add a record, you need to refresh the grid (or move the
>record pointer) to have the new record appear in the right place.
>
>ThisForm.grdYourGrid.Refresh()
>
>Tamar
Yeah, it is working now.
I really appreciate your valuable help
Regards
Sandra
Tamar E. Granor <> wrote:
>On 25 Jun 2001 14:53:36 -0700, "Sandra" <sandraibison@hotmail.com>
>wrote:
>
>>I am executing this code after adding every user.I am not getting any error
>>massages but grid does not appear to be sorted.
>>Any ideas ??
>>
>
>When you add a record, you need to refresh the grid (or move the
>record pointer) to have the new record appear in the right place.
>
>ThisForm.grdYourGrid.Refresh()
>
>Tamar