Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Working with a grid
Message
De
08/06/1999 17:30:16
 
 
À
08/06/1999 17:27:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00227697
Message ID:
00227708
Vues:
19
>I want to show many values (many rows) and totals in the last row, or totals in textboxes, but showing many values of a child table.

The simplest way is to show in textboxes, by running SELECT against the table:
Select SUM(myfield1) as sum1, SUM(myfield2) as sum2 .... From ... Where... Into Cursor Mycursor
and then use cursor values to populate textboxes.
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform