Hi,
I'm using Visual Basic and crystal reports 12,
I have a report that lists orders per client, each time an order is clicked it opens a subreport with that order's invoice, the subreport is linked by a parameter "?Pm-ordersDetails.orderId". I want to add a button on the form that allows the user to edit the order based on the invoice he is currently on, to do this i need to know the orderId that he selected from the main report, I'm using visual basic and so I need a way of determining through VB what the value of the sub-reports parameter is:"?Pm-ordersDetails.orderId"
Is there a way of determining what the value of a specific field or parameter on a subreport is (OrderId) in order to tell VB wich record to go to?
Thanks for any help you can offer me,
Capo.
I'm using Visual Basic and crystal reports 12,
I have a report that lists orders per client, each time an order is clicked it opens a subreport with that order's invoice, the subreport is linked by a parameter "?Pm-ordersDetails.orderId". I want to add a button on the form that allows the user to edit the order based on the invoice he is currently on, to do this i need to know the orderId that he selected from the main report, I'm using visual basic and so I need a way of determining through VB what the value of the sub-reports parameter is:"?Pm-ordersDetails.orderId"
Is there a way of determining what the value of a specific field or parameter on a subreport is (OrderId) in order to tell VB wich record to go to?
Thanks for any help you can offer me,
Capo.