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] Add dynamic list box to old existing html

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Add dynamic list box to old existing html
 Login/Join
 
Gold member
posted
I have a customer web page that has several radio buttons to select various reports then a submit button at the bottom. It was coded manually and has a lot of things other than WebFOCUS so I can't read it into HTML composer. I have one drop down list that is coded with about 20 options that I would like to convert to a dynamic list. The data for the list is a simple mssql table.


What is the easiest way to do this?

Thanks.............src

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


Dev Studio /7.6.11/7.7.02M
MVS/USS
AIX/SOLARIS
Windows WF Client 7.6.8/7.6.11
 
Posts: 64 | Location: Eastern and middle NC | Registered: March 13, 2007Report This Post
Guru
posted Hide Post
1 - I'd re-create the HTML page using WebFOCUS.
2 - The options will be sent to a fex which will determine what options and reports were selected and RUN those reports accordingly.

Thanks,
Sayed


WF 8.x and 7.7.x Win/UNIX/AS400, MRE/Portal/Self-Service, IIS/Tomcat, WebSphere, IWA, Realmdriver, Active Directory, Oracle, SQLServer, DB2, MySQL, JD Edwards, E-BIZ, SAP BW, R/3, ECC, ESSBASE
 
Posts: 285 | Location: Texas | Registered: June 27, 2006Report This Post
Silver Member
posted Hide Post
The easiest way would be to create a HOLD-File that contains the HTML-Code for the option list.

DEFINE FILE XXX
LINEX/A1000 = 'OPTION value="' || VAL || '">'| TEXT | 'OPTIONEND';
END
TABLE FILE XXX
PRINT LINEX
ON TABLE SAVE AS SXXX FORMAT ALPHA
END

-HTMLFORM xxx (for xxx.htm in domain)

In the HTML you can replace the options with
!IBI.FIL.SXXX;

regards
Markus
 
Posts: 38 | Location: Austria, Linz | Registered: June 19, 2009Report 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] Add dynamic list box to old existing html

Copyright © 1996-2020 Information Builders