its an error about calculating
Looks like this one ?
Investigate
i tried too much on it i even changed it to text, i put 0 for all texts to not to get the error but still getting it !, i changed the or to and and still getting the error
when adding a num and then press x its showing the error
can i eliminate the user when press removing to not to be a blank at least 1on the keyboard?
see the first example
Taifun
Before comparing make sure, the textboxes are not empty....
This also is called data validation
Taifun
am adding to their text as 0 and they will be changed due to the user choosing whatever taxt or van and inside the city or outside, that all my equations in so i wanna just add a global for all these texts to not to get the error
Why not checking for empty string before doing something?
If is empty myTextbox.Text
Then "please enter a value"
Else continue with your blocks
Taifun
thanks so much i put it and i found an error i put no people in the spinner as empty as well so its working now
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.