Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Working with a grid
Message
From
08/06/1999 17:30:16
 
 
To
08/06/1999 17:27:55
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00227697
Message ID:
00227708
Views:
20
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform