Menu

#8 Green error message boxes

AmbitXT 2.0.1
closed-fixed
PBT module (15)
5
2009-05-20
2009-05-19
No

Green error message boxes to indicate if text or non positive numbers in colum B12:B16 are present

I think these message boxes are superfluous as such a modern system like AMBIT XT can simply check if the field content is not a text and is a positive number. Proposal: enlarge Structure box to left in the green box area

Related

Bugs: #102
Bugs: #106
Bugs: #109
Bugs: #111
Bugs: #68
Bugs: #85
Bugs: #89
Bugs: #91

Discussion

  • Nina Jeliazkova

    Nina Jeliazkova - 2009-05-20
     
  • Nina Jeliazkova

    Nina Jeliazkova - 2009-05-20

    Decided not to introduce jgoodies validation framework, but stay with the underlying excel worksheet

    Cells D12-D15 merged into structure cell
    Cell C12-C15 modified with formula
    C12=IF(ISTEXT(B12),P41,IF(B12="","",IF(B12>0,"",P42)))

    substance.xml updated accordingly

    Foreground color of cells C12-C15 set to red.

    The current look is as in the attached file

     
  • Nina Jeliazkova

    Nina Jeliazkova - 2009-05-20
    • status: open --> closed-fixed
     

Log in to post a comment.