Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trouble with SQL against an altered parameterized view
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Trouble with SQL against an altered parameterized view
Divers
Thread ID:
00091412
Message ID:
00091412
Vues:
54
I've got an updateable parameterized view of child records, in a form with the DE of the view set to Optimistic Table Buffering. As they edit the rows and move from one row to another I want to update some summary information that appears on the bottom of the form. The edits have not yet been committed with tableupdate(), so they have an undo capability. But doing a select sum( nQuantity ) from windowsedit into array laWindow doesn't ever show the effect of the current edits in the view.

On the other hand good old fashioned scan code:
this.mnWindowCount = 0
scan
   this.mnWindowCount = this.mnWindowCount + nQuantity
endscan


Works just great. Can someone explain me why?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform