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     Webfocus 7.6.10 processing issue

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Webfocus 7.6.10 processing issue
 Login/Join
 
Gold member
posted
I am running into an issue with 7.6.10 and want to know if anyone else has encountered this. I have an application that was built using the html composer in 7.6.4. It has many fields one of which is A300V.

Here is the problem. When I upgrade my production server (win 2k3 svr - multi processor - physical) to 7.6.10 and run this app, the app just hangs - with the message in the status bar 'retrieving data...'. However if I run this same app on my development server (win 2k3 svr - single processor - virtual) it runs fine.

If I remove the A300 field then it works fine on my production box. I have already submitted this to IBI. I am just wondering if anyone else has encountered anything similar.


WF 8.2.01M
8.2.01M Reporting Server
Windows 2012 Srvr R2
PDF,Excel, HTML
Graphs - a lot of graphs
 
Posts: 60 | Location: Atlanta, GA | Registered: October 30, 2003Report This Post
Expert
posted Hide Post
It's not an "app", but a report, or fex, correct?

There are several reasons for different behaviour of the same fex on different servers:

1) Different meta-data
2) Different settings in site.wfs (Accessible via the WebFOCUS Client Admin Console)
3) Different settings in edasprof.prf (accessible via the WebFOCUS Server Console)

Compare the files between servers, one difference could be causing the problem.

This message has been edited. Last edited by: Francis Mariani,


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
Gold member
posted Hide Post
Its an html page. Not a fex. Meta-data, settings, etc are identical - pointing to the same sql server for data. The dev server was setup just like the production server. The only difference is the hardware (speed, physical vs vm, memory, etc).


WF 8.2.01M
8.2.01M Reporting Server
Windows 2012 Srvr R2
PDF,Excel, HTML
Graphs - a lot of graphs
 
Posts: 60 | Location: Atlanta, GA | Registered: October 30, 2003Report This Post
Virtuoso
posted Hide Post
You'll have to give us more detail about what you are trying to do. A simple HTML page could care less about the format of a field, unless you're dynamically populating a drop down box or executing a procedure as part of the launch page.

There are MANY reasons why it would work on one server but not the other. Would have to see your html page to tell more.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
Gold member
posted Hide Post
Here is the code. ACTIVITYNAME is the field.
<!-- Generated by Report Layout Painter -->
<HTML>
<HEAD>
<SCRIPT id=IBI_RelCallBack type=text/javascript>function AdjustChildrenPosition(){
}
</SCRIPT>

<SCRIPT id=IBI_OptionsScript type=text/javascript>
var rltVersion = "764";
var cgipath = "cgipath";
var ibirls = "ibirls2";

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

var ibixmltree="ibixmltree";

var ibiOptions = new Array(cgipath,ibirls,rltdyncalendar,olap,olapdrill,olappanebase);
</SCRIPT>

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

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

<SCRIPT id=IBI_ibigblloadCss type=text/javascript>
ibigblloadCss(null);</SCRIPT>
<TITLE>HtmlPage</TITLE>
<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

document.getElementById("button1").click();
listbox3.selectedIndex = 0;


}
//End function window_onload


//Begin function customselect1_OnClick
function customselect1_OnClick(ctrl) {
// TODO: Add your event handler code here
moveSelection(ctrl, false)
}
//End function customselect1_OnClick

//Begin function customselect1_OnDblClick
function customselect1_OnDblClick(ctrl) {
// TODO: Add your event handler code here
moveSelection(ctrl, true)
}
//End function customselect1_OnDblClick

//Begin function customselect1_OnClick
function customselect1_OnClick(ctrl) {
// TODO: Add your event handler code here
moveSelection(ctrl, false)
}
//End function customselect1_OnClick

//Begin function customselect1_OnDblClick
function customselect1_OnDblClick(ctrl) {
// TODO: Add your event handler code here
moveSelection(ctrl, true)
}
//End function customselect1_OnDblClick

//Begin function saveButton_OnClick
function saveButton_OnClick(ctrl) {
// TODO: Add your event handler code here
SaveSelectedParameters()
}
//End function saveButton_OnClick

//Begin function button3_OnClick
function button3_OnClick(ctrl) {
// TODO: Add your event handler code here
if ((listbox3.selectedIndex == 0) && (checkbox1_0.checked == false))
  {
    alert("Please select at least one course or check the 'core' box.");
    listbox3.focus();
    return (false);
  }
if ((listbox3.selectedIndex != 0) && (checkbox1_0.checked == true))
  {
    alert("You have checked the 'core' box and selected a course(s)" + '\n' +
          "You may select individual courses OR check the 'core' box but not both");
		listbox3.focus();
	    return (false);
  }
  OnExecute(ctrl)
}
//End function button3_OnClick

//Begin function Business_Unit_onchange
function Business_Unit_onchange(ctrl) {
ddlMajor1.value = Business_Unit.value;
DoUpdateSelection(ddlMajor1);
DoResetDownChainControls(ddlMajor1);

}
//End function Business_Unit_onchange

//Begin function button1_OnClick
function button1_OnClick(ctrl) {
// TODO: Add your event handler code here
OnExecute(ctrl)
}
//End function button1_OnClick

//Begin function button2_onclick
function button2_onclick(ctrl) {
CourseSearch.value = " ";
document.getElementById("button1").click();
listbox3.selectedIndex = 0;

}
//End function button2_onclick
</SCRIPT>

<SCRIPT for=window eventname="onload">window.onload = function() { window_onload(); }</SCRIPT>
</HEAD>
<BODY style="OVERFLOW: auto" bgColor=#7a96df edaconnectionrequired="true">
<SPAN id=text1 style="FONT-SIZE: 11px; Z-INDEX: 24; LEFT: 1040px; WIDTH: 180px; FONT-FAMILY: Arial; POSITION: absolute; TOP: 0px; HEIGHT: 20px" tabIndex=26>BP Divisional Groups or CP Orgs</SPAN>
<SPAN id=text11 style="FONT-SIZE: 11px; Z-INDEX: 31; LEFT: 450px; WIDTH: 80px; FONT-FAMILY: Arial; POSITION: absolute; TOP: 190px; HEIGHT: 20px" tabIndex=33>
<SPAN>Course Search</SPAN></SPAN>
<SPAN id=text9 style="FONT-SIZE: 11px; Z-INDEX: 29; LEFT: 0px; WIDTH: 160px; FONT-FAMILY: Arial; POSITION: absolute; TOP: 0px; HEIGHT: 20px" tabIndex=31>Business Unit</SPAN>
<SPAN id=text7 style="FONT-SIZE: 11px; Z-INDEX: 18; LEFT: 0px; WIDTH: 160px; FONT-FAMILY: Arial; POSITION: absolute; TOP: 50px; HEIGHT: 20px" tabIndex=18 ElementToPaste="true">Employee Status</SPAN>  
<SPAN id=text2 style="FONT-SIZE: 11px; Z-INDEX: 5; LEFT: 250px; WIDTH: 193px; FONT-FAMILY: Arial; POSITION: absolute; TOP: 0px; HEIGHT: 19px" tabIndex=5>
<SPAN>Select one or more facilities</SPAN></SPAN>
<SELECT id=listbox2 style="Z-INDEX: 6; LEFT: 250px; WIDTH: 190px; POSITION: absolute; TOP: 20px; HEIGHT: 190px" tabIndex=6 multiple size=3 name=VSFACILITYNAME dynalldisplayvalue="ALL" dfformat="A255V" ibiformat="A255V" labelid="text2" addalloption="1" accept="0" operation="OR" displayfield="VSFACILITYNAME" datafield="VSFACILITYNAME" datasource="TBLFACILITIES.mas" boundtovariable="1" requiredfield="1516570" datatype="1" sourcetype="typeMaster" newchainnumber="0" selectedvalue="ALL" ibic_server="EDASERVE" ibiapp_app="#" numofrecords="-1" chainnumber="0" inchainindex="2" cacheruntimedata="1"></SELECT> 
<SELECT id=listbox3 style="Z-INDEX: 8; LEFT: 450px; OVERFLOW: scroll; WIDTH: 480px; POSITION: absolute; TOP: 20px; HEIGHT: 170px" tabIndex=8 multiple size=3 name=ACTIVITYNAME dynalldisplayvalue="Select at least one course or check 'core' box" dfformat="A300V" ibiformat="A300V" labelid="text3" addalloption="1" accept="0" operation="OR" displayfield="ACTIVITYNAME" datafield="ACTIVITYNAME" datasource="tblcourselistall.mas" boundtovariable="1" requiredfield="1516570" datatype="1" sourcetype="typeMaster" newchainnumber="2" selectedvalue="ALL" ibic_server="EDASERVE" ibiapp_app chainnumber="2" inchainindex="2" cacheruntimedata="1" IBIMR_domain="lmsrepor/lmsrepor.htm" IBIMR_folder="#trainingrepo"></SELECT>
<SPAN id=text4 style="FONT-SIZE: 11px; Z-INDEX: 9; LEFT: 940px; WIDTH: 90px; FONT-FAMILY: Arial; POSITION: absolute; TOP: 0px; HEIGHT: 20px" tabIndex=9 ElementToPaste="true">Functional  Group</SPAN>
<SELECT id=listbox4 style="Z-INDEX: 10; LEFT: 940px; WIDTH: 80px; POSITION: absolute; TOP: 20px; HEIGHT: 180px" tabIndex=10 multiple size=3 name=VSORGFUNCDESIG dynalldisplayvalue="ALL" dfformat="A15V" ibiformat="A15V" labelid="text4" addalloption="1" accept="0" operation="OR" displayfield="VSORGFUNCDESIG" datafield="VSORGFUNCDESIG" datasource="TBLFUNCDESIG.mas" boundtovariable="1" requiredfield="1516570" datatype="1" sourcetype="typeMaster" selectedvalue="ALL" ibic_server="EDASERVE" ibiapp_app="lms"></SELECT>
<SPAN id=text5 style="FONT-SIZE: 11px; Z-INDEX: 11; LEFT: 0px; WIDTH: 150px; FONT-FAMILY: Arial; POSITION: absolute; TOP: 100px; HEIGHT: 19px" tabIndex=11>Training Status</SPAN>
<SELECT id=listbox5 style="LEFT: 0px; WIDTH: 230px; POSITION: absolute; TOP: 120px" tabIndex=12 size=1 name=NEWSTATUS dynalldisplayvalue="ALL" dfformat="A50" ibiformat="A50" labelid="text5" addalloption="1" accept="0" operation="NONE" displayfield="STATUS" datafield="STATUS" datasource boundtovariable="1" requiredfield="1516570" datatype="0" sourcetype="typeMaster" selectedvalue="Registered">
<OPTION value=Completed selected displaytext="Completed">Completed</OPTION>
<OPTION value=Registered displaytext="Registered but not Completed">Registered but not Completed</OPTION>
<OPTION value=Unregistered displaytext="Unregistered">Unregistered</OPTION>
<OPTION value=Both displaytext="Both-Registered&Completed">Both-Registered&Completed</OPTION>
<OPTION value=All displaytext="All-Reg&Comp&Unr">All-Reg&Comp&Unr</OPTION>
<OPTION value=Gap displaytext="Gap">Gap</OPTION></SELECT>
<SPAN id=text6 style="FONT-SIZE: 11px; Z-INDEX: 13; LEFT: 0px; WIDTH: 30px; FONT-FAMILY: Arial; POSITION: absolute; TOP: 210px; HEIGHT: 30px" tabIndex=13>
<SPAN>Output to</SPAN></SPAN>
<SELECT id=WFFMT style="Z-INDEX: 14; LEFT: 40px; WIDTH: 150px; POSITION: absolute; TOP: 210px" tabIndex=14 size=1 name=WFFMT labelid="text6" addalloption="0" accept="0" operation="NONE" datasource boundtovariable="1" requiredfield="1516570" datatype="0" sourcetype="typeMaster" selectedvalue>
<OPTION value=HTML displaytext="HTML">HTML</OPTION>
<OPTION value=EXL2K displaytext="Excel 2000">Excel 2000</OPTION>
<OPTION value=AHTML selected displaytext="HTML Active Report">HTML Active Report</OPTION></SELECT>
<SPAN id=text3 style="FONT-SIZE: 11px; Z-INDEX: 15; LEFT: 450px; WIDTH: 140px; FONT-FAMILY: Arial; POSITION: absolute; TOP: 0px; HEIGHT: 20px" tabIndex=15 ElementToPaste="true">
<SPAN>Select one or more courses</SPAN></SPAN>
<SPAN id=text7 style="FONT-SIZE: 11px; Z-INDEX: 18; LEFT: 0px; WIDTH: 60px; FONT-FAMILY: Arial; POSITION: absolute; TOP: 150px; HEIGHT: 20px" tabIndex=18 ElementToPaste="true">Pay Type</SPAN>
<SELECT id=combobox2 style="Z-INDEX: 19; LEFT: 0px; WIDTH: 230px; POSITION: absolute; TOP: 70px" tabIndex=19 name=EMPSTATUS addalloption="0" accept="0" operation="NONE" datasource boundtovariable="1" datatype="0" sourcetype="typeMaster" selectedvalue>
<OPTION value=Active displaytext="Active (inc. LOA)">Active (inc. LOA)</OPTION>
<OPTION value=Inactive displaytext="Inactive (terms)">Inactive (terms)</OPTION>
<OPTION value=ExcLOA selected displaytext="Active (exc. LOA)">Active (exc. LOA)</OPTION>
<OPTION value=LOA displaytext="LOA">LOA</OPTION></SELECT>
<INPUT id=edit1 style="LEFT: 60px; WIDTH: 70px; POSITION: absolute; TOP: 170px; HEIGHT: 22px" tabIndex=20 hspace=0 accept=0 size=1 name=COMP_DATE_FROM ibiformat="MDYY" addalloption="0" operation boundtovariable="1" datatype="0" sourcetype="typeMaster" calendardatatype="1" calendardata="0/0/-10;0/0/10" elementtype="14">
<INPUT id=edit2 style="LEFT: 160px; WIDTH: 70px; POSITION: absolute; TOP: 170px; HEIGHT: 22px" tabIndex=21 hspace=0 accept=0 size=2 name=COMP_DATE_TO ibiformat="MDYY" addalloption="0" operation boundtovariable="1" datatype="0" sourcetype="typeMaster" calendardatatype="1" calendardata="0/0/-10;0/0/10" elementtype="14">
<SPAN id=text8 style="FONT-SIZE: 11px; Z-INDEX: 20; LEFT: 60px; WIDTH: 50px; FONT-FAMILY: Arial; POSITION: absolute; TOP: 150px; HEIGHT: 20px" tabIndex=22>From Date</SPAN>
<SPAN id=text10 style="FONT-SIZE: 11px; Z-INDEX: 22; LEFT: 160px; WIDTH: 70px; FONT-FAMILY: Arial; POSITION: absolute; TOP: 150px; HEIGHT: 20px" tabIndex=24>To Date</SPAN> 
<SPAN id=checkbox1 contentEditable=false style="FONT-SIZE: 11px; Z-INDEX: 25; LEFT: 590px; WIDTH: 60px; FONT-FAMILY: Arial; POSITION: absolute; TOP: 0px; HEIGHT: 20px" tabIndex=27 addalloption="0" accept="0" operation="NONE" datasource boundtovariable="1" datatype="0" sourcetype="typeMaster" selectedvalue name="BPCORE" columns="1">
<TABLE contentEditable=false style="FONT-SIZE: 11px; WIDTH: 100%; HEIGHT: 100%" cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD>
<INPUT id=checkbox1_0 type=checkbox value=Y name=BPCORE displaytext="Core">
<LABEL style="CURSOR: default" tabIndex=27 for=checkbox1_0>Core</LABEL></TD></TR></TBODY></TABLE></SPAN>
<SELECT id=combobox3 style="Z-INDEX: 26; LEFT: 0px; WIDTH: 60px; POSITION: absolute; TOP: 170px" tabIndex=28 name=SPAYTYPE addalloption="0" accept="0" operation="NONE" datasource boundtovariable="1" datatype="0" sourcetype="typeMaster" selectedvalue>
<OPTION value=FOC_NONE selected displaytext="All">All</OPTION>
<OPTION value=Hourly displaytext="Hourly">Hourly</OPTION>
<OPTION value=Salaried displaytext="Salaried">Salaried</OPTION></SELECT>
<INPUT language=javascript id=saveButton style="Z-INDEX: 27; LEFT: 310px; WIDTH: 100px; POSITION: absolute; TOP: 210px; HEIGHT: 30px" onclick=saveButton_OnClick(this) tabIndex=29 type=button value="Save Selection" name=saveButton elementtype="27">
<SELECT language=javascript id=Business_Unit style="Z-INDEX: 28; LEFT: 0px; WIDTH: 230px; POSITION: absolute; TOP: 20px" tabIndex=30 onclick=Business_Unit_onchange(this) name=Business_Unit dynalldisplayvalue="ALL" dfformat="A50V" ibiformat="A50V" addalloption="1" accept="0" operation displayfield="VSMAJORGROUPDESC" datafield="VSMAJORGROUPDESC" datasource="TBLFACILITIES.mas" boundtovariable="1" datatype="1" sourcetype="typeMaster" newchainnumber="0" selectedvalue ibic_server="EDASERVE" ibiapp_app="#" chainnumber="0" inchainindex="1" cacheruntimedata="1"></SELECT>
<INPUT id=CourseSearch style="Z-INDEX: 30; LEFT: 450px; WIDTH: 160px; POSITION: absolute; TOP: 210px; HEIGHT: 22px" tabIndex=32 maxLength=10 accept=0 size=10 name=SEARCHACTIVITY addalloption="0" operation="NONE" datasource boundtovariable="1" datatype="0" sourcetype="typeMaster" selectedvalue="FOC_NONE">
<INPUT language=javascript id=button1 style="Z-INDEX: 32; LEFT: 610px; WIDTH: 40px; POSITION: absolute; TOP: 210px; HEIGHT: 30px" onclick=button1_OnClick(this) tabIndex=34 type=button size=8 value=Go name=button1 requests_list="6">
<INPUT language=javascript id=button2 style="Z-INDEX: 33; LEFT: 650px; WIDTH: 100px; POSITION: absolute; TOP: 210px; HEIGHT: 30px" onclick=button2_onclick(this) tabIndex=35 type=button size=26 value="Reset Courses" name=button2>
<INPUT language=javascript id=button3 style="Z-INDEX: 34; LEFT: 200px; WIDTH: 110px; POSITION: absolute; TOP: 210px; HEIGHT: 30px" onclick=button3_OnClick(this) tabIndex=36 type=button size=264 value="Run Report" name=button3 requests_list="7">
<IFRAME id=iframe1 style="Z-INDEX: 35; LEFT: -30px; WIDTH: 1320px; POSITION: absolute; TOP: 340px; HEIGHT: 1200px" tabIndex=37 name=iframe1></IFRAME>
<IFRAME id=iframe2 style="Z-INDEX: 36; LEFT: 340px; VISIBILITY: hidden; WIDTH: 190px; POSITION: absolute; TOP: 987px; HEIGHT: 190px" tabIndex=38 name=iframe2></IFRAME>
<SELECT id=listbox1 style="Z-INDEX: 37; LEFT: 1040px; WIDTH: 240px; POSITION: absolute; TOP: 20px; HEIGHT: 180px" tabIndex=39 multiple size=3 name=DIVGROUP dynalldisplayvalue="ALL" dfformat="A255" ibiformat="A255" addalloption="1" accept="0" operation="OR" displayfield="DIVGROUP" datafield="DIVGROUP" datasource="TBLDIVGROUP.mas" boundtovariable="1" datatype="1" sourcetype="typeMaster" newchainnumber="1" selectedvalue="ALL" ibic_server="EDASERVE" ibiapp_app="#" numofrecords="50" chainnumber="1" inchainindex="2" cacheruntimedata="1"></SELECT>
<SELECT id=ddlMajor1 style="Z-INDEX: 38; LEFT: 780px; VISIBILITY: hidden; WIDTH: 220px; POSITION: absolute; TOP: 220px" tabIndex=40 name=comboboxx dfformat="A50" ibiformat="A50" displayfield="VSMAJORGROUPDESC" datafield="VSMAJORGROUPDESC" datasource="TBLDIVGROUP.mas" datatype="1" sourcetype="typeMaster" newchainnumber="1" ibic_server="EDASERVE" ibiapp_app="#" chainnumber="1" inchainindex="1" cacheruntimedata="1"></SELECT></SELECT></SELECT> 
<SPAN id=text14 style="FONT-SIZE: 11px; Z-INDEX: 42; LEFT: 770px; WIDTH: 48px; FONT-FAMILY: Arial; POSITION: absolute; TOP: 210px; HEIGHT: 19px" tabIndex=44>Domain</SPAN> 
<SELECT id=listbox6 style="Z-INDEX: 45; LEFT: 820px; WIDTH: 150px; POSITION: absolute; TOP: 210px; HEIGHT: 120px" tabIndex=47 multiple size=3 name=listbox6 dfformat="A100V" ibiformat="A10" operation="OR" displayfield="DOMAINNAME" datafield="DOMAIN" datasource="VWDOMAINLIST.mas" datatype="1" sourcetype="typeMaster" newchainnumber="2" selectedvalue="2" ibic_server="EDASERVE" ibiapp_app="#" chainnumber="2" inchainindex="1" cacheruntimedata="1"></SELECT>
<INPUT id=layoutinfo style="LEFT: -100px; POSITION: absolute; TOP: -100px" type=hidden inputcontrolids="listbox2;listbox3;listbox4;listbox5;WFFMT;combobox2;edit1;edit2;checkbox1;combobox3;Business_Unit;CourseSearch;listbox1;ddlMajor1;listbox6">
<INPUT id=IBIMR_domain style="LEFT: -100px; POSITION: absolute; TOP: -100px" type=hidden value=lmsrepor/lmsrepor.htm name=IBIMR_domain>
<INPUT id=IBIMR_folder style="LEFT: -100px; POSITION: absolute; TOP: -100px" type=hidden value=#trainingrepo name=IBIMR_folder>
<INPUT id=ibif_ex style="LEFT: -100px; POSITION: absolute; TOP: -100px" type=hidden value=app/qsuqrl8o.htm name=ibif_ex>
<INPUT id=ibiapp_app style="LEFT: -100px; POSITION: absolute; TOP: -100px" type=hidden name=ibiapp_app ismre="1">
<INPUT id=ibic_server style="LEFT: -100px; POSITION: absolute; TOP: -100px" type=hidden value=EDASERVE name=ibic_server>
<SCRIPT id=IBI_ChainScript type=text/javascript>
<!--
window.chain0=new Array(1);
window.chain0[0]=new String("Business_Unit;listbox2");
window.chain0[1]=1
window.chain1=new Array(1);
window.chain1[0]=new String("ddlMajor1;listbox1");
window.chain1[1]=1
window.chain2=new Array(1);
window.chain2[0]=new String("listbox6;listbox3");
window.chain2[1]=1
//--></SCRIPT>
<xml id=ibi_requests>
<script>

<requests>

<request requestid="6" sourcetype="typeFex" targettype="iframe" targetname="iframe2" ibif_ex="app/courselist.fex" IBIMR_domain="lmsrepor/lmsrepor.htm" IBIMR_folder="#trainingrepo" IBIMR_sub_action="MR_STD_REPORT" activereport="0" reportcolumns="" ibiapp_app="">

<variables>

<variable field="SEARCHACTIVITY" file="tblcourselistall.mas" desc="SEARCHACTIVITY" datatype="0" operation="" default="FOC_NONE" name="SEARCHACTIVITY" textvarname="" accept="0" type="default" select="0" min="" max="" controltype="7" create="0"></variable></variables></request>

<request requestid="7" sourcetype="typeFex" targettype="iframe" targetname="iframe1" ibif_ex="app/training_status_new.fex" IBIMR_domain="lmsrepor/lmsrepor.htm" IBIMR_folder="#trainingrepo" IBIMR_sub_action="MR_STD_REPORT" activereport="0" reportcolumns="" ibiapp_app="">

<variables>

<variable field="COMP_DATE_FROM" file="tblcoursedetail.mas" desc="COMP_DATE_FROM" datatype="0" operation="" default="FOC_NONE" name="COMP_DATE_FROM" textvarname="" accept="0" type="default" select="0" min="" max="" controltype="7" create="1"></variable>

<variable field="COMP_DATE_TO" file="tblcoursedetail.mas" desc="COMP_DATE_TO" datatype="0" operation="" default="FOC_NONE" name="COMP_DATE_TO" textvarname="" accept="0" type="default" select="0" min="" max="" controltype="7" create="1"></variable>

<variable field="BPCORE" file="tblcoursedetail.mas" desc="BPCORE" datatype="0" operation="" default="Y" name="BPCORE" textvarname="" accept="0" type="default" select="0" min="" max="" controltype="7" create="1"></variable>

<variable field="ACTIVITYNAME" file="tblcoursedetail.mas" desc="ACTIVITYNAME" datatype="0" operation="OR" default="2008 Code of Conduct" name="ACTIVITYNAME" textvarname="" accept="0" type="default" select="1" min="" max="" controltype="9" create="1">

<value value="FOC_NONE" display="FOC_NONE"></value></variable>

<variable field="LOA_DATE" file="tblcoursedetail.mas" desc="LOA_DATE" datatype="0" operation="" default="FOC_NONE" name="LOA_DATE" textvarname="" accept="0" type="default" select="0" min="" max="" controltype="7" create="0"></variable>

<variable field="EMPSTATUS" file="tblcoursedetail.mas" desc="EMPSTATUS" datatype="0" operation="" default="ExcLOA" name="EMPSTATUS" textvarname="" accept="0" type="default" select="0" min="" max="" controltype="7" create="1"></variable>

<variable field="LOASTATUSDATE" file="tblcoursedetail.mas" desc="LOASTATUSDATE" datatype="0" operation="" default="FOC_NONE" name="LOASTATUSDATE" textvarname="" accept="0" type="default" select="0" min="" max="" controltype="7" create="0"></variable>

<variable field="VSFACILITYNAME" file="tblcoursedetail.mas" desc="VSFACILITYNAME" datatype="0" operation="OR" default="FOC_NONE" name="VSFACILITYNAME" textvarname="" accept="0" type="default" select="1" min="" max="" controltype="9" create="1">

<value value="FOC_NONE" display="All"></value></variable>

<variable field="NEWSTATUS" file="tblcoursedetail.mas" desc="NEWSTATUS" datatype="0" operation="" default="FOC_NONE" name="NEWSTATUS" textvarname="" accept="0" type="default" select="0" min="" max="" controltype="7" create="1"></variable>

<variable field="VSORGFUNCDESIG" file="tblcoursedetail.mas" desc="VSORGFUNCDESIG" datatype="0" operation="OR" default="FOC_NONE" name="VSORGFUNCDESIG" textvarname="" accept="0" type="default" select="1" min="" max="" controltype="9" create="1">

<value value="FOC_NONE" display="FOC_NONE"></value></variable>

<variable field="DIVGROUP" file="tblcoursedetail.mas" desc="DIVGROUP" datatype="0" operation="OR" default="FOC_NONE" name="DIVGROUP" textvarname="" accept="0" type="default" select="1" min="" max="" controltype="9" create="1">

<value value="FOC_NONE" display="FOC_NONE"></value></variable>

<variable field="SPAYTYPE" file="tblcoursedetail.mas" desc="SPAYTYPE" datatype="0" operation="" default="FOC_NONE" name="SPAYTYPE" textvarname="" accept="0" type="default" select="0" min="" max="" controltype="7" create="1"></variable>

<variable field="WFFMT" file="tblcoursedetail.mas" desc="Select type of display output" datatype="0" operation="" default="FOC_NONE" name="WFFMT" textvarname="" accept="0" type="default" select="0" min="" max="" controltype="8" create="1">

<value value="HTML" display="HTML"></value>

<value value="PDF" display="PDF"></value>

<value value="EXL2K" display="Excel 2000"></value>

<value value="EXL2K FORMULA" display="Excel Formula"></value>

<value value="AHTML" display="HTML Active Report"></value>

<value value="PPT" display="PowerPoint"></value></variable>

<variable field="ORGSTART" file="tblcoursedetail.mas" desc="ORGSTART" datatype="0" operation="" default="FOC_NONE" name="ORGSTART" textvarname="" accept="0" type="default" select="0" min="" max="" controltype="7" create="0"></variable>

<variable field="Business_Unit" file="tblcoursedetail.mas" desc="Business_Unit" datatype="0" operation="" default="" name="Business_Unit" textvarname="" accept="0" type="unresolved" select="0" min="" max="" controltype="7" create="1"></variable></variables></request></requests></script>
</xml></BODY>
<SCRIPT id=IBI_loadcalendar type=text/javascript>
if(ibigblInitInfo.testOptions(rltdyncalendar)){
     setDateRange();
     setupDocCalendars();
}</SCRIPT>

<SCRIPT id=IBI_loader type=text/javascript>
getActiveReportJscript();
setUserInfo();
</SCRIPT>
</HTML>


WF 8.2.01M
8.2.01M Reporting Server
Windows 2012 Srvr R2
PDF,Excel, HTML
Graphs - a lot of graphs
 
Posts: 60 | Location: Atlanta, GA | Registered: October 30, 2003Report 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     Webfocus 7.6.10 processing issue

Copyright © 1996-2020 Information Builders