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 have one HTML form that will automatically execute a report when selecting the Enter Key and another one that does not. In that report you have to use your mouse to select the blue triangle button that Composer automatically creates for you.
They were originally built the same, but obviously somewhere down the line the default action was taken away.
I've tried comparing the code behind the form to identify what might have changed, but have been unable to find anything.
I also don't see anything in my properties box to make the blue triangle button be the default event.
How is the default action/event defined in an HTML form?
ThanksThis message has been edited. Last edited by: Kerry,
I checked with our expert and found out that there is no enough details to understand the issue, so you may want open a case with Customer Support Services for assistance. The phone number is 1-800-736-6130, or access online at InfoResponse.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004
...we found out in the past that a form with only one inputbox usualy "posts" the data when you press [enter]. A form with more than one inputbox usually doesn't post when pressing [enter].
This behaviour could differ between browers and brower versions.
Only way to really make it work is to add custom javascript.
On the keydown-event you should check for keycode corresponding with [enter]. ( mind you, most keyboard have 2 [enter] buttons, sometimes with diffent keycodes ) When the correct keycode is detected you could fire the onclick-event of the [run] button. ( the one with the blue triangle ).
Hope this helps... for smn & Kerry ( fwd to: expert ).
G'luck & Greets, Dave
_____________________ WF: 8.0.0.9 > going 8.2.0.5
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010