How can correct this message not to appear?


The text of TextBox1 is empty.

Apart from checking (ticking) the NumbersOnly property of TextBox1 in the Designer, in your code, before you handle math operations with the TextBox, you should ensure that the text of TextBox1 is a number. Empty texts are not numbers. Change the text to 0 if it is not a number, then do the calculations.

1 Like

Gordon_Lu : it’s already 0 & Number.

No.

Screenshot_2023-05-25-06-43-57-718_com.android.chrome-edit

Add all textbox text 0

That’s what I said…

:sweat_smile: sorry i didn’t see him

Not Succeed



Not Succeed!



load data through a timer. Your data is not loading.

It’s just an arithmetic that starts after selecting an Element from spinner’s Elements … it doesn’t need time.

Add if condition not = textbox text empty
SmartSelect_20230525_175730_Firefox

Where do I put this block before or after the equation?

Add this block before

And see your block you use selection :roll_eyes:

** :clap:** sucecessss thank you ** :clap:**

This post was flagged by the community and is temporarily hidden.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.