Ali_Haider_shib
10-03-2015
Hi,
I have 3 fields, say A,B n C. if A= less than 10 then B n C will be 0. how can i make this coce.
thanks
Ali
11-03-2015
it is working. i am sending u file to ur mail.
mouslander
the syntax is different for formcalc. change your language to JavaScript also in the script "b" and "c" have to be replaced by the actual field names.
hi,
not working. showing error. i insert it for a and show= ca;calculate, language= formcal.
if(a <= 10){
b.rawValue = "0"
c.rawValue = "0"
}