Focal Point
[CLOSED] Appstudio 82 &WFFMT issue

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9847022786

July 13, 2017, 02:56 PM
v_ani
[CLOSED] Appstudio 82 &WFFMT issue
Hello ,

The reporting server is on Linux Machine. We have upgraded to 82 version Appstudio.one of the procedure has this option &WFFMT.when I run the report I got this below Error.
"Internal exception processing IBFSService.runAdHocFex"



ON TABLE PCHOLD FORMAT &WFFMT.(,< Web document_[HTML),HTML>,,).Select type of display output.

I appreciate any one help me on this issue.

Thank you,
Vijaya

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8
Windows, All Outputs
July 13, 2017, 03:03 PM
BabakNYC
I'm not sure why you have the extra ,, but try something like this where display and value are mapped one to one using brackets and commas.

 
ON TABLE PCHOLD FORMAT &WFFMT.(<HTML Web Document (HTML),HTML>,<Portable Document Format (PDF),PDF>,<Excel XLSX (XLSX),XLSX>).Select type of display output.



WebFOCUS 8206, Unix, Windows
July 13, 2017, 03:27 PM
v_ani
I forgot to include the whole line before. I have same line you have in the report. I am getting the error I have mentioned earlier.
ON TABLE PCHOLD FORMAT &WFFMT.(,,).Select type of display output.


WebFOCUS 8
Windows, All Outputs
July 13, 2017, 03:40 PM
BabakNYC
What gen of WebFOCUS are you using?

Do you have -DEFAULT in the code that's causing this issue? What happens if you temporarily switch -DEFAULT to -SET? I know they are different but just wondering if that's the cause of the problem.

p.s. if you're including code you need to wrap it with a
  [CODE]  
[/CODE ]


WebFOCUS 8206, Unix, Windows