Forums
FOCUS/WebFOCUS
Calling web service function webFocusRunFex. How do I change report output format ?|
Go
![]() |
New
![]() |
Search
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
|
Member |
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; |
||
|
|
Platinum Member |
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 |
|||
|
| Previous Topic | Next Topic | powered by eve community |
| Please Wait. Your request is being processed... |
|
Forums
FOCUS/WebFOCUS
Calling web service function webFocusRunFex. How do I change report output format ?
