Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     (closed)just upgraded to 7.703

Read-Only Read-Only Topic
Go
Search
Notify
Tools
(closed)just upgraded to 7.703
 Login/Join
 
Platinum Member
posted
This code would prompt for a variable in earlier versions for the user to input, but now just give an error.
  
TABLE FILE GGORDER
ON TABLE SET PAGE-NUM OFF
HEADING
"Orders Summary"
SUM QUANTITY AS 'Units Ordered'
BY HIGHEST 1 ORDER_DATE AS 'Order Date'
BY PRODUCT_DESCRIPTION
WHERE PRODUCT_DESCRIPTION EQ &PRODUCT_DESCRIPTION;
ON TABLE NOTOTAL
ON TABLE HOLD FORMAT HTMTABLE AS ggord2
ON TABLE SET STYLE *
UNITS=IN, PAGESIZE='Letter', LEFTMARGIN=0.250000, RIGHTMARGIN=0.250000,
TOPMARGIN=0.250000, BOTTOMMARGIN=0.250000, SQUEEZE=ON,
ORIENTATION=PORTRAIT, $
TYPE=REPORT, FOCEXEC=NONE, FONT=TIMES NEW ROMAN, SIZE=10, COLOR=YELLOW,
BACKCOLOR=BLACK, STYLE=NORMAL, GRID=OFF, $
TYPE=HEADING, SIZE=12, STYLE=BOLD, $
END
-HTMLFORM blkord2
  

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


Prod: WebFocus 7.7.3 Win 2003
Dev: WebFocus 7.7.3 Win 2003
 
Posts: 116 | Registered: April 23, 2007Report This Post
Virtuoso
posted Hide Post
Check under:

WebFOCUS Administration Console > Configuration > Parameter Prompting

ibi_wfdescribe is probably set to OFF. Changing its value to something like XMLRUN will enable prompting on reporting server procedures. Please check documentation for other possible values depending on what you need to achieve.



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
 
Posts: 1533 | Registered: August 12, 2005Report This Post
Platinum Member
posted Hide Post
That did it... Thank You


Prod: WebFocus 7.7.3 Win 2003
Dev: WebFocus 7.7.3 Win 2003
 
Posts: 116 | Registered: April 23, 2007Report This Post
Platinum Member
posted Hide Post
A new issue has arose.. Now that parameter prompting is on, All of my GUI front ends that were created with the composer are now promting for something called RPTNAME

  
jsData.ampers[i].name = "RPTNAME";
  


Prod: WebFocus 7.7.3 Win 2003
Dev: WebFocus 7.7.3 Win 2003
 
Posts: 116 | Registered: April 23, 2007Report This Post
Member
posted Hide Post
quote:
"RPTNAME";

If that variable is unimportant to you you can
 -DEFAULT &RPTNAME = 'FOC_NONE' 

or use FOC_NULL once they get rid of the old one.
It will ignore the ENTIRE where statement that references that variable including any other AND or OR's attached to it.


WebFOCUS 8.1.05
Windows-iSeries DB2, All Outputs
HTML
 
Posts: 29 | Location: Cincinnati, OH | Registered: August 23, 2011Report This Post
Platinum Member
posted Hide Post
All that did was populate the input box with the work foc_none.

  
jsData.ampers[i].name = "RPTNAME";
jsData.ampers[i].fieldName = jsData.ampers[i].name;// "Field" + i;
jsData.ampers[i].type = "default";
if( jsData.ampers[i].type == "unresolved" || jsData.ampers[i].type == "default" || jsData.ampers[i].type == "prompt" )
jsData.ampers[i].inForm = 1;
else
jsData.ampers[i].inForm = 0;
jsData.ampers[i].format = "";
jsData.ampers[i].min = "";
jsData.ampers[i].max = "";
jsData.ampers[i].strDef = 'FOC_NONE';
  


Prod: WebFocus 7.7.3 Win 2003
Dev: WebFocus 7.7.3 Win 2003
 
Posts: 116 | Registered: April 23, 2007Report This Post
Platinum Member
posted Hide Post
WORKING FINE NOW, JUST NEEDED TO FOLLOW ABOVE INSTRUCTIONS.


Prod: WebFocus 7.7.3 Win 2003
Dev: WebFocus 7.7.3 Win 2003
 
Posts: 116 | Registered: April 23, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     (closed)just upgraded to 7.703

Copyright © 1996-2020 Information Builders