Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Display
Message
 
 
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:
00793772
Views:
23
This.RecordSource = ""
select ... from table into cursor MyFile
This.RecordSource = "MyFile"
go top in MyFile

>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?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform