This topic is locked
[SOLVED]

 -value and zero

12/9/2010 4:41:04 AM
PHPRunner General questions
S
smith author
  1. How to prevent through validation when entering a value 0 or a negative number.
  2. How to selectively prevent a part number depending on the value of other field. for example when entering a quantity to be issued, the user must enter a whole-number or a whole / part number depending on the type of product.
    correct

    issue Pen = 10 nos

    issue ink = 2.5 ml
    wrong

    issue pen = 2.3 nos

    issue pen = -3 nos
    Hope it can be done

    regards

    Smith