Expand my Community achievements bar.

kent96479087
kent96479087
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi everyone,I managed to find a solution to my problem. I'm posting for the benefit of any1 who faces similar problem.I changed from formcal to Javascript.Master checkbox (Click event):var vRows = Table._Row1.count;for (var i=0; i<vRows; i++)  {    if(this.rawValue=="1")  {     xfa.resolveNode("Tabl...

    Type

    Questions

    Views

    983

    Likes

    0

    Replies

    0
  • Hi Magus069,Thanks for the reply. Yes, my intention is that my master checkbox changes all the row's checkbox. I don't have any issue in getting all the row's checkbox to be tick or untick.My main issue is getting "Table.Row1[*].Cell4=Table.Row1[*].Cell2;" to work. My Cell2 value is different for ea...

    Type

    Questions

    Views

    758

    Likes

    0

    Replies

    0
  • I'm new in this forum and hope someone would be able to assist me on this.I have created a dynamic table and I have 2 types of check boxes.One is a check box for individual rows that populates a value in a cell. Else, it will be zero value.Another is a master check box that enables all the rows' che...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    3