Mike,
I have an application running over a normal network, full "normal" Clarion functionality on SQL Server.
In order not to duplicate the code, we call the DLL's in main app from the webserver app to print documents. It works fine if you send the autoprint switch as a parameter to the DLL (of course you need to change the Report proc a little bit to bypass the Windows and buttons and default behaviour and we use PDF Tools).
Unfortunately, one of these ##%$#% reports have that stupid "Allow Multiple Starts" button ticked on, so somewhere in my normal app I need to put some code like this:
If autoprint
Set that Multiple Start thing of
.
The thing is, never mind how many times I looked through the code I cannot figure out how to do it.
I tried to post Event:Accepted(?cancel) but that does not work either.
Hope this help somebody to help me.
Thanks
Charl