Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating totals in views.
Message
De
29/01/2001 09:57:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Creating totals in views.
Divers
Thread ID:
00469681
Message ID:
00469681
Vues:
32
I have a view that has a column I want summed.(optimistic table buffering)

I can use the CALCULATE SUM(.... command on it ok but I am trying to avoid its use because it moves the record pointer causing problems in a grid on my form.

If I do a SELECT SUM(..... on the view I get the wrong result because it does not include uncomitted records. (I do not want to commit the records because I have a cancel button the uses TABLEREVERT)

Is there a way of doing a SELECT from a view that does not insist on using only committed records.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform