Focal Point
Chain multiple lists with one fex

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2121020482

May 13, 2008, 03:26 PM
<dksib>
Chain multiple lists with one fex
I have a fex that will populate 8 dropdowns. The issue is the HTML page will display the first 4 items but NOT the rest. This is in MRE 7.1.7
May 14, 2008, 10:54 AM
Darin Lee
We would need to see specific examples of what your code is to help you out. On the surface, it appears that there should not be a problem - I have HTML pages that have a dozen boxes populated by a fex.


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
May 14, 2008, 11:38 AM
<dksib>
my code is as follows:

table file car
print
country
car
model
bodytype
seats
mpg
by the same fields above

 <SELECT id=listbox4 style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; Z-INDEX: 1; LEFT: 220px; WIDTH: 150px; FONT-FAMILY: Verdana; POSITION: absolute; TOP: 100px" tabIndex=7 size=1 name=SUPP_SYS1 dynalldisplayvalue="ALL" dfformat="A10" ibiformat="A10" datafieldtype="INTIGER" addalloption="1" accept="0" operation="OR" ibiapp_app ibic_server="EDASERVE" sourcetype="typeFex" datatype="1" datafield="COUNTRY" displayfield="COUNTRY" datasource="app/qq2.fex" IBIMR_folder="#itaacincomin" inchainindex="1" chainnumber="0" cacheruntimedata="1" labelid="text1" requiredfield="1523434" newchainnumber="0">
</SELECT>
<SELECT id=listbox5 style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; Z-INDEX: 4; LEFT: 470px; WIDTH: 150px; FONT-FAMILY: Verdana; POSITION: absolute; TOP: 100px" tabIndex=8 size=1 name=TAAC_N1 dynalldisplayvalue="ALL" dfformat="A16" ibiformat="A16" datafieldtype="INTIGER" addalloption="1" accept="0" ibiapp_app ibic_server="EDASERVE" sourcetype="typeFex" datatype="1" datafield="CAR" displayfield="CAR" datasource="app/qq2.fex" IBIMR_folder="#itaacincomin" inchainindex="2" chainnumber="0" cacheruntimedata="1" labelid="text2" requiredfield="1523434" newchainnumber="0">
</SELECT>
<SELECT id=listbox6 style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; Z-INDEX: 6; LEFT: 220px; WIDTH: 150px; FONT-FAMILY: Verdana; POSITION: absolute; TOP: 130px" tabIndex=9 size=1 name=ACTV_TY3 dynalldisplayvalue="ALL" dfformat="A16" ibiformat="A16" datafieldtype="INTIGER" addalloption="1" accept="0" ibiapp_app ibic_server="EDASERVE" sourcetype="typeFex" datatype="1" datafield="MODEL" displayfield="MODEL" datasource="app/qq2.fex" IBIMR_folder="#itaacincomin" inchainindex="3" chainnumber="0" cacheruntimedata="1" labelid="text3" requiredfield="1523434" newchainnumber="0">
</SELECT>
<INPUT id=edit1 style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; Z-INDEX: 14; LEFT: 220px; WIDTH: 150px; FONT-FAMILY: Verdana; POSITION: absolute; TOP: 190px" disabled tabIndex=14 accept=0 size=1 value=Awwwwwwwwwwwwwwwwwww name=RES2 dfformat="A50" ibiformat="A50" datafieldtype="INTIGER" addalloption="0" ibiapp_app ibic_server="EDASERVE" sourcetype="typeFex" datatype="1" datafield="BODYTYPE" displayfield="BODYTYPE" datasource="app/qq2.fex" IBIMR_folder="#itaacincomin" inchainindex="4" chainnumber="0" cacheruntimedata="1" labelid="text9" requiredfield="1523434" newchainnumber="0">
 


Also, within the same htm I have a chain that uses a Date from a calendar as an input to a Fex that will return another field. This is not working.

Thanks