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     HTML Form Fex - Error Retrieving Data

Read-Only Read-Only Topic
Go
Search
Notify
Tools
HTML Form Fex - Error Retrieving Data
 Login/Join
 
Member
posted
I have the following HTML form fex. The listbox will sometimes populate just fine, but sometimes, the contents of the listbox will appear in a popup window, and the parent window has an error in the status bar that says "Error Retrieving Data..". Any thoughts on what is going on?

WF 761

-HTMLFORM BEGIN
<html>
 <head>
  <script id="IBI_OptionsScript" type="text/javascript">
   var rltVersion = "76";
   var cgipath = "cgipath";
   var ibirls = "ibirls2";
   var multidrill = "multidrill";
   var mntFormValidate = "mntFormValidate";
   var rltdyncalendar = "rltdyncalendar";
   var olap="olap";
   var olappanebase="olappanebase";
   var olapdrill="olapdrill";
   var multidrill = "multidrill";

   var ibixmltree="ibixmltree";
   var ibilangtrans="ibilangtrans";

   var ibiOptions = new Array(cgipath,ibirls,mntFormValidate,ibilangtrans,rltdyncalendar,multidrill);
  </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>

  <script id="IBI_RelCallBack" type="text/javascript">
   function AdjustChildrenPosition()
   {
   }
  </script>
  <title>
   CAR Test
  </title>
  <script id="clientEventHandlersJS" type="text/javascript">
   function window_onload()
   {
    UpdateData();
    // TODO: Add your event handler code here
   }

   function submitform_OnClick(ctrl)
   {
    // TODO: Add your event handler code here
    OnExecute(ctrl)
   }
  </script>

  <script for="window" eventname="onload">
   window.onload = function() { window_onload(); }
  </script>
 </head>
 <body edaconnectionrequired="true">
  <form id="form" tabIndex="2" name="form" method="post" fexlist_list="submitform">
   <select id="country" multiple size="30" name="COUNTRY" operation="OR" datafield="COUNTRY" displayfield="COUNTRY" datasource="car.mas" requiredfield="1501994" datafieldtype="CHAR" sourcetype="typeMaster" dfformat="A10V" ibiformat="A10V" addalloption="1" ibiapp_app="LOAN" ibic_server="EDASERVE" datatype="1" dynalldisplayvalue="ALL" accept="0">
   </select>
  <input type="reset" name="resetform" value="Clear" />
  <input type="button" name="submitform" value="Search" requests_list="0" onclick="submitform_OnClick(this);" />
  <xml id=ibi_requests>
   <requests>
    <request requestid="0" sourcetype="typeFex" targettype="1" targetname="_self" ibif_ex="car.fex" ibic_server="EDASERVE" ibiapp_app="LOAN">
     <variables>
      <variable field="STARTDATE" file="sqlout.mas" desc="STARTDATE" datatype="0" operation="" default="" name="STARTDATE" textvarname="" accept="0" type="unresolved" select="0" min="" max="" controltype="7" create="1"></variable>
      <variable field="ENDDATE" file="sqlout.mas" desc="ENDDATE" datatype="0" operation="" default="" name="ENDDATE" textvarname="" accept="0" type="unresolved" select="0" min="" max="" controltype="7" create="1"></variable>
      <variable field="COUNTRY" file="car.mas" desc="COUNTRY" datatype="1" operation="OR" default="" name="COUNTRY" textvarname="" accept="0" type="unresolved" select="1" min="" max="" controltype="9" create="1"></variable>
      <variable field="WFFMT" file="sqlout.mas" desc="WFFMT" datatype="0" operation="" default="" name="WFFMT" textvarname="" accept="0" type="unresolved" select="0" min="" max="" controltype="8" create="1"></variable>
     </variables>
    </request>
   </requests>
  </xml>
 </body>
</html>
-HTMLFORM END
 
Posts: 21 | Registered: September 06, 2006Report This Post
Virtuoso
posted Hide Post
Why are the variables for startdate, enddate, and wffmt coming from SQLOUT.MAS? Seems like those variables/controls would not be dynamically populated.


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
Member
posted Hide Post
I figured it out finally, the
Thanks!
 
Posts: 21 | Registered: September 06, 2006Report This Post
Gold member
posted Hide Post
quote:
Seems like those

Can any one explain how to send the values in the selected items to the fex? How to pass the variables in the variable field of XML

Thanks,
CNU


WF 8.0.0.9 Database : oracle

CURRENT:
WebFOCUS 8.0.0.9 /oracle 11 i

 
Posts: 51 | Registered: September 20, 2007Report This Post
Virtuoso
posted Hide Post
I'm not understanding your question. Does it have to do with this individual's thread or is it a general how to? Could you explain a little further?


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

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     HTML Form Fex - Error Retrieving Data

Copyright © 1996-2020 Information Builders