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     [CASE-OPENED] &CLICK_ON no longer works in 76 worked in 7.1

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CASE-OPENED] &CLICK_ON no longer works in 76 worked in 7.1
 Login/Join
 
Silver Member
posted
Hello
We have upgraded a customer from WebFOCUS 71 to 76. Their application has used a variable &CLICK_ON in the focexec's to determine what object was clicked on in the HTML form.

In 76 this no longer works.
Does anyone have an idea where this variable came from?
We cannot see any definition of it in any configuration files, nor can i find it mentioned in IBI manuals. In some hottrack cases i can see others using &CLICK_ON or &CLICKED_ON in their code but nowhere is it mentioned where it came from.
I have opened a case but thought i would ask here also since it is stalling the upgrade.

I have narrowed this down to differ depending on CGI or SERVLET. If we use CGI in 71 the variable is defined, using WFServlet it isn't. Have not tested CGI in 76 yet but will update this message when i have.
Regards, Mats

This message has been edited. Last edited by: Kerry,


Mats Sundelin
Cybernetics Business Solutions AB
 
Posts: 31 | Location: Stockholm, sweden | Registered: January 19, 2005Report This Post
Silver Member
posted Hide Post
Just to give status, this has been determined by support to be a new functionality for wfservlet. It probably never created this variable. Programming is looking at traces to determine what it takes to implement.
/Mats


Mats Sundelin
Cybernetics Business Solutions AB
 
Posts: 31 | Location: Stockholm, sweden | Registered: January 19, 2005Report This Post
Silver Member
posted Hide Post
The work to implent the variable in wfservlet has been halted. The customer has coded a workaround using a java-script instead.

<script language="Javascript">
function program(click_on){
document.KK01010M.CLICK_ON.value=click_on
document.forms[0].submit();
}
</script>
 
 
<form method="POST"  target="_blank" name="KK01010M" action="/ibi_apps/WFServlet">
        <input type="hidden" name="IBIF_ex" value="KK01011P">
 <input type="hidden" name="IBIAPP_app" value="!IBI.AMP.APP;">
 <INPUT TYPE="hidden" NAME="APP" VALUE="!IBI.AMP.APP;"> 
 <input type="hidden" name="PASS" value="!IBI.AMP.PASS;">
 <input type="hidden" name="USER" value="!IBI.AMP.USER;">
        <input type="hidden" name="CLICK_ON" value="">
 
      <td width="8%" height="21" valign="bottom" align="left">
      <img src="!IBI.AMP.LENK;NYREGISTR.gif" name="NYKNAPP" class="storknapp"
       onclick="program('NYKNAPP')" /></td>

This topic can be closed


Mats Sundelin
Cybernetics Business Solutions AB
 
Posts: 31 | Location: Stockholm, sweden | Registered: January 19, 2005Report 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     [CASE-OPENED] &CLICK_ON no longer works in 76 worked in 7.1

Copyright © 1996-2020 Information Builders