Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Buffering
Message
 
To
01/02/2007 14:09:30
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01191514
Message ID:
01191576
Views:
10
>I know, I originally had it set to 3 and then changed it to 5. I just haven't cleaned up my comments yet (I want to get it working first) shame on me.
>
>Your suggested code does not produce an error. A browse of the cursor shows the values in the cursor but they are not getting to the original table.

And those changes will never get to the original table until you do something to put them there. Your code is setting the rowsource of the grid to a query that produces a cursor that is NOT a view and is not set up for any automatic updating of the source table(s). You either need to create an updatable view in a database and use that as rowsource for the grid or you need to write code that updates the source tables based on the cursor's data.
Previous
Reply
Map
View

Click here to load this message in the networking platform