<html><head></head><body><div style="color:#000; background-color:#fff; font-family:verdana, helvetica, sans-serif;font-size:16px"><div id="yui_3_16_0_1_1448310396724_40094" class=""><span id="yui_3_16_0_1_1448310396724_40093" class="">So if I had a pdf named "list.pdf" in "C:\Reports" would coding to display it look something like this:</span></div><div id="yui_3_16_0_1_1448310396724_40094" class=""><br id="yui_3_16_0_1_1448310396724_45413" class=""></div><div id="yui_3_16_0_1_1448310396724_40091" class=""> If:<br id="yui_3_16_0_1_1448310396724_45416" class=""></div><div id="yui_3_16_0_1_1448310396724_40079" class="">Then: declare global menucall (8,.0,g)</div><div id="yui_3_16_0_1_1448310396724_40079" class="">------- - - - - - - - - - - - - - - - -</div><div id="yui_3_16_0_1_1448310396724_40079" class="">If:</div><div id="yui_3_16_0_1_1448310396724_40079" class="">Then: menucall=new message ()</div><div id="yui_3_16_0_1_1448310396724_40079" class="">------- - - - - - - - - - - - - - - - -</div><div id="yui_3_16_0_1_1448310396724_40079" class="">If:</div><div id="yui_3_16_0_1_1448310396724_40079" class="">Then: message menucall SEND "(@R,C:\ "{"\Reports\ "{list.pdf,@)"</div><div id="yui_3_16_0_1_1448310396724_40079" class=""><br id="yui_3_16_0_1_1448310396724_45425" class=""></div><div id="yui_3_16_0_1_1448310396724_40079" class="" dir="ltr"><br></div><div id="yui_3_16_0_1_1448310396724_40079" class="" dir="ltr">or do I need to call Adobe Reader with list.pdf as a parameter?</div><div id="yui_3_16_0_1_1448310396724_40079" class="" dir="ltr"><br id="yui_3_16_0_1_1448310396724_45429" class=""></div><div id="yui_3_16_0_1_1448310396724_40079" class="" dir="ltr"><br></div> <br><div class="qtdSeparateBR"><br><br></div><div class="yahoo_quoted" style="display: block;"> <div style="font-family: verdana, helvetica, sans-serif; font-size: 16px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div dir="ltr"><font size="2" face="Arial"> On Monday, November 23, 2015 5:03 PM, Bill Randall <wrandall@fptech.com> wrote:<br></font></div> <br><br> <div class="y_msg_container"><br clear="none"><div class="yqt6343989015" id="yqtfd06968"><br clear="none">On 11/23/2015 4:55 PM, Kenneth Brody via Filepro-list wrote:<br clear="none">> On 11/23/2015 4:21 PM, WILLIAM LUCCA via Filepro-list wrote:<br clear="none">>> I have a client uses Filepro 5.8 for Windows. Most users have a default<br clear="none">>> printer that uses the fpml type to display reports as PDF's to the screen<br clear="none">>> (destination file PDF:[open]). They have recently installed FileproGI and<br clear="none">>> now when using it, the reports no longer come to the screen as PDF's. Is<br clear="none">>> there a way to get this functionality in FileproGI? Does my client need<br clear="none">>> the Developer's tool kit to do this, or is there another way? In either<br clear="none">>> case, what coding needs to be done?<br clear="none">><br clear="none">> If you are running GI server as a service, then any program it starts is also running as a service. Windows prevents services from accessing the desktop, unless you select "allow service to interact with desktop" in the service's properties. (And, even if you do set this, some versions of Windows create a separate desktop on which the service will run, which is not visible to the user unless you do some "magic", which I have forgotten, and other versions will ignore this setting entirely unless you do some other "magic".)<br clear="none">><br clear="none">> In short, filePro *is* starting the PDF reader, but Windows itself has placed it on a non-existent desktop.<br clear="none">><br clear="none">> This is the rules of Windows when running services.</div><br clear="none">><br clear="none">And, yes, Bill. The GI Developers Toolkit with Messaging will allow you to send a message to the GI client machine to start the PDF viewer.<br clear="none"><br clear="none">Bill<div class="yqt6343989015" id="yqtfd87687"><br clear="none"><br clear="none"></div><br><br></div> </div> </div> </div></div></body></html>