Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Locking some rows of Grid
Message
From
18/10/2005 08:23:40
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
17/10/2005 10:18:41
Sunil Kejariwal
The Software Workshop
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows 2000
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01059599
Message ID:
01059873
Views:
10
>Hi,
>
>Can I lock some rows of a grid based on some condition ?
>If yes. How ?
>
>Thanks in Advance.
>
>
>Regards

Check SetAll() in help. ie:
*BRCC
LPARAMETERS nColIndex
this.setall('Enabled',.T.)

*ARCC
LPARAMETERS nColIndex
this.setall('Enabled',employee.title='Sales')
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform