Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create Automatic Summary txt_item of Grid's column??
Message
From
08/10/1998 19:53:35
 
 
To
08/10/1998 19:03:28
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00145264
Message ID:
00145292
Views:
24
>I what to know who to do a Automatic
>sumary item of grid´s column
>
>Help me!
>
>Thank you!!

You have to do this manually b summing the amounts in the fields that the grid isbased on.

Put a textbox below the grid and in the textbox's refresh():

lcOldSetTalk = SET('Talk')
SUM myfield TO lnSumVar

THIS.Value lnSumVar

SET TALK &lcOldSetTalk
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform