Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determine if grid is empty not using recno
Message
De
11/08/2005 18:16:56
 
 
À
11/08/2005 14:21:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01040343
Message ID:
01040450
Vues:
14
This message has been marked as a message which has helped to the initial question of the thread.
>Is there another way to determine if a grid is empty with zero rows (no records) without using EOF() on the recordsource of the grid?

try
* save ActiveControl
thisform.grid1.SetFocus
? "Is empty ",EMPTY(thisform.grid1.RelativeRow)
* restore ActiveControl
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform