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     [SOLVED] Chaining/Autocomplete/Focus issues

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Chaining/Autocomplete/Focus issues
 Login/Join
 
Guru
posted
I have 2 comboboxes with autocomplete javascript code and focus set to the first box. When I tab from the first box to the second, chaining will not work. If I mouse click on the select in the first box then the chaining will work. So, I think it's something with the autocomplete. I just can't figure it out.

Anyone have any suggestions?? Thanks.

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


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Platinum Member
posted Hide Post
can you include the code? Specifically surrounding the two comboboxes?


WebFOCUS 8201M/Windows Platform
 
Posts: 109 | Registered: October 31, 2006Report This Post
Guru
posted Hide Post
I also have custom buttons that are actually images. Don't know if it was a glitch or not but couldn't get focus to work with buttons.
All the commented out code is stuff I have tried that didn't work. I have looked at the functions in IBIRLS3, nothing seems to work.

Thanks for your input....


<HTML>
<HEAD>
<META id=mycharsetmeta content="text/html; charset=ISO-8859-1" http-equiv=Content-Type>
<META id=Generation content="Created in release 7701, Generation 3.0">
<SCRIPT id=IBI_RelCallBack type=text/javascript>function AdjustChildrenPosition(){
}
</SCRIPT>

<SCRIPT id=IBI_OptionsScript type=text/javascript>
var cgipath = "cgipath";
var ibirls = "ibirls3";

var rltdyncalendar = "rltdyncalendar";
var gmap = "ibigmap";
var olap="olap";
var olappanebase="olappanebase";
var olapdrill="olapdrill";

var ibixmltree="ibixmltree";

var ibiOptions = new Array(cgipath,ibirls);

</SCRIPT>

<SCRIPT id=IBI_nls type=text/javascript src="/ibi_html/javaassist/nls.js"></SCRIPT>

<SCRIPT id=IBI_nlsVars type=text/javascript src="/ibi_html/javaassist/nlsvars.js"></SCRIPT>

<SCRIPT id=IBI_ibigbl type=text/javascript src="/ibi_html/javaassist/ibi/html/js/ibigbl.js"></SCRIPT>

<SCRIPT id=IBI_ibigblloadCss type=text/javascript>
ibigblloadCss(null);
addIntlTranslatedJS("composertrans.js");
</SCRIPT>
<TITLE>HtmlPage</TITLE>
<SCRIPT id=ITEM1 type=text/javascript src="/approot/michelle/autocomplete.js"></SCRIPT>

<SCRIPT id=clientEventHandlersJS type=text/javascript>
//Begin function window_onload
function window_onload() {
  
UpdateData();
 
// TODO: Add your event handler code here
//add onInitialUpdate() function to make changes before initial run of the reports
}
//End function window_onload
 
 
//Begin function onInitialUpdate    sets focus to the last name combobox 
function onInitialUpdate() {
document.getElementById('LastNameCB').focus();
}
//End function onInitialUpdate
   
//Reset button
//Begin function image3_onclick
function image3_onclick(ctrl) {

window.top.frames.report1.location.href = 'about:blank'; 

ResetSelects();

//var element = document.getElementById('LastNameCB');
//DoUpdateSelection(element);
//setSelectedAttribute(element, "ALL")

onInitialUpdate();

//updateRelatedControls();
//getNextChainMember('FirstNameCB');
//document.getElementById('LastNameCB').selectedValue="";
//objctrl = document.getElementById('FirstNameCB');
//populateChainElement(objctrl);
}
//End function image3_onclick

//Begin function setSelectedAttribute
function setSelectedAttribute(optionElem, value)
{
   if(isIEvar)
      optionElem.setAttribute("selected", value);
   else
      optionElem.selected = value;
}


//Begin function ResetSelects
function ResetSelects() {
       selectCol = document.getElementsByTagName("SELECT");
       for(i=0; i<selectCol.length; i++) {
          var el = selectCol[i];
          this.displayElement = document.getElementById(el.id);
          this.displayElement.selectedIndex = 0;
       }
    }
</SCRIPT>
</HEAD>
<BODY style="Z-INDEX: 0; BACKGROUND-COLOR: white; OVERFLOW: auto" onload=ResetSelects(); onkeydown="javascript: if((13 ==event.keyCode) || (13 == event.which)) {document.getElementById('image2').click();}" aLink=#0091cc bgColor=#c0c0c0 thumbnailscale="4" elementtype="21" edaconnectionrequired="true">


<SCRIPT for=window type=text/javascript eventname="onload">window.onload = function() { window_onload(); }</SCRIPT>
 
<IFRAME accessKey="" style="Z-INDEX: 1; POSITION: absolute; BORDER-BOTTOM-COLOR: maroon; BACKGROUND-COLOR: white; BORDER-TOP-COLOR: maroon; MARGIN: 0in; WIDTH: 1200px; FONT: messagebox; HEIGHT: 472px; COLOR: black; BORDER-RIGHT-COLOR: maroon; OVERFLOW: auto; BORDER-LEFT-COLOR: maroon; TOP: 310px; LEFT: 10px" id=report1 title=kvccdirectoryfinal.fex tabIndex=102 src="" frameBorder=no scrolling=no elementtype="2" persistentuniqueid="compUid_8" requests_list="0" autoExecute="false" WIDTHOLD="1200" HEIGHTOLD="612" name="report1"></IFRAME>
<SPAN style="Z-INDEX: 43; POSITION: absolute; WIDTH: 220px; HEIGHT: 19px; TOP: 60px; LEFT: 860px" id=text5 tabIndex=45 persistentuniqueid="compUid_64">
<A id=anchor2 href="javascript:OnExecute(null, 'anchor2')" persistentuniqueid="compUid_65" requests_list="8" autoExecute="true" name="anchor2">Department / Fax Directory</A></SPAN> 
<SPAN style="Z-INDEX: 1; POSITION: absolute; BORDER-BOTTOM-COLOR: maroon; BACKGROUND-COLOR: gainsboro; BORDER-TOP-COLOR: maroon; MARGIN: 0in; WIDTH: 1080px; FONT: messagebox; HEIGHT: 180px; COLOR: black; BORDER-RIGHT-COLOR: maroon; OVERFLOW: auto; BORDER-LEFT-COLOR: maroon; TOP: 110px; LEFT: 60px" id=panel1 tabIndex=50 elementtype="34" persistentuniqueid="compUid_22" name="panel1" defaultselection="1">  
<LABEL style="Z-INDEX: 6; POSITION: absolute; FONT-STYLE: italic; WIDTH: 175px; FONT-FAMILY: Arial; HEIGHT: 22px; COLOR: black; FONT-SIZE: 14pt; TOP: 60px; CURSOR: default; FONT-WEIGHT: bold; LEFT: 30px" id=label1 tabIndex=204 for=LastNameCB name="combobox1">Last Name</LABEL> 
<SELECT style="Z-INDEX: 7; POSITION: absolute; OVERFLOW-Y: visible; WIDTH: 175px; OVERFLOW: visible; TOP: 90px; LEFT: 30px" onkeydown=ml_autocomplete.setSelection(event) id=LastNameCB language=javascript onfocus=ml_autocomplete.populate(event) title="Select an Employee Last Name" tabIndex=1 onkeypress="return ml_autocomplete.cancel(event)" size=1 persistentuniqueid="compUid_1" defaultselection="1" defaultlocation="0,0,22,30" boundtovariable="1" name="lastNameCB"></SELECT> 
<LABEL style="Z-INDEX: 8; POSITION: absolute; FONT-STYLE: italic; WIDTH: 175px; FONT-FAMILY: Arial; HEIGHT: 23px; COLOR: black; FONT-SIZE: 14pt; TOP: 60px; CURSOR: default; FONT-WEIGHT: bold; LEFT: 230px" id=label2 tabIndex=203 for=FirstNameCB name="combobox2">First Name</LABEL> 
<SELECT style="Z-INDEX: 9; POSITION: absolute; OVERFLOW-Y: visible; WIDTH: 175px; OVERFLOW: visible; TOP: 90px; LEFT: 230px" onkeydown=ml_autocomplete.setSelection(event) id=FirstNameCB language=javascript onfocus=ml_autocomplete.populate(event) title="Select an Employee First Name" tabIndex=2 onkeypress="return ml_autocomplete.cancel(event)" size=1 persistentuniqueid="compUid_2" defaultselection="1" defaultlocation="0,0,22,30" boundtovariable="1" name="FirstNameCB"></SELECT>   
<SPAN style="Z-INDEX: 30; POSITION: absolute; WIDTH: 460px; HEIGHT: 42px; TOP: 10px; LEFT: 30px" id=text2 tabIndex=32>
<FONT style="FONT-SIZE: 12pt">Please search by Name <B><I>or</I></B> individually by Title, Phone, or Room. </FONT></SPAN>
<SELECT style="Z-INDEX: 31; POSITION: absolute; OVERFLOW-Y: visible; WIDTH: 175px; OVERFLOW: visible; TOP: 90px; LEFT: 420px" onkeydown=ml_autocomplete.setSelection(event) id=combobox3 language=javascript onfocus=ml_autocomplete.populate(event) title="Select an Employee Title" tabIndex=3 onkeypress="return ml_autocomplete.cancel(event)" onchange=combobox3_onchange(this) size=1 persistentuniqueid="compUid_24" defaultselection="1" defaultlocation="0,0,22,30" boundtovariable="1" name="TitleCB"></SELECT> 
<SELECT style="Z-INDEX: 32; POSITION: absolute; OVERFLOW-Y: visible; WIDTH: 175px; OVERFLOW: visible; TOP: 90px; LEFT: 610px" onkeydown=ml_autocomplete.setSelection(event) id=combobox4 onfocus=ml_autocomplete.populate(event) title="Select an Employee Phone Number" tabIndex=4 onkeypress="return ml_autocomplete.cancel(event)" size=1 persistentuniqueid="compUid_36" defaultselection="1" defaultlocation="0,0,22,30" boundtovariable="1" name="PhoneCB"></SELECT> 
<SELECT style="Z-INDEX: 33; POSITION: absolute; OVERFLOW-Y: visible; WIDTH: 175px; OVERFLOW: visible; TOP: 90px; LEFT: 800px" onkeydown=ml_autocomplete.setSelection(event) id=combobox5 onfocus=ml_autocomplete.populate(event) title="Select an Employee Room Number" tabIndex=5 onkeypress="return ml_autocomplete.cancel(event)" size=1 persistentuniqueid="compUid_48" defaultselection="1" defaultlocation="0,0,22,30" boundtovariable="1" name="RoomCB"></SELECT> 
<LABEL style="Z-INDEX: 34; POSITION: absolute; FONT-STYLE: italic; WIDTH: 175px; FONT-FAMILY: Arial; HEIGHT: 23px; COLOR: black; FONT-SIZE: 14pt; TOP: 60px; CURSOR: default; FONT-WEIGHT: bold; LEFT: 420px" id=label3 tabIndex=301 for=TitleCB persistentuniqueid="compUid_60" name="combobox2">Title</LABEL> 
<LABEL style="Z-INDEX: 35; POSITION: absolute; FONT-STYLE: italic; WIDTH: 175px; FONT-FAMILY: Arial; HEIGHT: 23px; COLOR: black; FONT-SIZE: 14pt; TOP: 60px; CURSOR: default; FONT-WEIGHT: bold; LEFT: 610px" id=label4 tabIndex=302 for=PhoneCB persistentuniqueid="compUid_61" name="combobox2">Phone</LABEL> 
<LABEL style="Z-INDEX: 36; POSITION: absolute; FONT-STYLE: italic; WIDTH: 175px; FONT-FAMILY: Arial; HEIGHT: 23px; COLOR: black; FONT-SIZE: 14pt; TOP: 60px; CURSOR: default; FONT-WEIGHT: bold; LEFT: 800px" id=label5 tabIndex=303 for=RoomCB persistentuniqueid="compUid_62" name="combobox2">Room</LABEL> 
<SPAN style="Z-INDEX: 37; POSITION: absolute; WIDTH: 175px; HEIGHT: 34px; TOP: 10px; LEFT: 640px" id=text3 tabIndex=307>
<FONT style="COLOR: red"></FONT>
<FONT style="FONT-SIZE: 14pt"></FONT>
<FONT style="FONT-SIZE: 12pt"></FONT>
<FONT style="FONT-SIZE: 8pt"></FONT>
<FONT style="FONT-SIZE: 10pt"></FONT>
<FONT style="COLOR: red"></FONT>
<FONT style="COLOR: red; FONT-SIZE: 10pt">TTC/MTEC Emergencies 
<BR>Security Radio: 488-<B>4689</B></FONT> 
<FONT style="COLOR: red"><B><B></B></B></FONT>
<FONT style="FONT-SIZE: 10pt"><B><B></B></B></FONT>
<FONT style="FONT-SIZE: 8pt"><B><B></B></B></FONT>
<FONT style="FONT-SIZE: 12pt"><B><B></B></B></FONT>
<FONT style="FONT-SIZE: 14pt"><B><B></B></B></FONT>
<FONT style="COLOR: red"><B><B></B></B></FONT><B><B></B></B></SPAN>
<SPAN style="Z-INDEX: 38; POSITION: absolute; WIDTH: 175px; HEIGHT: 34px; TOP: 10px; LEFT: 800px" id=text4 tabIndex=308>
<FONT style="COLOR: red"></FONT>
<FONT style="COLOR: red; FONT-SIZE: 10pt">ACC/Museum Emergencies 
<BR>Security Radio: 373-<B>7854</B></FONT> 
<FONT style="COLOR: red"><B><B></B></B></FONT><B><B></B></B></SPAN>
<A href="javascript:OnExecute(null, 'image2')">
<IMG style="Z-INDEX: 45; POSITION: absolute; WIDTH: 130px; HEIGHT: 40px; TOP: 130px; LEFT: 30px" id=image2 language=javascript tabIndex=6 onclick=image2_onclick(this); border=0 src="search10.gif" width=140 height=40 requests_list="10" autoExecute="false" originalWidth="137" originalHeight="43" name="image2"></A> 
<IMG style="Z-INDEX: 46; POSITION: absolute; WIDTH: 130px; HEIGHT: 40px; TOP: 130px; LEFT: 190px" id=image3 language=javascript tabIndex=7 onclick=image3_onclick(this) border=0 src="clearform10.gif" originalWidth="137" originalHeight="43" name="image3"></SPAN>   
<SPAN style="Z-INDEX: 22; POSITION: absolute; TEXT-ALIGN: left; FONT-STYLE: italic; WIDTH: 340px; FONT-FAMILY: Arial; HEIGHT: 32px; COLOR: black; FONT-SIZE: 20pt; VERTICAL-ALIGN: middle; TOP: 44px; FONT-WEIGHT: bold; LEFT: 370px" id=text1 tabIndex=24 defaultselection="1"> Employee Directory</SPAN> 
<IMG style="Z-INDEX: 1; POSITION: absolute; BORDER-BOTTOM-COLOR: maroon; BACKGROUND-COLOR: white; BORDER-TOP-COLOR: maroon; MARGIN: 0in; WIDTH: 310px; FONT: messagebox; HEIGHT: 110px; COLOR: black; BORDER-RIGHT-COLOR: maroon; OVERFLOW: auto; BORDER-LEFT-COLOR: maroon; TOP: 0px; LEFT: 60px" id=image1 tabIndex=6 border=0 src="insidetoplogo.jpg" width=350 height=140 originalWidth="350" originalHeight="139" name="image1">  
<SPAN style="Z-INDEX: 44; POSITION: absolute; WIDTH: 209px; HEIGHT: 17px; TOP: 80px; LEFT: 860px" id=text6 tabIndex=311>
<A id=anchor3 href="javascript:OnExecute(null, 'anchor3')" requests_list="9" autoExecute="true" name="anchor3">Room Legend</A></SPAN>    
<INPUT style="POSITION: absolute; TOP: -100px; LEFT: -100px" id=layoutinfo type=hidden resourcectrlids="ITEM1;image2;image3;image1">
<INPUT style="POSITION: absolute; TOP: -100px; LEFT: -100px" id=ibiapp_app value=michelle type=hidden name="ibiapp_app">
<INPUT style="POSITION: absolute; TOP: -100px; LEFT: -100px" id=ibic_server value=EDASERVE type=hidden isdataserversarea="1" name="ibic_server">
<xml id=focus_xmlelement>
<script type="text/xml" nextelementuniquenumber="31">
	
<rootxmlnode focoption="_FOC_NULL" top="100" left="10" width="150" height="130">
		
<variables>
			
<variable controltype="7" parametercreatedinreslay="0" type="unresolved" desc="LAST_NAME" name="LAST_NAME" default="" textvarname="" accept="0" select="0" create="1" top="70" left="30" width="60" height="20" inbinding="1">
				
<link linktype="default" persistentuniqueid="compUid_25" from="compUid_1">
					
<condition default="1" name="Default" whattodowithcontrol="4" valuescompareoperator="0" parameterscompareoperator="0" conditionmultiselectoperator="0">
						
<data_info checkForDuplicateValues="0" displayfield="LAST_NAME" ibiformat="A60V" datafield="LAST_NAME" datasource="which.mas" datatype="0" selectedvalue="" operation="" slider_range_from="" slider_range_to="" linktype="none" sourcetype="typeMaster"></data_info></condition></link>
				
<requestid id="10"></requestid>
				
<requestid id="0"></requestid></variable>
			
<variable controltype="7" parametercreatedinreslay="0" type="unresolved" desc="FIRST_NAME" name="FIRST_NAME" default="" textvarname="" accept="0" select="0" create="1" top="70" left="140" width="60" height="20" inbinding="1">
				
<link linktype="default" persistentuniqueid="compUid_26" from="compUid_2">
					
<condition default="1" name="Default" whattodowithcontrol="4" valuescompareoperator="0" parameterscompareoperator="0" conditionmultiselectoperator="0">
						
<data_info checkForDuplicateValues="0" displayfield="FIRST_NAME" ibiformat="A60V" datafield="FIRST_NAME" datasource="which.mas" datatype="0" selectedvalue="" operation="" slider_range_from="" slider_range_to="" linktype="none" sourcetype="typeMaster"></data_info></condition></link>
				
<requestid id="10"></requestid>
				
<requestid id="0"></requestid></variable>
			
<variable controltype="7" parametercreatedinreslay="0" type="unresolved" desc="ROOM" name="ROOM" default="" textvarname="" accept="0" select="0" create="1" top="70" left="470" width="60" height="20" inbinding="1">
				
<link linktype="default" persistentuniqueid="compUid_27" from="compUid_48">
					
<condition default="1" name="Default" whattodowithcontrol="4" valuescompareoperator="0" parameterscompareoperator="0" conditionmultiselectoperator="0">
						
<data_info checkForDuplicateValues="0" displayfield="ROOM" ibiformat="A15V" datafield="ROOM" datasource="which.mas" datatype="0" selectedvalue="" operation="" slider_range_from="" slider_range_to="" linktype="none" sourcetype="typeMaster"></data_info></condition></link>
				
<requestid id="10"></requestid>
				
<requestid id="0"></requestid></variable>
			
<variable controltype="7" parametercreatedinreslay="0" type="unresolved" desc="PHONE" name="PHONE" default="" textvarname="" accept="0" select="0" create="1" top="70" left="360" width="60" height="20" inbinding="1">
				
<link linktype="default" persistentuniqueid="compUid_28" from="compUid_36">
					
<condition default="1" name="Default" whattodowithcontrol="4" valuescompareoperator="0" parameterscompareoperator="0" conditionmultiselectoperator="0">
						
<data_info checkForDuplicateValues="0" displayfield="PHONE" ibiformat="A15V" datafield="PHONE" datasource="which.mas" datatype="0" selectedvalue="" operation="" slider_range_from="" slider_range_to="" linktype="none" sourcetype="typeMaster"></data_info></condition></link>
				
<requestid id="10"></requestid>
				
<requestid id="0"></requestid></variable>
			
<variable controltype="7" parametercreatedinreslay="0" type="unresolved" desc="TITLE" name="TITLE" default="" textvarname="" accept="0" select="0" create="1" top="70" left="250" width="60" height="20" inbinding="1">
				
<link linktype="default" persistentuniqueid="compUid_29" from="compUid_24">
					
<condition default="1" name="Default" whattodowithcontrol="4" valuescompareoperator="0" parameterscompareoperator="0" conditionmultiselectoperator="0">
						
<data_info checkForDuplicateValues="0" displayfield="TITLE" datafield="TITLE" datasource="which.mas" datatype="0" selectedvalue="" operation="" slider_range_from="" slider_range_to="" linktype="none" sourcetype="typeMaster"></data_info></condition></link>
				
<requestid id="10"></requestid>
				
<requestid id="0"></requestid></variable></variables>
		
<input_controls>
			
<input_control bindcontrolid="compUid_1" elementtype="8" requiredfield="0" name="lastNameCB" id="LastNameCB" multiple="0" inbinding="1" top="20" left="30" width="60" height="20" onetimepopulated="0" unresolved="0" textvarname="LAST_NAME_TEXT">
				
<link linktype="default" persistentuniqueid="compUid_2">
					
<condition default="1" name="Default" whattodowithcontrol="0" valuescompareoperator="0" parameterscompareoperator="0" conditionmultiselectoperator="0">
						
<data_info checkForDuplicateValues="1" datatype="1" datasource="lname.fex" addalloption="1" sourcetype="typeFex" cacheruntimedata="0" accept="0" operation="NONE" modifiedrequest="0" displayfield="PEOPLE_DIM.PEOPLE_DIM.LAST_NAME" datafield="PEOPLE_DIM.PEOPLE_DIM.LAST_NAME" ibiapp_app="michelle" dynalldisplayvalue="ALL" addnoselectionoption="0" dynnoselectiondisplayvalue="- Make Selection -" selectedvalue="" ibiformat="A60V" dfformat="A60V">
							
<![CDATA[]]>
						</data_info></condition></link></input_control>
			
<input_control bindcontrolid="compUid_2" elementtype="8" requiredfield="0" name="FirstNameCB" id="FirstNameCB" multiple="0" top="20" left="140" width="60" height="20" inbinding="1" onetimepopulated="0" unresolved="0">
				
<link linktype="default" persistentuniqueid="compUid_1" from="compUid_1">
					
<condition default="1" name="Default" whattodowithcontrol="2" valuescompareoperator="0" parameterscompareoperator="0" conditionmultiselectoperator="0" resolveparameterfq="LAST_NAME" resolveparameter="LAST_NAME">
						
<data_info checkForDuplicateValues="1" datatype="1" datasource="fname.fex" datafield="PEOPLE_DIM.PEOPLE_DIM.FIRST_NAME" displayfield="PEOPLE_DIM.PEOPLE_DIM.FIRST_NAME" addalloption="1" sourcetype="typeFex" cacheruntimedata="1" ibiformat="A60V" dfformat="A60V" accept="0" operation="NONE" modifiedrequest="0" addnoselectionoption="0" dynnoselectiondisplayvalue="- Make Selection -" ibiapp_app="michelle" dynalldisplayvalue="ALL" sorttype="0" selectedvalue="" >
							
<![CDATA[]]>
						</data_info></condition></link></input_control>
			
<input_control bindcontrolid="compUid_24" elementtype="8" name="TitleCB" id="combobox3" multiple="0" inbinding="1" top="20" left="250" width="60" height="20" onetimepopulated="0">
				
<link linktype="default" persistentuniqueid="compUid_21">
					
<condition default="1" name="Default" whattodowithcontrol="0" valuescompareoperator="0" parameterscompareoperator="0" conditionmultiselectoperator="0">
						
<data_info checkForDuplicateValues="1" sourcetype="typeFex" datatype="1" modifiedrequest="0" datasource="titles.fex" displayfield="J0.PEOPLE_EMPLOYMENT_HISTORY_DIM.POSITION_TITLE" datafield="J0.PEOPLE_EMPLOYMENT_HISTORY_DIM.POSITION_TITLE" ibiapp_app="michelle" addalloption="1" dynalldisplayvalue="ALL" selectedvalue="" accept="0" operation="NONE" sorttype="1" dosorting="0">
							
<![CDATA[]]></data_info></condition></link></input_control>
			
<input_control bindcontrolid="compUid_36" elementtype="8" name="PhoneCB" id="combobox4" multiple="0" inbinding="1" top="20" left="360" width="60" height="20" onetimepopulated="0">
				
<link linktype="default" persistentuniqueid="compUid_22">
					
<condition default="1" name="Default" whattodowithcontrol="0" valuescompareoperator="0" parameterscompareoperator="0" conditionmultiselectoperator="0">
						
<data_info checkForDuplicateValues="1" sourcetype="typeFex" datatype="1" modifiedrequest="0" datasource="phone.fex" displayfield="PEOPLE_DIM.PEOPLE_DIM.PHONE" datafield="PEOPLE_DIM.PEOPLE_DIM.PHONE" ibiapp_app="michelle" addalloption="1" dynalldisplayvalue="ALL" selectedvalue="" accept="0" operation="NONE" ibiformat="A15V">
							
<![CDATA[]]></data_info></condition></link></input_control>
			
<input_control bindcontrolid="compUid_48" elementtype="8" name="RoomCB" id="combobox5" multiple="0" inbinding="1" top="20" left="470" width="60" height="20" onetimepopulated="0">
				
<link linktype="default" persistentuniqueid="compUid_23">
					
<condition default="1" name="Default" whattodowithcontrol="0" valuescompareoperator="0" parameterscompareoperator="0" conditionmultiselectoperator="0">
						
<data_info checkForDuplicateValues="1" sourcetype="typeFex" datatype="1" modifiedrequest="0" datasource="room.fex" displayfield="PEOPLE_DIM.PEOPLE_DIM.ROOM" datafield="PEOPLE_DIM.PEOPLE_DIM.ROOM" ibiapp_app="michelle" addalloption="1" dynalldisplayvalue="ALL" selectedvalue="" ibiformat="A15V" accept="0" operation="NONE" dfformat="A15V">
							
<![CDATA[]]></data_info></condition></link></input_control></input_controls>
		
<other_bound_objects></other_bound_objects>
		
<requests nextrequestsid="10">
			
<request requestid="0" targettype="iframe" targetname="report1" sourcetype="typeFex" ibif_ex="kvccdirectoryfinal.fex" ibiapp_app="michelle" activereport="0" reportcolumns=""></request>
			
<request requestid="8" sourcetype="typeUrl" targettype="window" targetname="_blank" ibif_ex="http://directory.kvcc.edu/DeptDirectory.php" activereport="0" reportcolumns="" ibiapp_app=""></request>
			
<request requestid="9" sourcetype="typeUrl" targettype="window" targetname="_blank" ibif_ex="http://www.kvcc.edu/registration/legends.htm" activereport="0" reportcolumns="" ibiapp_app=""></request>
			
<request requestid="10" sourcetype="typeFex" targettype="iframe" targetname="report1" ibif_ex="kvccdirectoryfinal.fex" activereport="0" reportcolumns="" ibiapp_app="michelle"></request></requests></rootxmlnode></script>
</xml></BODY>
<SCRIPT id=IBI_loader type=text/javascript>
doBeforeLoad();
</SCRIPT>
</HTML>



WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Platinum Member
posted Hide Post
I unfortunatly cant duplicate the issue as I am on 7.6 and dont have the appropriate release of files.

Can you confirm your tab order? Are you positive that you are in fact tabbing from Last Name to First Name directly or is it stopping somewhere else on the page?


WebFOCUS 8201M/Windows Platform
 
Posts: 109 | Registered: October 31, 2006Report This Post
Guru
posted Hide Post
Nope, I checked the tab order. Tabs directly from LastNameCB to FirstNameCB


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Platinum Member
posted Hide Post
Well,

My only suggestion would be to tear everything else out of the HTML portion of your page and do the following:

1. Add some debugging into the javascript (Call a custom function and make sure it is executing)
2. Toss some traces on in WF to check to see if the fex is executing
3. Use firebug in firefox to trace the js
4. Cross your fingers


WebFOCUS 8201M/Windows Platform
 
Posts: 109 | Registered: October 31, 2006Report This Post
Guru
posted Hide Post
Thank you. We run on IE, how do we set it to Firefox so I can use Firebug?
I think what is happening is when I reset the selectedIndex to 0 the first combobox is still "remembering" the selection which makes the second combobox list the limited selections instead of the full list. I have tried changing the selectedValue to 0 but also does not work. I have been crossing my fingers but that doesn't seem to be working for me either. Argh!


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Platinum Member
posted Hide Post
Either set it as your default browser or you can construct a URL to your HTML file. The URL will look differently based on whether it is in the MRE or an app.


WebFOCUS 8201M/Windows Platform
 
Posts: 109 | Registered: October 31, 2006Report This Post
Virtuoso
posted Hide Post
Here are the select's for comboboxes 1, 2, and 3 (with the attributes unraveled and sorted):
<SELECT
  boundtovariable="1"
  defaultlocation="0,0,22,30"
  defaultselection="1"
  id=LastNameCB
  language=javascript
  name="lastNameCB"
  onfocus=ml_autocomplete.populate(event)
  onkeydown=ml_autocomplete.setSelection(event)
  onkeypress="return ml_autocomplete.cancel(event)"
  persistentuniqueid="compUid_1"
  size=1
  style=". . ."
  tabIndex=1
  title="Select an Employee Last Name"
  ></SELECT>

<SELECT
  boundtovariable="1"
  defaultlocation="0,0,22,30"
  defaultselection="1"
  id=FirstNameCB
  language=javascript
  name="FirstNameCB"
  onfocus=ml_autocomplete.populate(event)
  onkeydown=ml_autocomplete.setSelection(event)
  onkeypress="return ml_autocomplete.cancel(event)"
  persistentuniqueid="compUid_2"
  size=1
  style=". . ."
  tabIndex=2
  title="Select an Employee First Name"
  ></SELECT>

<SELECT
  boundtovariable="1"
  defaultlocation="0,0,22,30"
  defaultselection="1"
  id=combobox3
  language=javascript
  name="TitleCB"
  onchange=combobox3_onchange(this)
  onfocus=ml_autocomplete.populate(event)
  onkeydown=ml_autocomplete.setSelection(event)
  onkeypress="return ml_autocomplete.cancel(event)"
  persistentuniqueid="compUid_24"
  size=1
  style=". . ."
  tabIndex=3
  title="Select an Employee Title"
  ></SELECT>


Interesting: there is an 'onchange' property declared for combobox3, but none for combobox1 and 2.
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Expert
posted Hide Post
When "ibirls2.js" was first implemented (5.2.3?), one of the things "achieved" on page load was to remove all the onchange events for chained combo boxes and replace those event calls with a chaining solution. If I remember correctly, there was a "fix" that prepended (or appended?) the new onchange event call instead of replacement, but it was a long time ago and we are several releases forward of that point.

Whether this is stil the case with "ibirls3" in 7.7. I do not know because I have not had the time to analyse it and understand exactly what is going on in the JavaScript.

My first attempt at testing for the error would be to remove the autocomplete calls on every one of the controls and retest. Either keep a copy of the code as it is, before you make changes, or use HTML commenting (<!-- and -->), so that you can get back to where you started. Reintroduce the events one at a time to see which one breaks the chain.

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
Guru
posted Hide Post
Okay, I guess I've had an "Ah-Ha" momemt. I will share it with everyone. It would appear that WF has built in auto complete (here's the catch) as long as you set focus to the combobox. No where in any of my reading and searching did I see this in print, but it works, in 7.7 anyway. Tony suggested I take out the autocomplete code and add it back in one at a time to see where it is breaking. So, I did this. I took out all of the autocomplete code, but left the code to set focus to my combobox. I ran it and the autocomplete still worked. I thought my computer had some VooDoo going on, so I saved everything, closed down my launch page, re-opened it and ran it again. It still worked. So, I think my problem was that the autocomplete code I added was fighting with the furnished functionality from WF. I wish I would have thought to set focus to the box before I added the autocomplete code. I wouldn't have had this issue but then I would not have learned this valuable lesson to share with everyone. Autocomplete and tabbing to the next field works now. I have yet to figure out the code to add to my homegrown reset to reload the chained box that is dynamiclly populated with an external procedure. I want it to look smooth and not reload the entire page like the WF furnished Reset Button does.


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Expert
posted Hide Post
Thanks for sharing your resolution, I am pleased that you managed to get there Smiler

I can find no real problem with your reset_selects code, although you could actually have -
function ResetSelects() {
       selectCol = document.getElementsByTagName("SELECT");
       for(i=0; i<selectCol.length; i++) {
          selectCol[i].selectedIndex = 0;
       }
    }

... and it works on the HTML you gave above (changing the fexes to look at EMPDATA etc.)

T

This message has been edited. Last edited by: Tony A,



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
Guru
posted Hide Post
Tony, I put your code in instead of mine and I get the same result, second combobox still does not show all available name. Is there a way to call or force the on click event of the first combobox after the selectedIndex has been set to o in the on click event of the reset? I say this because if I click on the 'All' in the first box it will give me all the names in my second box, which is what I want.


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Expert
posted Hide Post
One of the problems with what you want to do is that with chaining, the combo contents are completely reloaded. e.g. when you select a value in the first chained combo, the second combo is reloaded with relevant values. Reseting the selectedIndex to 0 will only do that, it will not reset the contents back to what they should be in relation to the All beinging selected in the first combo. To have that functionality then you would need to reset the chaining (which is what the reset button would do if you allowed it to).

My suggestion is to decide how you want the combos to behave and then work forward from that. My guess is that you would need the correct chaining method and have to use the proper reset function rather than your own.

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
Guru
posted Hide Post
I hope you don't think this is a stupid question....
I am pretty new to WebFOCUS and both my partner and I can not figure out how to run WF in FireFox. I have set my default browser to FF but
WF still opens in IE. Is there a WF setting I need to change? I read in the help files that WF only runs on IE, I'm assuming this in incorrect?
I would much rather use FF and for testing I'd like to see how reports display on both IE and FF.

Any help would be appreciated.

Thanks
Michelle


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Expert
posted Hide Post
Hi Michele,

My understanding is that with 7.7 Wf uses a new JS framework that allows more compatability with browsers such as FF (3.6+ I think?).

As for defaulting to FF, I would have thought that making it your default browser would have been sufficient.

Have you searched for browser and firefox using the link top right?

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
Expert
posted Hide Post
When you say "WF still opens in IE", do you mean IE opens when you run a report from Developer Studio? Developer Studio has always relied on IE, and I wouldn't be surprised that setting the default web browser to Firefox is not enough. Perhaps there's a web browser setting in Developer Studio v7.7.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
Francis,

Yes that's what I mean. I have been searching for the Dev Studio setting but I'm starting to think there isn't one. From reading other posts it sounds like others are using Firefox so not sure what I am doing wrong. I am going to have our admin try a setting in site.wfs to add the HTTP Header Variable for browser detection, maybe this will work.


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Gold member
posted Hide Post
I would love for WebFOCUS to open Firefox. Many threads have discussed it and I cannot remember ever seeing a way to do it. I have 7.7.02 for development. I will take a fresh look at its settings. Maybe this will be the version where we get to make a choice of the default browser.
 
Posts: 60 | Location: Ellensburg Washington | Registered: May 22, 2009Report This Post
Guru
posted Hide Post
Meagher,

Thanks for the info. We can hope and pray for this feature in a new release.


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Guru
posted Hide Post
Tony A,

I'm running on IE 8, I changed my signature. I'm wondering if this could be causing some of my troubles. Ref the chained comboboxes. I did try the WF provided reset button and it still did not reset my first name combobox. My other issue(one of many I'm sure...) is the fact that whenever I set focus to the last name combobox(or any box for that matter), it doesn't work if I have a button, radio button or check box on my html page. If I remove the buttons then it works fine. We have opened a case on that one. My directory takes a very long time to load also, I have tried populating my combos with embedded and external procedures. Doesn't seem to make much difference. All of my combos are populated on load, the first name is chained to the last name, but user can also search by only first name so needs to load entire list on initial load and reset. I thank you for all your advise. I have yet to get these issues figured out.


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Expert
posted Hide Post
Michelle,

I've used your exact code as a base - obviously had to create the external fexes and change other references etc. to use sample database data - and I can see that the chaining is not working.

I also use IE8 but I can create a working chain using the composer. I am also checking this out on 7.7.01 (32bit) on a 64bit system, so I do not think that there problem lies there.

I've even compared your code to a working chain model that I have created but the code is soooo much more complex than in earlier releases that it's not easy to see where there may be problems.

If I spot anything then I'll let you know.

I have found that when you get to this situation that it is sometimes easier to trash and rebuild than it is to continue to try and debug the existing one.

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
Guru
posted Hide Post
Tony, Thank you so much for helping me out. I tried starting with a new launch page and it didn't work any better. I really am stuck.


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Expert
posted Hide Post
Michelle,

If I've copied your code from above correctly without introducing anything (other than using local data), I think that your problem might be with caching.

For your first combo in the chain you do not have caching turned on but you do for your second one.

When I remove the caching from the second combo in my copied version, chaining starts working as it should.

Try that and let me know how it goes.

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
Guru
posted Hide Post
Tony,
I thought about caching and I removed it from one of my copies and it still didn't work. I started
a new launch page and used WF controls for the search and reset and made sure caching was off, and even the WF reset button did not reset the first name combobox. It also didn't "re-load" the page like I have seen it do in the past.
Here is my first name fex. We are using a data mart for our tables. Our data mart has a people table which has students and employees in it. That's a lot of data to sift through so Yesterday I suggested we make another table just for employees, this should speed it up I would think. We'll see, I'm doing that today.

PS, which is better to use or more efficient, embedded procedures or external fex's? I notice when I use the embedded procedures it is a little quicker but the chain won't work unless I use an external procedure for the first name combo.

-* File FName.fex
-*------------------------------------------------------------------------
-* Programmer:  Michelle Adams
-* Date:  September 23, 2010
-*------------------------------------------------------------------------
-* Program Purpose: Produces a list of employees by FirstName and LastName
-* displaying Lastname, Firstname and Pidm. Report is ordered by FirstName.
-* For employees with active status.
-*-------------------------------------------------------------------------
-* Output type: XML
-*-------------------------------------------------------------------------
-* Other Programs: Used to populate FirstName parameter dropdown ComboBox in 
-* HTML launch page, KvccWebDirectoryFinal.html
-*-------------------------------------------------------------------------
-* Parameters: none.
-*-------------------------------------------------------------------------
-* Tables: PEOPLE_DIM
-*-------------------------------------------------------------------------
-* UPDATES:
-*
-*
-*
-*-------------------------------------------------------------------------
TABLE FILE PEOPLE_DIM
PRINT 
     'PEOPLE_DIM.PEOPLE_DIM.FIRST_NAME'
     'PEOPLE_DIM.PEOPLE_DIM.PIDM'
BY TOTAL 'PEOPLE_DIM.PEOPLE_DIM.FIRST_NAME' NOPRINT
BY 'PEOPLE_DIM.PEOPLE_DIM.LAST_NAME'
WHERE PEOPLE_DIM.PEOPLE_DIM.EMPLOYEE_STATUS EQ 'A';
WHERE PEOPLE_DIM.PEOPLE_DIM.PHONE NE 'na';
ON TABLE SET PAGE-NUM OFF 
ON TABLE SET BYDISPLAY ON 
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT XML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
     INCLUDE = endeflt,
$
ENDSTYLE
END


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Expert
posted Hide Post
As your fname is the second combo in the chain, then I would have expected your fex to look like this -

-DEFAULTH &LAST_NAME = 'FOC_NONE'
TABLE FILE PEOPLE_DIM
  SUM FST.'PEOPLE_DIM.PEOPLE_DIM.FIRST_NAME'
   BY 'PEOPLE_DIM.PEOPLE_DIM.FIRST_NAME'
WHERE 'PEOPLE_DIM.PEOPLE_DIM.LAST_NAME' EQ '&LAST_NAME'
WHERE PEOPLE_DIM.PEOPLE_DIM.EMPLOYEE_STATUS EQ 'A';
WHERE PEOPLE_DIM.PEOPLE_DIM.PHONE NE 'na';
ON TABLE PCHOLD FORMAT XML
END

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
Guru
posted Hide Post
Tony,

I just put your code into my fname.fex re-ran it and then refreshed the html page and still the
first name box will not reset.


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Expert
posted Hide Post
Michelle,
quote:
One of the problems with what you want to do is that with chaining, the combo contents are completely reloaded. e.g. when you select a value in the first chained combo, the second combo is reloaded with relevant values. Reseting the selectedIndex to 0 will only do that, it will not reset the contents back to what they should be in relation to the All being selected in the first combo. To have that functionality then you would need to reset the chaining (which is what the reset button would do if you allowed it to).

Instead of doing what you've coded, you need to ensure that the contents are reset as well.

I managed to replicate what you are doing and this code worked for me.

//Begin function ResetSelects
function ResetSelects() {
  var ctrl = document.getElementById("LastNameCB");
  ctrl.selectedIndex = 0;
  DoResetDownChainControls(ctrl);
}

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
Guru
posted Hide Post
T you are a genius!! That did the trick! I looked all over for the right function to use to reset the chain and you found it. Thank you soooo much. If I don't talk to you again before the holiday, Have a Merry Christmas!


WebFOCUS Server 8.1.05
Windows 2008 Server
WebFOCUS AppStudio 8.1.05
Windows 7 Professional
IE 11 and Chrome Version 43.0.2357.124 m.
Mostly HTML, PDF, Excel, and AHTML
 
Posts: 272 | Location: Kalamazoo, Michigan | Registered: September 30, 2010Report This Post
Expert
posted Hide Post
A happy Camper!!! Wink

Hope the holidays bring you all you wish for!

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
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Chaining/Autocomplete/Focus issues

Copyright © 1996-2020 Information Builders