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. Moving forward, myibi is our community platform to learn, share, and collaborate. We have the same Focal Point forum categories in myibi, so you can continue to have all new conversations there. If you need access to myibi, contact us at myibi@ibi.com and provide your corporate email address, company, and name.
I have an html page that needs to feed a fex the values selected on the page. I have a check box that is bound to a parameter named DISRUPT. When the fex runs, it says I'm missing a value for &DISRUPT. I have -DEFAULT &DISRUPT='N' at the top of the procedure being run so that it provides a value, yet it still says it's missing a value. When the box is checked, it gets set to 'Y' as intended. Any clue what I need to do to satisfy the parameter when a box is unchecked? ThanksThis message has been edited. Last edited by: evan.brown,
WF 8.0.08 (Prod); WF 8.2.06 (Dev)
Posts: 83 | Location: OK | Registered: November 19, 2015
That sounds like you might have unterminated expressions preceding that -DEFAULT expression. What's the code around it?
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :
Well, I'm not sure exactly how it was fixed, but it appears to be working now. I removed all but just the necessary DEFAULT just before it started working. Not sure if this fixed it or it was something else...Thanks for the help.
WF 8.0.08 (Prod); WF 8.2.06 (Dev)
Posts: 83 | Location: OK | Registered: November 19, 2015