Validation [message #83011] |
Fri, 25 July 2003 03:20 |
capri
Messages: 4 Registered: July 2003
|
Junior Member |
|
|
i have a column called Amount,the result comes from rate and quantity.I have to do a validation for amount column.If both rate and quantity are present then u cannot update amount column if any of the two(rate and quantity) is null then u can update the column.
I tried doing this using key next item and when validate item it is not working.how to go
Thanks in advance
|
|
|
|
Re: Validation [message #83014 is a reply to message #83013] |
Fri, 25 July 2003 04:29 |
capri
Messages: 4 Registered: July 2003
|
Junior Member |
|
|
i tried using
set_item_property(itemname,updateable,property_true);
set_item_property(itemname,updateable,property_false);
in when validate item
but the thing is the property should be enabled to false for this query to fire.But it should be enabled in my case
|
|
|
|
|