In postopen event on client application i have some code to refresh document such as :
@Command([RefreshHideFormulas]);
@Command([EditDocument];“1”);
@Command([ViewRefreshFields])
so my qns is—>
what could be the alternative for the web application as there is no postopen event for web application and what i have to write to refresh ??
Thanks
Rupesh