Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access to Grid Cell
Message
From
29/04/1998 15:50:53
 
 
To
29/04/1998 15:42:04
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00095766
Message ID:
00095777
Views:
17
>>>How can I access a cell in a grid? I have some codes at form level, in which I need to assign a value to some cells in a grid. I can use thisform.ActiveControl.Collumns(i).Controls(2) to get to the collumn. But how can I go further to get to the cell?
>>>
>>>Thanks in advance.
>>
>>You can use Grid.ActiveRow and .ActiveColumn properties.
>>
>>Nick
>
>Yes, I can get active Row and Column numbers. But how can I address the active cell in the code?

Probably, you should look at this from another angle. If you want to change value in some grid cell, then you should go first to Grid.Recordsource, change field value there and say Grid.Refresh to get it in cell.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform