Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid
Message
From
26/10/2004 06:34:48
 
 
To
26/10/2004 04:41:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Grid
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00954475
Message ID:
00954483
Views:
13
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform