Focal Point
[SOLVED / NFR] Hide "Your request did not return any output to display."?

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

February 06, 2017, 12:39 PM
Doug
[SOLVED / NFR] Hide "Your request did not return any output to display."?
Is there a way to prevent this message, (top portion of the HTML page when there's nothing but the results of a desired -TYPE statements?

Example, I have a fex with a bunch of comments, -SETs, -DEFAULT(S)s for some variables, then the following before the actual TABLE FILE requests, etc. For testing, All I want to see if the display of the -TYPE statements, without wasting / seeing the above message.

NOTES:
1) I don't want to use the -HTMLFORM BEGIN / END as these -TYPE statements will remain in my fex for production.
2) I turn ECHO off prior to the -TYPEs.
3) This is in all versions of WebFOCUS, although, I'm currently;y interested in 82.
-TYPE *** ---------------------------------------
-TYPE *** &|Variable1............. &Variable1
-TYPE *** &|Variable2............. &Variable2
-TYPE *** &|Variable3 ............ &Variable3
-TYPE *** &|Variable4 ............ &Variable4
-TYPE *** ---------------------------------------

Thanks, Doug

This message has been edited. Last edited by: Doug,




   In FOCUS Since 1983 ~ from FOCUS to WebFOCUS.
   Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
February 06, 2017, 01:16 PM
RSquared
You have several choices. the easiest is type in
-SET &ECHO=ALL; at the top of your FEX and then
-EXIT before the TABLE FILE. Another is to type
SET XRETRIEVAL = ON at the top of your FEX.


WF 7.6.11
Oracle
WebSphere
Windows NT-5.2 x86 32bit
February 06, 2017, 03:47 PM
Waz
If you really want to turn all off except the -TYPE's, then try SET EMGSRV = OFF

This is pretty full on, as it will not even show errors


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

February 07, 2017, 11:27 AM
Doug
Waz: I still get the
Your request did not return any output to display.
Possible causes:
 - No data rows matched the specified selection criteria.
 - Output was directed to a destination such as a file or printer.
 - An error occurred during the parsing or running of the request. 
which is what I want to get rid of with "SET EMGSRV = OFF"

RSquared That echos the -TYPE statements as well which is not as clean as I want Frowner

Execute the following:
-TYPE *** This is the most basic of fexes.  Just this -TYPE statement and the following line is -EXIT ***
-EXIT

February 07, 2017, 11:50 AM
Tony A
I think that the only way to achieve that is to change a WebFOCUS file named ENtemplate.xml.

As with any change that you make to one of these files, I would suggest that you make a backup and not undertake the change lightly!

The one that you want is in the WFC folder.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
February 07, 2017, 11:52 AM
Danny-SRL
NFR?


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

February 07, 2017, 02:37 PM
Waz
Sorry, forgot that you are returning the output of the run.

Would be easier to add in the -HTMLFORM instead of the -TYPE statements


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

February 07, 2017, 03:28 PM
Tony A
quote:
Would be easier to add in the -HTMLFORM instead of the -TYPE statements

Totally agree!

Why is that not an option Doug?

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
February 07, 2017, 03:58 PM
Doug
Tony: Hey There Tony. Long time no see... Smiler
* I would suggest that you make a backup and not undertake the change lightly!
- Yeppers!

Tony / Waz:
* Why is that (add in the -HTMLFORM instead of the -TYPE statements) not an option Doug?
- I want to keep it simple, as in, the -TYPE statements are there for production and the HTMLFORM would prevent the display of the following report, etc.

Danny-SRL: Yep, probably a back burner NFR...

It's actually just a real-nice-to-have function. Did I just say "function"... I should look it up in my "User Written Subroutines Library" (and functions) red book, © 1984, by Information Builders... Shucks, it's in there. Frowner

This message has been edited. Last edited by: Doug,