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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Launch Page Help
 Login/Join
 
Platinum Member
posted
Hi, I had a question in reguards to launches pages for a self-service application. Our situation is that we have three different ways a user can enter the application. It works as a kind of heiarchy where they are on either one of three levels, CLASS->SUBCLASS->CUSTOMER, where one class can have multiple subclasses, and one subclass can have multiple customers.

The dilemma that we are having is that we read these levels from a file and they are all displays, when we pass parms to the launch page we would like for the launch page to either hide or lock those listboxes so they cannot be changed.

We are thinking we need to code some javascript to validate the parms being passed so it know what it need to lock.

Does anyone know of any references I can be pointed to or any other ideas on how this can be accomplished? Thanks.


dev: WF 7.6.5 w/IIS + Tomcat

prod: WF 7.6.5 w/IIS + Tomcat
 
Posts: 153 | Location: Chicago, IL | Registered: February 24, 2006Report This Post
<Tim Howard_ABCBS>
posted
I'm not sure if this is what you're looking for or not, but you should be able to disable the listboxes with javascript. I'm using the following code to disable text inputs boxes:

document.getElementById('fldName').disabled=true;

If you need to enable the input later on, just set the disabled attribute to false.

Hope this helps.
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders