LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 17 May 2010 19:06:04 -0400
Reply-To:   Ya Huang <ya.huang@AMYLIN.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Ya Huang <ya.huang@AMYLIN.COM>
Subject:   Re: How to silence "unsupported ... ACTIVEX ... PDF" warning?
Comments:   To: "W. Matthew Wilson" <matt@TPLUS1.COM>

Very likely you have a device=activeX in your goptions statement. Change that to device=actximg, the warning will be gone.

On Mon, 17 May 2010 17:05:41 -0400, W. Matthew Wilson <matt@TPLUS1.COM> wrote:

>Hi -- > >I've inherited some old SAS code and I see this in my logs: > >WARNING: Unsupported device 'ACTIVEX' for PDF(O) destination. Using >device 'ACTXIMG'. > >The code ods pdf to write some PDF files. > >Is there an easy way to silence that warning? > >Matt > >-- >W. Matthew Wilson >matt@tplus1.com >http://tplus1.com


Back to: Top of message | Previous page | Main SAS-L page