Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to ask about input box validation.
I have two input box to input percentage range with two variable (percenFrom and percenTo). I want to validate the input, if user input percenFrom bigger than percenTo, so percenFrom value will be the same with percenTo value, for example percenTo value is already input 50, then user input percenFrom value 70, so the percenFrom value will be change to 50 (same with percenTo value). In the other side, if user input percenTo smaller than percenFrom, percenTo value will be changed and same with percenFrom value.
I also attach my qvw file. Really appreciate your help.
Thanks
Hi,
You can try this with Variable Event Triggers..
find the attached for reference.
Hi,
You can try this with Variable Event Triggers..
find the attached for reference.
Hi Settu,
wow, it works and solve my problem perfectly.
Thanks for your help Settu