imgsimonebiliato Well-Known Member Licensed User Longtime User Jul 6, 2012 #1 Hi guys, the application go to error, if I write: If qta1.Text < qta2.Text Then Msgbox ( "Q.tà cassone > Q.tà commessa", "Error" ) Return End If Why? The two texts, can contain only number.
Hi guys, the application go to error, if I write: If qta1.Text < qta2.Text Then Msgbox ( "Q.tà cassone > Q.tà commessa", "Error" ) Return End If Why? The two texts, can contain only number.
klaus Expert Licensed User Longtime User Jul 6, 2012 #2 What error do you get ? Are you sure that there are really only numbers in the EditText.Text properties. An empty property will raise an error. Best regards. Upvote 0
What error do you get ? Are you sure that there are really only numbers in the EditText.Text properties. An empty property will raise an error. Best regards.
imgsimonebiliato Well-Known Member Licensed User Longtime User Jul 6, 2012 #3 Thnks, I solved :sign0161: Upvote 0