As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
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.
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
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
Execute the following:
-TYPE *** This is the most basic of fexes. Just this -TYPE statement and the following line is -EXIT ***
-EXIT
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
Tony: Hey There Tony. Long time no see... * 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.