Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report form to file ascii
Message
 
To
28/01/2000 14:42:53
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00323789
Message ID:
00325124
Views:
29
>>I guess doing the totals myself, in addition to a list, requires TWO scan statements.
>
>
>lcOutput = ""
>lnTotal = 0
>SCAN
>	lcOutput = lcOutput + SomeField + ": " + STR(SomeNumericField) + CHR(13)
>	lnTotal = lnTotal + SomeNumericField
>ENDSCAN
>
>lcOutput = lcOutput + "Total: " + ALLTRIM(STR(lnTotal))
>
>
Well I guess you took care of that, Does 2 operations in this scan take a performance hit?
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform