It would be great if EFS could call to open another window (or reload one) from a web server or local hard drive...
The ideal came from a client's request to have his EFS open a quote window he creates. I tried to put a .quo file onto my server and created a link to try to open it. Well, it opens it as TEXT in a browser.
I think it would be great if EFS could call to open an "esignal" type window (chart, quote, ???). For example...
OpenESIGWindow("quote1.quo", "WindowID");
or
OpenESIGWindow("http://www.myserver.com/quote1.quo", "WindowID");
then we could use...
CloseESIGWindow("WindowID");
What do you think??
B
The ideal came from a client's request to have his EFS open a quote window he creates. I tried to put a .quo file onto my server and created a link to try to open it. Well, it opens it as TEXT in a browser.
I think it would be great if EFS could call to open an "esignal" type window (chart, quote, ???). For example...
OpenESIGWindow("quote1.quo", "WindowID");
or
OpenESIGWindow("http://www.myserver.com/quote1.quo", "WindowID");
then we could use...
CloseESIGWindow("WindowID");
What do you think??
B
Comment