Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Just want to add a record to a grid
Message
 
À
20/06/1999 22:40:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00231981
Message ID:
00231983
Vues:
12
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform