Hello everyone, First time posting here. I have a html page with 5 listboxes in a chain CaceRunTimeMode = 0 so the first control is used to populate the second control and so on down the chain. The last control (5), populates correctly when the page is loaded and subsequently populates correctly when the value from control 4 does not contain the + (plus) sign. For example selecting the value +R from control four (Package Code), returns nothing to the fifth control (Service Code), but there is a value and running the fex by itself returns the results. The strange thing is for every other combination (1T, TL, -2, etc..), the fifth control populates correctly, it is only when the value from the previous selection begins with the plus sign. Has anyone seen this before or have an answer.
Code from my 5th fex file in the chain.
-----------------------------------------------------------------------------------------------------
-* I added this line to all fexes in the chain to see if it would take care of the issue. Originally it was not there, however it did not solve the issue.
ENGINE SQLORA SET ORACHAR VAR
TABLE FILE PKS_SERVS
PRINT
'DST.SERV_CDE_PKS'
BY 'SERV_CDE_PKS'
WHERE SYS_PKS EQ &sys.(OR(FIND SYS_PKS IN PKS_SERVS)).sys.;
WHERE PRIN_PKS EQ &prin.(OR(FIND PRIN_PKS IN PKS_SERVS)).prin.;
WHERE AGNT_PKS EQ &agent.(OR(FIND AGNT_PKS IN PKS_SERVS)).agent.;
WHERE PKG_CDE_PKS EQ &pkgcode.(OR(FIND PKG_CDE_PKS IN PKS_SERVS)).pkgcode.;
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT XML
ON TABLE SET HTMLCSS ON
END
---------------------------------------------------------------------------------
sys is the 1st control
prin is the second control
agent is the third control
pkgcode is the second control
Thanks,
David
wf: 7.6.4
App. and reporting server: UNIX/AIX 5.3