Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox Collections - Programing
Message
From
05/12/2006 06:55:07
 
 
To
29/11/2006 12:56:55
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01173150
Message ID:
01174869
Views:
7
a new question

This AdvancedList is brilliant Glad we bought it

I think I understand about the SelectedIndex will look at it further

i am using selected index for the footer.
I want to include some variables in the footer. I am summing them outside of Advanced List

One is called nRow and shows the nimber of items in the list
Another is a total if the qty's in that list.

My first thoughht is to use variables but maybe you can get totals in the Advanced List

How would you do this


The code i am using in a list box is as follows
string cPickFaceTotal = (dOnHand - nTotal).ToString();
listBox1.Items.Add("Total pallets Found:     " + nRows.ToString());
listBox1.Items.Add("Total stock per Journal: " + dOnHand.ToString());
listBox1.Items.Add("Total stock per Pallets: " + nTotal.ToString());
listBox1.Items.Add("Pickface Location:       " + cPosLoc);
listBox1.Items.Add("Approx qty at Pickface:  " + cPickFaceTotal);
Thanks


Richard
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform