[Gambas-user] Looking for a little help with an app.

CelticBhoy weldon_gary at ...67...
Tue May 12 17:25:34 CEST 2009


OK had to change it about to this :-

PUBLIC SUB CSales_Change()
  TotalSales.Value = 0
  IF BarSales.Text <> NULL THEN TotalSales.Value = BarSales.Value /
SDiv[CheckItem.Index + 1]
  IF OSSales.Text <> NULL THEN TotalSales.Value = TotalSales.Value +
OSSales.Value
  IF OSMultiSales.Text <> NULL THEN TotalSales.Value = TotalSales.Value +
OSMultiSales.Value
END

-- 
View this message in context: http://www.nabble.com/Looking-for-a-little-help-with-an-app.-tp23480295p23504809.html
Sent from the gambas-user mailing list archive at Nabble.com.





More information about the User mailing list