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.
I am passing multiple values from a drop down list on a html. The focus program that is being called from the html page is working fine. I have a heading set up as a drill down where I need to pass the values that were selected off the html page. This is my drill down code. TYPE=HEADING, LINE=3, OBJECT=TEXT, ITEM=1, FOCEXEC=CLPBRNSM (BEG_DT=&BEG_DT END_DATE=&END_DATE END_DT=&END_DT BTYP='&BTYP' \ BRN='&BRN' \ -IF &BRN0.EXISTS THEN GOTO START2 ELSE GOTO LOOP2; -START2 BRN0=&BRN0 \ -REPEAT LOOP2 FOR &BRNCNT FROM 2 TO &BRN0; BRN.&BRNCNT='&BRN.&BRNCNT' \ -LOOP2 -NEXT2 ), $
this seems to work fine with the cgi-bin call but not with the WFServlet call. Does anyone know why ? I need to use the WFServlet call. The error I'm getting is (FOC318) A FIELD FORMAT IS NOT ALLOWED IN -SET: &BRN.5='924';
I don't think the problem is in the drill down program because regardless of what program I call in the drill down it's not working. We are using WebFocus 5.23
Posts: 69 | Location: OH | Registered: November 09, 2004
&BRN may or may not be numeric, but &BRN0 will always be numeric. Just remove the . in BRN.&BRNCNT. Should be just BRN&BRNCNT
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007