I’m wondering if it’s possible to do this without losing the ability to sort columns?
Any help would be appreciated.
Gérald
I’m wondering if it’s possible to do this without losing the ability to sort columns?
Any help would be appreciated.
Gérald
Subject: Question regarding lotusscript agent to write view to web browser.
Yes, but the real question is “why?” There are eleventy-seven better, faster, stronger solutions that you can use. These range from CSS dynamically applied to a “simple” view (using JavaScript to aid in the process) to “Treat as HTML” views, to “Treat as other: text/javascript” and letting the browser do the hard work, to using ?ReadViewEntries and transforming the resulting XML. All of these options are going to be less expensive and more scalable than an agent ever could be.