Subject | RE: [IBO] value of IB_Grid Cell |
---|---|
Author | Claudio Valderrama C. |
Post date | 2001-01-06T03:44:52Z |
Call the UpdateRecord method of the associated dataset. This will make the
buffer current.
C.
buffer current.
C.
> -----Original Message-----
> From: Christian [mailto:stahlberger@...]
> Sent: Viernes 5 de Enero de 2001 18:47
> To: IBObjects@egroups.com
> Subject: [IBO] value of IB_Grid Cell
>
>
> i would like to get the value of a IB_Grid-cell in the keyup or -down
> event immediately after input & leaving the cell.
>
> if key = VK_RETURN then
> begin
> label1.Caption := GridPOS.SelectedField.asstring;
> end;
>
> this works only by the second VK_RETURN.
> on the first VK_RETURN GridPOS.SelectedField.asstring is empty.
> how is the right way to get the value?
>
> thanks in advance christian.
>
>
>
>
>
>