Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How many grid rows are showing
Message
From
28/04/2008 05:54:10
 
 
To
27/04/2008 22:28:55
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01313403
Message ID:
01313439
Views:
9
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
Previous
Reply
Map
View

Click here to load this message in the networking platform