Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Highlight Problem in a grid
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01227011
Message ID:
01360565
Views:
37
Hello NAOMI,

Did you tried ?

I placed your code in grid of Nick in WHEN and /or AfterRowColChange but Not Succes ?

A idea ?

Good evening

bernhart


>>Bonjour Naomi,
>>
>>
>>I look the method AfterRowColChange
>>Occurs when the user moves to another row or column in the Grid, after the new cell gets the focus, and after the When event of the object in the new row or column. The AfterRowColChange event doesn't fire unless the When event of the object in the new row or column returns true (.T.).
>>
>>
>>I try this code in my when grid method
>>
>>IF MOD( RECNO() , 2 ) = 0
>>RETURN .T.
>>ELSE
>>RETURN .F.
>>ENDIF
>>
>>The complete grid is read only !
>>
>>Can you give me a sample please ?
>>
>>bernhart
>>
>
>
>Try in this method
>
>this.ReadOnly = mod(recno(),2) = 0
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform