Focal Point
Dialog Manager - odd error

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

February 09, 2007, 10:23 AM
Jason K.
Dialog Manager - odd error
Hello!

I get an error of (FOC303) CONTROL LINE NOT RECOGNIZED IN FOCEXEC: -SHOW_COMBINED

on the following 3 lines of DM code:
-ADD_DETAILS
-IF &RETURN_EFFECT EQ 'FOC_NONE' THEN GOTO SHOW_COMBINED;
-SHOW_COMBINED

I use this method elsewhere in the same .fex. Does anyone know why I would get this error in this particular case?


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
February 09, 2007, 10:33 AM
susannah
-SHOW_COMBINED is greater than 12 characters in length. shorten it.




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
February 09, 2007, 02:09 PM
Jason K.
Another one of those little known facts.

Thanks susannah!


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.