On May 7, 3:44=EF=BF=BDpm, "RandyBosma via DBMonster.com" <u17281@[EMAIL PROTECTED]
>
wrot=
e:
> No such free-form is possible in VFP. =A0Grids need to be bound to
someth=
ing to
> work. =A0Create a cursor or table to as a place to tem****arily store the
=
data
> before the code called by the Save Button copies it to the permanent
stor=
age
> place.
>
> shah wrote:
> >As mentioned earlier I am a newbie to VFP.
>
> >In a grid control (it is not bound to any table), I want the customer
> >to populate as many rows as needed. When they click on the 'Save'
> >buttoon - I want to save all the data that is typed in all the rows to
> >be saved into a table.
>
> >How do I refer, to say, the text in 5th row, 1st column?
>
> >Is such 'free form' possible in VFP? Or how can I achieve such
> >functionality.?
>
> --
> Message posted viahttp://www.dbmonster.com
Thanks.
If I want to refer to say the fifth row, 3rd column - is there a
function like Grid_index or rowno() etc.


|