Subject Attn Luc: Re: [IBO] limit input in a grid
Author ronald_greven
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 02:36 PM 12/04/2005 +0200, you wrote:
>
>
> >Helen,
> >
> >you almost scared me, at least you woke me up ;-)
> >
> >Helen Borrie schrieb:
> >
> > > Luc, could you help out here with the language? - H.
> >
> >sorry, but what's the problem witht he language?
>
> For me - I don't understand what's being asked in the second
paragraph. If
> you do - could you answer it?
>
> Helen


> And if all the data is diplayed in a grid, I would like to input a
> value in this cell, press enter and the cursor is going to the
> next row to the cell, where I can write down, the next value.

Sorry, I tried to explain it, as good as I can.

Example :

Pic1 :
I input a value in Column4 (ActiveCell)
Column1, Column2, Column3 and Column5 should not be permitted
to get focus:

+----------+----------+----------+----------+----------+
| Column1 | Column2 | Column3 | Column4 | Column5 |
| Readonly | Readonly | Readonly | | Readonly |
+----------+----------+----------+----------+----------+
| Value1 | Value2 | Value3 |ActiveCell| Value4 |
+----------+----------+----------+----------+----------+
| | | | | |
+----------+----------+----------+----------+----------+

After input a value in (ActiveCell) press <enter> :
Now, the cursor should be placed in the cell below:
Pic2 :

+----------+----------+----------+----------+----------+
| Column1 | Column2 | Column3 | Column4 | Column5 |
| Readonly | Readonly | Readonly | | Readonly |
+----------+----------+----------+----------+----------+
| Value1 | Value2 | Value3 | | Value4 |
+----------+----------+----------+----------+----------+
| | | |ActiveCell| |
+----------+----------+----------+----------+----------+

I hope, this explains better, what I mean.

Many thanks

Ronni