Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controlling grids
Message
From
28/05/1998 13:01:03
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00102792
Message ID:
00102794
Views:
38
>Hello All:
>I have a grid that has many more records that can be seen on the
>grid. When the user interacts with the grid, they will select
>a number of records that they want processed. Most likely they
>will end up on the last record. At which point they will selct the command button to start processing the selected records.
>
>What I am trying to do is to have the top record shown on the
>grid to be the record currently being processed. How do I get the pointer on the grid to move "automatically" acccording to the
>code.
>
>Thanks
Use doscroll method of grid.
do while !this.relativerow=1
this.doscroll(up) && Must be 0
enddo
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform