Skip to Content
0
Former Member
Oct 24, 2005 at 01:22 PM

Smartform and PDF problem!!!

16 Views

Hi all,

I have a problem. I'm trying to display a smartform from a webdynpro application, but when I try to write:

IWDWebResource pdfResource = WDWebResource.getWebResource

(pdfContent, WDWebResourceType.PDF);

wdComponentAPI.getWindowManager().createExternalWindow(

pdfResource.getURL(),"Title",true).open();

the program does not recognize the pdfResource variable. It says that it cannot resolve it.

Any hints?

Thanks.

Jesus