Sensibilium
Programmer
Okay, it's a little difficult to hexplain, so I'll start with an example of the form:
[tt]
Item Code Description Qty
LG01 Dinner Plate 1230
LG02 Dessert Plate 1230
LG03 Tea Plate 1230
LG04 Soup/Cereal 1230
[/tt]
Okay, the above is the structure of my order form, however, I want to be able to make the 'ItemCode' control disabled, if 'QtyAllocated' > 0 (not shown on form, but it does exist!), but only on one line.
IE: Say 'LG01' has 1230 allocated, then the control containing 'LG01' needs to be disabled.
However, if 'LG02', 'LG03', & 'LG04' has 0 allocated, then the control containing those values need to be enabled.
Any idea's?
Thanks in advance.
ahdkaw
ahdkaw@ots.zzn.com
'If anythign can go wrong, it will'
[tt]
Item Code Description Qty
LG01 Dinner Plate 1230
LG02 Dessert Plate 1230
LG03 Tea Plate 1230
LG04 Soup/Cereal 1230
[/tt]
Okay, the above is the structure of my order form, however, I want to be able to make the 'ItemCode' control disabled, if 'QtyAllocated' > 0 (not shown on form, but it does exist!), but only on one line.
IE: Say 'LG01' has 1230 allocated, then the control containing 'LG01' needs to be disabled.
However, if 'LG02', 'LG03', & 'LG04' has 0 allocated, then the control containing those values need to be enabled.
Any idea's?
Thanks in advance.
ahdkaw
ahdkaw@ots.zzn.com
'If anythign can go wrong, it will'