Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
To get value grid checkbox without column
Message
 
 
To
08/06/2010 10:54:04
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01467896
Message ID:
01467918
Views:
41
>I dont have the logical column in the table.
>The grid checkbox column is temp for the query.
>>>Hi
>>>Help please
>>>
>>>I have grid that record source is (alias of) table .
>>>I added on the grid another column for checkbox (recordsource="",sparse=.f.).
>>>
>>>How can I run somethings like "select * from myaliastable where grid.colcheckbox=1"?
>>>
>>>Tnx
>>
>>
llValue=yourgrid.column9.colcheckbox.value
>>Select * from yourtable where yourfield=llValue
select *, .F. as Checked from myTable into cursor csrGrid readwrite

And use this cursor as grid's recordsource.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform