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] Enter Key Default Event on HTML form

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Enter Key Default Event on HTML form
 Login/Join
 
Member
posted
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?

Thanks

This message has been edited. Last edited by: Kerry,
 
Posts: 1 | Registered: August 15, 2007Report This Post
Expert
posted Hide Post
Hi smn,

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, 2004Report This Post
Master
posted Hide Post
Well,

as a former web-developer...

...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, 2010Report 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] Enter Key Default Event on HTML form

Copyright © 1996-2020 Information Builders