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.
Look at the properties of your radio. Then expand the drop down beside its name and insure that all element (LABEL and INPUT tag) under your radio are named as below to be properly referenced in js :
- Label should be :
REPORT_LEVEL_RADIO_LABEL_0
REPORT_LEVEL_RADIO_LABEL_1
REPORT_LEVEL_RADIO_LABEL_2
...
- INPUT Unique Identifier should be :
REPORT_LEVEL_RADIO0
REPORT_LEVEL_RADIO1
REPORT_LEVEL_RADIO2
...
- INPUT Name should be as below for ALL input tag:
REPORT_LEVEL_RADIO
When you create control, the HTML Composer does not name the first occurrence of the radio/checkbox with the name that you gave; you need to rename it.
If you need to rename one, pay attention to properly name the Unique Identifier and the Name of each input element.
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
Click on your radio control. Expend/Open Properties tab At top of Properties tab you will see :
REPORT_LEVEL_RADIO <DIV>
and a down arrow at far right. This is the drop down button for that control and this is where you will see all included elements for that control : labels and inputs that are part of a "table" tag.
But if your control event is not firing, it's something else. Is it properly associated at the properties events tab ? Is it the proper event that is associated to the control (Click instead of Value Changed) ?
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013