Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to enable just one row on grid
Message
 
To
05/11/2000 19:16:47
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00438157
Message ID:
00438193
Views:
11
Just like Cetin wrote you have to put the setall command in the AfterRowColChange Method of the grid
(this method fired once you change between rows or columns)

HTH
Ariel Gimenez

>>How to enable just one row on grid?
>
>* AfterRowColChange
>this.Setall('Enabled',llCondition)
>Cetin

Hello Cetin

The row grid is initially disabled and I have tried this
Thisform.pageframe1.page1.ackgrid.setall('enabled',IIF(RECNO('vwconsigna')<0,.t.,.f.))

The command before is executed in the click method of command button. The result is that all rows are enabled.

What is wrong?

Ariel Gimenez

our power is our knowledge

Previous
Reply
Map
View

Click here to load this message in the networking platform