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
Hiding passwords
 Login/Join
 
Platinum Member
posted
Does anyone have javascript code that can be added to a FOCEXEC to hide user IDs and passwords? I need to pass the Value to the reporting server I(RACF on MVS) but hide variable value, so the values cannot be queried, &IBIC_pass.


WebFOCUS & ReportCaster 8.1.05, 7.7.03 - AIX/LINUX, FOCUS 7.6.13 MVS, Output PDF, XLS-XLSX, DOCX and HTML
 
Posts: 146 | Location: Atlanta, GA | Registered: May 31, 2007Report This Post
Expert
posted Hide Post
Hi Rhonda,

I asked within our group and got the suggestion that you may want to contact professional services for a Security solution. Here is the homepage for our professional service division: http://www.informationbuilders.com/consulting/index.html

Hope this helps. Smiler

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Expert
posted Hide Post
Rhonda,

When you say adding JavaScript to a FOCEXEC do you mean via HTMLFORM? I guess you do.

If you want to pass a variable in this manner - via an HTML page - then all you have to do is to add the variable as a hidden input tag -
<input type="hidden" name=IBIC_User value=!IBI.AMP.IBIC_User;>
<input type="hidden" name=IBIC_Pass value=!IBI.AMP.IBIC_Pass;>

Do not forget to ensure that your FORM method is POST so that the variables are hidden from the end user within the resultant URL.

It's not the most secure method of achieving this but it should work.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Platinum Member
posted Hide Post
Thanks Tony - That is is another option that I can provide for the customer.


WebFOCUS & ReportCaster 8.1.05, 7.7.03 - AIX/LINUX, FOCUS 7.6.13 MVS, Output PDF, XLS-XLSX, DOCX and HTML
 
Posts: 146 | Location: Atlanta, GA | Registered: May 31, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders