cmd on report

A

anna

I have a cmd on a form that the user can click to bring up
a sales-order report. I'd like to bring up a sales-order-
detail report when the user clicks a sales-order-id from
the sales-order report. This can not be done as there is
no events available on a report, right?
 
D

Dirk Goldgar

anna said:
I have a cmd on a form that the user can click to bring up
a sales-order report. I'd like to bring up a sales-order-
detail report when the user clicks a sales-order-id from
the sales-order report. This can not be done as there is
no events available on a report, right?

Right: you can't do that. Maybe you could create your "sales-order
report" as a form.
 
Top