Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PageFrame with Grid and SUM total
Message
From
04/03/2000 18:45:54
 
 
To
04/03/2000 18:11:42
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00341750
Message ID:
00341771
Views:
31
>The Grid is not editable...

Ok, then put this in the textbox.Init()

local lnRec, lnWA
lnWA = select()
select MyTable
lnRec = recno()

sum quant * price to lnTotal

go (lnRec)
select (lnWA)

This.Value = lnTotal


Make sure to use your table's alias instead of MyTable.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform