Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How many grid rows are showing
Message
De
28/04/2008 05:54:10
 
 
À
27/04/2008 22:28:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01313403
Message ID:
01313439
Vues:
11
I thought that one of the PEM in a grid indicated how many rows to show when it opens??
WITH This
  *** Calculate the maximum number of rows in the grid
  lnMaxRows = INT( ( .Height - .HeaderHeight - ;
	IIF( INLIST( .ScrollBars, 1, 3 ),;
	 SYSMETRIC( 8 ), 0 ) ) / .RowHeight )
ENDWITH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform