IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    Calling web service function webFocusRunFex. How do I change report output format ?
Go
New
Search
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Member
Posted
How do I change report output format to PDF or EXL2K?
I tried the following but it did not work.
ValuesArrayEntry[] param;
param = new ValuesArrayEntry[2];
ValuesArrayEntry param1 = new ValuesArrayEntry();
param1.setName("SALES");
param1.setVal("100");
param[0] = param1;
 
Posts: 7 | Registered: April 19, 2007Reply With QuoteEdit or Delete MessageReport This Post
Platinum Member
Posted Hide Post
Try creating a parm for the output format in your fex. Say OUT and then set the value of it using your code.

Ex:
fex:
ON TABLE PCHOLD FORMAT &OUT

code:
ValuesArrayEntry param2 = new ValuesArrayEntry();
param2.setName("OUT");
param2.setVal("PDF");
...


Prod WF 7.13, QA WF 7.13, Dev WF 7.13
 
Posts: 155 | Registered: October 10, 2006Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    Calling web service function webFocusRunFex. How do I change report output format ?

Copyright © 1996-2008 Information Builders, leaders in enterprise business intelligence.