Compare value and display result, and create PDF


i need to compare the value i have entered in ACI textbox with the value in the ACV label and display result as ok and not ok. is this correct

2 Likes

Looks OK, but you need to be certain that you are comparing like for like. A pasted symbol in your text block ?

1 Like

But the output not yet came

1 Like

I pasted infinity symbol...thats the value i've to compare. For exampe if i'm entering number '3' that doesn't equals to 'infinity' then the result box should display "NOT OK"

where should i make correction

1 Like

You could try using a text block instead of a maths block for the comparison, but usually these work the same.

Is the AC_I_textbox getting the focus ?


i tried this instead of that....eventhough im not getting the result

but those boxes containing only numericals

This is working for me

image


' NOT OK ' is displaying before i'm entering input value

You need to add another if condition:

if textbox not empty

where i've to add

from my example:

image

(if i enter value in text boxt and click check button )it doesnt respond to the result label.

:cry: :cry:

Perhaps you need to make this change

For what?......i named that textbox as textbox 1

you don't but what you coded does not work for you. It was a guess.

yeah it doesn't work....i don't know where i made mistake

at the moment, you are comparing AB1_textbox with TextBox1.text, NOT the value in the ACV label

1 Like

i changed the ACV label now as text textbox