Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids 101
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00846808
Message ID:
00847209
Views:
31
Yossi,
See my answers following your questions.

Einar

>Einar:
>
>Thanks; that worked.
>
>Two Comments:
>
>The checkbox only appears if you created the cursor in the LOAD, not in the INIT. Why?

I am unable to reproduce this behaviour, i.e. I am able to create the cursor in the init and have the checkbox column show up. Make sure you try to set the recordsource for the grid to nothing before you create or alter the cursor. Example
thisform.mygrid.recordsource = ""
create curs mycurs (lYesNo L, cName C(5))
thisform.mygrid.recordsource = "mycurs"
>
>If the grid has the same number of rows as there are records in the cursor, if I press the down arrow, the top rows will disappear one by one. The only way that I have have found to avoid this behavior is to make the grid at least one full row taller than there are records, NOT a very elegant solution! Any suggestions?

I don't think I understand your problem. One reason for using a grid is because you want to display more information than you can fit on your screen i.e. so you can navigate with the scrollbars.
Maybe your problem is that your record pointer is at EOF


>
>Thanks for all the help so far,
You are welcome.

>
>Yossi
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform