Focal Point
[SOLVED] DS 8008 HTML Composer GUI - Chaining problem

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

October 01, 2015, 02:18 PM
Francis Mariani
[SOLVED] DS 8008 HTML Composer GUI - Chaining problem
Dev Studio v8.0.08 HTML Composer GUI.

I have chained two controls. One control is a textbox. The second is a listbox. I want the value of the textbox to be passed to the external fex that dynamically populates the listbox. This works when the textbox has a value. When it does not have a value, the fex for the listbox does not execute. I want the fex to execute regardless.

Any ideas?

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
October 01, 2015, 02:54 PM
CoolGuy
Can't you just add an "ignore" value of either _FOC_NULL or FOC_NONE to the textbox control that passes if no value is selected from the textbox?


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
October 01, 2015, 02:59 PM
Francis Mariani
Remember, this is code generated by the GUI.

It appears the null textbox value is not triggering the chain to the listbox.

I have the "ignore" _FOC_NULL code in the fex that populates the listbox.

The complication that I did not mention in the initial post is that the textbox is populated by an "external" listbox. For the purposes of the GUI built page, this shouldn't make a difference.


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
October 01, 2015, 03:08 PM
Francis Mariani
CoolGuy! Thanks very much for the _FOC_NULL suggestion! I added some JavaScript to determine if the value was null, then I set it to _FOC_NULL, which allowed the chain to continue....

Thanks!


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
October 01, 2015, 03:49 PM
CoolGuy
No sweat Francis! Glad I could return the favors. Any time.


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.