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.
Hi, We are migrating from WebFOCUS 7.6.11 to 7.7.05. In order to play with the HTML Composer, I first tried to create a fex with a default parameter page. I got the following message: "Your request did not return any output to display." It then gives three possible causes. Right below that, it displays an error message "ERROR AT OR NEAR LINE 9 IN PROCEDURE ADHOCRQ FOCEXEC * (FOC295) A VALUE IS MISSING FOR: &CNTRY" Country is what I want to default parameter to be. Here is the code:
TABLE FILE CAR PRINT CAR.CARREC.MODEL CAR.BODY.BODYTYPE CAR.BODY.SEATS CAR.EQUIP.STANDARD BY LOWEST CAR.ORIGIN.COUNTRY BY LOWEST CAR.COMP.CAR WHERE CAR.ORIGIN.COUNTRY EQ '&CNTRY.Select Country.'; ON TABLE SET PAGE-NUM NOLEAD ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * INCLUDE = endeflt, $ TYPE=REPORT, GRAPHCOLOR='GREEN', $ TYPE=REPORT, OBJECT=MENU, COLOR='WHITE', HOVER-COLOR=RGB(66 70 73), BACKCOLOR=RGB(102 102 102), HOVER-BACKCOLOR=RGB(218 225 232), BORDER-COLOR='WHITE', $ TYPE=REPORT, OBJECT=STATUS-AREA, COLOR='WHITE', BACKCOLOR=RGB(102 102 102), $ TYPE=REPORT, OBJECT=CURRENT-ROW, HOVER-BACKCOLOR=RGB(218 225 232), BACKCOLOR=RGB(200 200 200), $ TYPE=REPORT, OBJECT=CALC-AREA, COLOR='WHITE', BACKCOLOR=RGB(102 102 102), $ ENDSTYLE END
Is there a big difference between 7.6.11 and 7.7.05? Or am I just missing something?This message has been edited. Last edited by: M Ward,
Are you sure the setting in the Administrative console didn't get changed? I believe it is under the Parameter Prompting section... XMLPROMPT (I think). Make sure it is set to create the autoprompt page.
I'm a Developer, not an Administrator, so I had to ask someone else to check the Administrative Console. He found that the XMLPROMPT was NOT set to create the default auto-prompt page. He said that it was something he missed when setting up 7.7.05.
Thank you so much from both me and our Administrator.