Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Display
Message
From
29/05/2003 06:16:19
 
 
To
28/05/2003 19:59:34
John Tomblin
Service Station Systems, Inc.
San Jose, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00793755
Message ID:
00793846
Views:
27
Hi,

Just make sure that:

GO TOP IN
ThisForm.MyGrid.Setfocus()

That should do the trick!

HTH

Dennis

>When my form comes up the grid on it displays only the last record of the cursor it is based upon. The user has to scroll up to see the other records.
>Is there a way to make it be on the top record instead of the bottom record?
>
>The Init method of the grid says:
> This.RecordSource = ""
> select ... from table into cursor MyFile
> go top
> This.RecordSource = "MyFile"
> This.Value = 1
>
>Any ideas?
Previous
Reply
Map
View

Click here to load this message in the networking platform