Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid
Message
De
26/10/2004 06:34:48
 
 
À
26/10/2004 04:41:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Grid
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00954475
Message ID:
00954483
Vues:
14
>Is it possible to have the relative row always at row no 1, i tried to do something like
>
>thisform.grid1.relativerow=1 in the scrolled event
>
>but this gives me an error, any other ideas?

a start point:
* BeforeRowColChange
LPARAMETERS nColIndex
IF m.This.RowColChange#0
     thisform.LockScreen = .T.
ENDIF
* AfterRowColChange
LPARAMETERS nColIndex
PRIVATE kr
FOR kr=2 TO m.This.RelativeRow
	=Grid::DoScroll(1)
ENDFOR
thisform.LockScreen = .F.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform