Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
we have talked about this problem before, if i use combobox or listbox, I can't sum these amounts .
lnTotal = 0
FOR lnI = 1 TO thisform.List1.ListCount
lnTotal = lnTotal + thisform.List1.List(lnI)
ENDFOR
thisform.TotalLabel.Caption = TRANSFORM(lnTotal)