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     Maintain: Easy question?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Maintain: Easy question?
 Login/Join
 
Member
posted
Hello, all. Hopefully I have a simple Maintain question here.

Within my procedure, in my on-click event, I have some javascript code. I know if I need to run a Maintain Case from the js, I can do so by using the IWCTrigger() method. But am I able to do the opposite? I'd like to execute a javascript function code from within my Maintain Case?


Kelly
WF 7.6.6, Win 2K3 SP2, Tomcat
 
Posts: 19 | Location: SLC, UT | Registered: January 19, 2007Report This Post
Guru
posted Hide Post
I usually do this by attaching the javascript to a form's onload event that a case shows. Also, I can attach it to the onload event of the form that invokes the case - usually by having a hidden text object that I set in the case to a certain value. The onload event investigates the value of the object to determine whether to invoke the javascript. Hope this makes sense.


WF 8.1.05 Windows
 
Posts: 333 | Location: Orlando, FL | Registered: October 17, 2006Report This Post
Expert
posted Hide Post
I agree with Anatess, you can not run Js code inside Maintain. you must run it in the browser.

A technique I have used is to attach a js library to the form (Not linked but embedded) with say only 1 comment in it. Then you can add lines to the library before it is added to the form.

e.g.
js lib: additional.js
 additional.Lines(additional.Lines.FocCount+1) = 'js code;' ;


When the form is produced the extra lines are added dynamically.

Have a look at the wfm file created after you add the embedded js library, the technique is just continueing on.

Hope this helps


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Member
posted Hide Post
Thank you both. I was able to take your suggestions and get it working. Turns out setting a value to a hidden text object worked great for what I was trying to accomplish.

Kelly


Kelly
WF 7.6.6, Win 2K3 SP2, Tomcat
 
Posts: 19 | Location: SLC, UT | Registered: January 19, 2007Report 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     Maintain: Easy question?

Copyright © 1996-2020 Information Builders