Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GrdList
Message
De
14/08/2003 09:47:42
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
 
 
À
14/08/2003 09:25:56
John Vlahos
V I Software Solutions Design
Mississauga, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00819875
Message ID:
00820108
Vues:
24
Hi

You can put code in when event of grid to add a new record if there is no records in view.
Works with mouse click on empty grid too
if eof('view_alias')    &&or reccount()=0
	appe blank
	replace ...
	this.refresh()
endif
>Thanks for your help. I haven't fooled around with grids as much as I would like to, thanks for your help.
>
>If the view in the grid is empty how can I add a new record and make it work like if the view was not empty?
>
>The downarrow will not add a record to an empty grid, but it will if the grid was not empty to start with.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform