We create PDF file using Acrobat 6.0. Later if needed the user may want to view file...is it possible to open the file using Reader 7.0? Opening with 6.0, Read/Write version is slow. Below is the code currently used to view a PDF file
cPdffile = (some file name)
oShell = NEWOBJECT("_shellexecute", HOME(0)+"FFC\_environ.vcx")
oShell.shellexecute((cPdfFile))
Ken
cPdffile = (some file name)
oShell = NEWOBJECT("_shellexecute", HOME(0)+"FFC\_environ.vcx")
oShell.shellexecute((cPdfFile))
Ken