Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Current row as 1st row in a grid
Message
De
11/09/1999 14:53:35
 
 
À
11/09/1999 14:31:55
George Alexander
Qatar Armed Forces
Doha, Qatar
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00263673
Message ID:
00263684
Vues:
21
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform