Focal Point
run on web server

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

November 03, 2006, 05:53 AM
daysleeper
run on web server
What is the difference between "run on web server" and "run on reporting server" commands on developer studio?

We have an html form page which was prepared on resource layout painter,and when the users run the report, the dynamic drop down boxes come empty,same thing happened if we run that by using "run on reporting server" on developer studio. but if we run it by "run on web server" on developer studio, then dynamic drop down boxes show the correct values. what can be the problem,and is it possible for users to run the reports from the web server without using developer studio

regards.
November 14, 2006, 02:32 PM
<Don>
Run on Web Server runs a HTML page directly on the WebSERVER. You can run it out of devstudio and on the browser with this code:
http://servername:8080/approot/appname/name.htm

Run on Reporting Server does a run-HTMLFORM from the reporting server. Note, during development when you click "Run" you are really running on Web Server, so that is what you do once the html file is closed.

This message has been edited. Last edited by: <Don>,