My problem:
I have a datawindow with a header which contains a computedfield. When I click this field, I want to get the value of this field, for that group.
So:
Header: Client X number + other stuff
--
Detail
order 1
order 2
etc.
Header: Client Y number + other stuff
--
Detail
order 1
etc.
When I click on the header (computed field), the getClickedrow() returns 0.
How do I relate the value from the computed field to the iteration for the client, i.e. how do I get the client number so I can use getItemString( [row for group ], column)?
Can it be done? I tried to use some hidden fields to store the getrow() per group and per report. But I have not found a way to count the number of times the groups occurs.
Any suggestions?
Thnx in advance!
I have a datawindow with a header which contains a computedfield. When I click this field, I want to get the value of this field, for that group.
So:
Header: Client X number + other stuff
--
Detail
order 1
order 2
etc.
Header: Client Y number + other stuff
--
Detail
order 1
etc.
When I click on the header (computed field), the getClickedrow() returns 0.
How do I relate the value from the computed field to the iteration for the client, i.e. how do I get the client number so I can use getItemString( [row for group ], column)?
Can it be done? I tried to use some hidden fields to store the getrow() per group and per report. But I have not found a way to count the number of times the groups occurs.
Any suggestions?
Thnx in advance!