L
linda
On a form in my db app a button can be selected which launches a pdf document. The user uses the information in the document to make decisions about what to enter into the database. This functionality no longer works now that the DB has to be run via a Citrix interface. I have modified the code to be the following
Dim stAppName As String
Dim doclaunch As Strin
stAppName = "c:\Program Files\Adobe\Acrobat 6.0\Reader\AcroRd32.exe
doclaunch = "\\Kgont8\pi\testAFST\QuickReference.pdf
Call Shell(stAppName & " " & doclaunch, 1
This works perfectly on my local server, however when I launch it via Citrix I get the following errors from Adobe which have to be acknowledged before the document is retrieved for viewing: "Error while loading the plug-in annots.api" an
"Error while loading the plug-in accessibility.api". I only have Adobe reader on my machine, and although these apis are for Adobe Writer I can launch the document in any other way with no error msgs than through Citrix
Anybody have any ideas to work around this?????
Dim stAppName As String
Dim doclaunch As Strin
stAppName = "c:\Program Files\Adobe\Acrobat 6.0\Reader\AcroRd32.exe
doclaunch = "\\Kgont8\pi\testAFST\QuickReference.pdf
Call Shell(stAppName & " " & doclaunch, 1
This works perfectly on my local server, however when I launch it via Citrix I get the following errors from Adobe which have to be acknowledged before the document is retrieved for viewing: "Error while loading the plug-in annots.api" an
"Error while loading the plug-in accessibility.api". I only have Adobe reader on my machine, and although these apis are for Adobe Writer I can launch the document in any other way with no error msgs than through Citrix
Anybody have any ideas to work around this?????