1.) How much faster is the internal command .winset than the proc winset() ?
2.) Also, I understand .winset is client-side and can still be used once the client has disconnected, but how would you practically use it to replace the winset() proc?
In response to Nadrew
|
|
Would using browse() to call .winset through javascript work?
var js = {" |
.winset is a ton faster, but it's a little more of a pain in the butt to use and there's no way to know if it was successful or not.