Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why is my Grid showing up completely blank??
Message
From
21/03/1998 23:26:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Why is my Grid showing up completely blank??
Miscellaneous
Thread ID:
00086238
Message ID:
00086238
Views:
64
Hi, I have a grid that in which I have the columncount set to 2, I have a checkbox in the second column. I've followed the manual as near as I can tell in setting this up with the checkbox inside column to and setting the currentcontrol property of the column to the checkbox. My problem is that the grid appears completely blank when I run the form. No grid lines or anything. What am I missing here?

In the init event of the form I have the following:


use (alltrim(gcUSADTDIR) + alltrim(files.path_name) + "cust") alias cust

&& (I know the above table is getting opened correctly)


thisform.custgrid.recordsourcetype=4
thisform.custgrid.recordsource = "sele name, cust_no, .f. AS bSelected from cust order by name into cursor temp"
thisform.custgrid.column1.controlsource="Name"
thisform.custgrid.column2.controlsource="bSelected"


-Rick
Next
Reply
Map
View

Click here to load this message in the networking platform