hi i have a current project that has the following scenario:
-
there is a form that has a header and grid.
-
at the header, i should input a value. this value should then be the value of a certain field in the grid.
lets say for example,
there is a field in the header named withholding percentage. then there is a grid that contains the records from the custTable.
whatever value that will be inputted in the header field which is withholding percentage, should be the value of of the ‘withlolding percentage’ field of ALL the records in the grid.
can anybody help me with this code.