Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Blank lines appear when scrolling to the bottom of the g
Message
From
21/10/2004 17:42:06
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
 
To
21/10/2004 13:51:02
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00953419
Message ID:
00953524
Views:
16
Hi Vim,
Try this.
USE SomeTable
BROWSE NAME Grid
Grid.Columns[1].BackColor = 0
Grid.Columns[1].DynamicBackColor = "16777215"
Grid.GridLineColor = 0
This will show the lines that aren't really records as a solid black.

>I have a grid that is populated using a "select * into cursor xyz". if the user scrolls down to the bottom of the grid, blank lines appear at the bottom. these are not blank records, just blank lines.
>
>see this screen shot - http://www.vimware.com/grid.jpg
>
>"jay mack" is the bottom record. is there a way to force the bottom record in the grid to be "jay mack" such that the blank lines do not appear when the user scrolls down?
>
>the client only wants blank lines to appear if there are say 15 records in the cursor and the grid displays 20 records. in that case 5 blank lines would appear at the bottom.
>
>thanks,
>
>vim
Charlie
Previous
Reply
Map
View

Click here to load this message in the networking platform