Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loosing grid configuration
Message
From
21/07/1999 13:40:24
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00244242
Message ID:
00244256
Views:
17
>Yes, that's what I understood but it's not working, I guess it used to work but I just installed Service Pack 3, there might be some changes in behavor, or either I'm doing something wrong!
>

It doesn't work that way, atleast not in my tests.

What I had to do was to issue a:
"SELECT * FROM table WHERE .F. INTO CURSOR curTemp"
to create a empty cursor with the same structure as the table populating the grid. Then use the cursor as the recordsource whenever you are operating on the table. Assign it back to the table name when you are done.

Hope this helps..
Michael
Previous
Reply
Map
View

Click here to load this message in the networking platform