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:39:38
 
 
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:
00263679
Views:
26
Hi Goerge,

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

Try:
DO WHILE This.RelativeRow<>1
   IF This.RelativeRow>1
       This.DoScroll(0)
   ELSE
       This.DoScroll(1)
   ENDIF
ENDDO
I think the Grid has to have focus for this to work.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform