Using onload event to move a Field Set position
Posted: Sat Feb 09, 2013 12:48 am
I have a display with both a subfile grid and about 30 additional fields below the grid. I'm using an onload event to change the number of rows in the grid. All the fields below the grid are part of a field set. When I move the field set in designer, all the fields move with it. I added another onload event to change the 'top' value of the field set, because I need all the fields below the grid to move up based on the bottom of the grid (number of rows). When I run it, the field set moves, but all of it's fields remain in their originally designed locations. I thought that the whole purpose of the field set was to group fields relative to one another and the field set. Am I doing something wrong? Do I need to try another container? I am not using tab panels. Thanks for any help.