Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trouble with SQL against an altered parameterized view
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Trouble with SQL against an altered parameterized view
Miscellaneous
Thread ID:
00091412
Message ID:
00091412
Views:
53
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
Next
Reply
Map
View

Click here to load this message in the networking platform