"Randy Day" <ruthal.TakeThisOut@sasktel.nex> wrote in message
news:111hc9s2b527582@corp.supernews.com...
> Ant wrote:
>> I've managed to set up an MSHFlexGrid and store it with data from an
>> Access DB successfully.
>>
>> What I'm trying to do is retrieve data from a selected row but I'm not
>> sure what methods I need to call to get this data.
>>
>> Can anyone tell me how to do this or point me to documentation that shows
>> how to.
>
> You mean like this?
>
> '<row number> refers to the row you've selected
> for x= 0 to mshGrid1.cols - 1
> CellData = mshGrid1.textmatrix(<row number>,x)
> next x
I have another question, do you know how to get the value of the row that
has been selected by the user, I went through trying all the
methods/attributes beginning with row but kept getting invalid property
errors?<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Retrieving data from a MSHFlexGrid