Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Just want to add a record to a grid
Message
 
To
20/06/1999 22:40:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00231981
Message ID:
00231983
Views:
11
>All I want to do is add (and go to) a blank record once I reach the end of the row in a grid.
>
>I can get the grid to add a line, but control still stays on the line above. What do??
>
>Randy
Randy,

Try beforerowcolumnchange() something like this:

if eof()
append blank
go bottom
thisform.refresh()
endif
Previous
Reply
Map
View

Click here to load this message in the networking platform