Skip to main content
FistTechnik
Participating Frequently
December 27, 2021
Question

count option-fields vs check-boxes

  • December 27, 2021
  • 2 replies
  • 839 views

I refer to the count-checkboxes code mentioned here.

I use Option-Fields instead to make only one activated checkbox valid.

How do I change the code to "read" all option-fields?

var nSum = 0;var aCkFlds = this.getField("checkn").getArray();for(var i=0;i<aCkFlds.length;i++){if(aCkFlds[i].isBoxChecked(0))nSum++;}event.value = nSum;

 

This topic has been closed for replies.

2 replies

FistTechnik
Participating Frequently
December 27, 2021

I found this thread with similiarity and hope someone can help me there.

FistTechnik
Participating Frequently
December 27, 2021

I got it solved with this tutorial blog. Sadly I don't know how to delete this thread

FistTechnik
Participating Frequently
December 27, 2021

I think it's called RADIO-BUTTONS instead of OPTION-FIELDS which is just my german translation of it