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     [WORKAROUND] ONCHANGE event does not fire in 7.6.9

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[WORKAROUND] ONCHANGE event does not fire in 7.6.9
 Login/Join
 
Gold member
posted
I have been fighting this issue for days and would really appreciate any help. Otherwise I guess I will have to submit as an issue.

To keep it simple, I created an HTML page with a signle control, a drop down box. I added an onchange event with a alert but it would not fire. So I added an alert to the onclick event. It fires. why does on click fire and the onchange doesn't?

here is the HTML code:

//Begin function combobox1_onchange
function combobox1_onchange(ctrl) {
alert("ONCHANGE")

}
//End function combobox1_onchange

//Begin function combobox1_onclick
function combobox1_onclick(ctrl) {
alert("ONCLICK")

}
//End function combobox1_onclick

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


WebFOCUS 769
Windows
all
 
Posts: 53 | Registered: April 29, 2009Report This Post
<JG>
posted
It's a known bug in 7.6.9
You need to apply Hot fix 1 that is supposed to resolve it.
 
Report This Post
Gold member
posted Hide Post
We tried the Hotfix but it caused other problems so we backed it out.

But I was fortunate to find a post from 2005 with a workaround (apparently this problem has been a regular occurence).

You simply have to remap the OnChange Event every time the OnClick event is triggered as follows:

//Begin function combobox50_onclick
function combobox50_onclick(ctrl) {
combobox50.onchange=combobox50_onchange
}
//End function combobox50_onclick

Thanks to "Trav" for this solution.

http://forums.informationbuild...1007171?r=8791042371

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


WebFOCUS 769
Windows
all
 
Posts: 53 | Registered: April 29, 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     [WORKAROUND] ONCHANGE event does not fire in 7.6.9

Copyright © 1996-2020 Information Builders