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