I have created a Quick Report (Crystal Report) that has a parameter @OrderNo.
Next I created a custom menu on the Customer Order screen that maps the parameter:
Source = ORDER_NO
Destination: @OrderNo
On doing RMB and selecting the custom menu the @OrderNo parameter is displaying the Order No for the Customer Order that was in view at the time which is what I expected. However, when the report is displayed no data is being displayed.
If I run the report in Crystal Reports and enter the Order No the report displays data.
I have tried selecting View on the Quick Report and entering the Order No in the parameter field and again no data is being displayed.
Any ideas?
John