Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Current row as 1st row in a grid
Message
From
11/09/1999 14:53:35
 
 
To
11/09/1999 14:31:55
George Alexander
Qatar Armed Forces
Doha, Qatar
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00263673
Message ID:
00263684
Views:
20
Hi Goerge,

>I want to know how to use this as I failed to find a way of using it

Try this instead:
thisform.lockscreen=.t.
DO WHILE This.RelativeRow<>1 and This.ActiveRow>int((This.height - This.headerheight- sysmetric(8))/This.rowheight)
	IF This.RelativeRow>1       
		This.DoScroll(1)
	ELSE       
		This.DoScroll(0)   
	ENDIF
ENDDO
thisform.lockscreen=.f.
If you take out the lock screens it looks pretty cool.
Previous
Reply
Map
View

Click here to load this message in the networking platform