Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grouping a bunch of textboxes
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00154782
Message ID:
00154809
Views:
19
Tim,

a couple of options

use a container object for the controls, then in a method
PRIVATE nCnt
nCnt = 0

FOR n = 1 TO Thisform.Ctr.ControlCount
nCnt = nCnt + Thisform.Ctr.Controls[n].Value
ENDFOR
nCnt will have the SUM

Or just use an array for the control source and summ that

-Tom
-TomC
Previous
Reply
Map
View

Click here to load this message in the networking platform