Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi-selecting the basic grid
Message
From
08/05/2007 14:37:12
 
 
To
08/05/2007 14:31:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01223529
Message ID:
01223532
Views:
16
>Hi All:
>
>Is there a way to multi-select rows in the basic VFP grid?
>
>Thanks.
>Luke

You can use DynamicbackColor property with its value depending on some field in the recordsource. For example, you may have SelectFlag field there and
Mygrid.SetAll('DynamicBackColor','IIF(mycursor.selectflag=.t.,'selectcolor','plaincolor'),'column')
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform