Sir,

I have created a grid based on cursor say grid1.
There can be records based on certain text field say mslipno (mem variable
for slipno field in dbf).

On the basis of slipno i get the data to be displayed in the grid1.
Upto this if i find the data based on mslipno i get the data displayed in
the grid1.

Upto this everthing is fine.

But i want to display the data in the grid on the updation being done in the
table by appending the records in the same form & at the same time.

Also on double clicking the first column of the grid1 i should get the data
appering in the same form with memory variable .

I have many textbox, combobox, checkbox already created on the form for
appending as well as editing the data.

In short appended record should be displayed in the grid immediately i
update the record. As well as editing can also be done by selecting the
record from the grid.

I do not know how to read the cursor values from grid1 as i can read the
record no of the grid data say 1st record of the grid or 2nd record of the
grid.

Re: Grid Column & Row values by Stefan

Stefan
Tue Apr 22 01:33:10 CDT 2008

Hi,

> I have created a grid based on cursor say grid1.
<...>
> But i want to display the data in the grid on the updation being done in the
> table by appending the records in the same form & at the same time.

How do you create that cursor, where do the data originally
come from?
If the cursor is based on FoxPro DBF table(s), have a look
at "Parameterized Local Views" and/or "Table Buffering" in help
and in the newsgroups' archives
http://groups.google.com/advanced_search


hth
-Stefan



"Bankim Desai" <BankimDesai@discussions.microsoft.com> schrieb im Newsbeitrag
news:E9034A2B-1BD4-4819-9DFD-C50059AE4836@microsoft.com...
> Sir,
>
> I have created a grid based on cursor say grid1.
> There can be records based on certain text field say mslipno (mem variable
> for slipno field in dbf).
>
> On the basis of slipno i get the data to be displayed in the grid1.
> Upto this if i find the data based on mslipno i get the data displayed in
> the grid1.
>
> Upto this everthing is fine.
>
> But i want to display the data in the grid on the updation being done in the
> table by appending the records in the same form & at the same time.
>
> Also on double clicking the first column of the grid1 i should get the data
> appering in the same form with memory variable .
>
> I have many textbox, combobox, checkbox already created on the form for
> appending as well as editing the data.
>
> In short appended record should be displayed in the grid immediately i
> update the record. As well as editing can also be done by selecting the
> record from the grid.
>
> I do not know how to read the cursor values from grid1 as i can read the
> record no of the grid data say 1st record of the grid or 2nd record of the
> grid.
>
>
>