Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Buffering
Message
 
À
01/02/2007 14:09:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01191514
Message ID:
01191576
Vues:
9
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform