I call for a report in “Report.dll” I enter into a DDT dialog that lets me select criteria for this report. The are 2 control buttons. “Continue Report” and “Cancel” My problem is that I wish to terminate the program at the end of printing or viewing the report using a “Control Send Statement” in the program instead of returning to the dialog and pressing the Cancel Button.
I can not determine from the documation what the message should be. What should “msg&” be to cause the control to call it's callback routine as if the button had been pressed.? I know this is badly worded but I hope my problem is clear. I cannot make heads or tails of the Control Send Statement on page 213 of PB/DLL60 printed manual.
Thanks in Advance
Bruce
[This message has been edited by Bruce Singleton (edited February 16, 2000).]
I can not determine from the documation what the message should be. What should “msg&” be to cause the control to call it's callback routine as if the button had been pressed.? I know this is badly worded but I hope my problem is clear. I cannot make heads or tails of the Control Send Statement on page 213 of PB/DLL60 printed manual.
Thanks in Advance
Bruce
[This message has been edited by Bruce Singleton (edited February 16, 2000).]
Comment