Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Showing an Extra Record At The Bottom.
Message
From
07/01/1999 20:30:44
 
 
To
07/01/1999 20:18:31
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00173852
Message ID:
00173881
Views:
29
No deleted records. Try this.
Create a table with 2 field and add 8 records and Replace the 1st field with STR(recno())
Create a form.
In the data environment add the table.
Create the grid.

When you create the grid in the form designer go to properties of the grid and set the RecordSource to the table.
ScrollBars = 0
ColumnCount = 2
After that Resize the grid to be a little bit larger than 8 Rows. (Count them).
Run the form.
At this moment You should see all the 8 records on the grid and a little bit extra below the 8th row.
Go to the 8th row.
Push the Down Arrow.
You should see (I hope) the blank line.
Please HELP.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform