Focal Point
WebFOCUS Maintain - IIS Error

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

February 20, 2007, 12:08 PM
Jeeva
WebFOCUS Maintain - IIS Error
I am running a Maintain application in Developer Studio/ Managed Reporting using MNTCON EX command. Application works and it shows me all the data but when I click on "Exit" button to exit the application; I get "Page not found Error". This application and the Exit button works fine in my local projects. I deployed it to the server using Deploy scenario. Anybody has any suggestions to solve this problem? Thanks in advance.


Production WebFOCUS 7.6.2, Platform Win2003, Database Oracle 10g
February 20, 2007, 12:45 PM
Alan B
I think this still works.

Map the exit button to a case (exitProg), not to an exit.
Case exitProg
document.referrer=whatISetItto;
formName.WinExit();
EndCase

at the top
Declare whatISetItTo/a100;
.
.
.

whatISetItTo=IWC.GetAppCgiValue(returnToHere);

where returnToHere is a hidden field or a parameter on the call for the maintain saying where you are calling the maintain from using document.location.

I am not sure why it is sometimes necessary, but it is.

This message has been edited. Last edited by: Alan B,


Alan.
WF 7.705/8.007