Andrew Pollack's Blog

Technology, Family, Entertainment, Politics, and Random Noise

Some good old back to basics Domino code this week

By Andrew Pollack on 03/14/2008 at 09:53 PM EDT

The nature of my practice is that I focus on the real specialty stuff and don't really get to do basic web apps very much. The last few days I've enjoyed working on classic Domino web app though. With all the time spent focusing on Javascript fanciness, AJAX, and pages that don't look like pages you can forget what a joy it can be to just let the server do the work.

Some of the built in features have come a long way since the last time I used them. Embedded html views with selectable entries and buttons that trigger agents worked like nobody's business. I was able to toss a little CSS around them and do some really good work.

Here's a twist on an old trick. I've done it before in agents, but never as an embedded view.

Create a view for export, but in the view properties, mark it so that it treats the contents as html. In the first column, just put "<tr><td>" then between each column of data use "</td><td>", and at the end, add "</td></tr>".

Embed that on a page, as an html view (not a java applet) and surround it with <table> before and </table> behind. On the page properties, select path type "Other" and type in "application/excel". Name the page "export.xls" and when a user gets directed to the link, the whole thing opens as a spreadsheet.

The nice twist on using an embedded view, is that you can you can duplicate it, change it up, and quickly change the columns around.

Since views normally get rendered as tables anyway, I've thought about just leaving it the way it is and letting it render in the page to see what excel does it in its native rendering.


There are  - loading -  comments....

re: Some good old back to basics Domino code this weekBy mdmadph on 03/17/2008 at 05:42 PM EDT
That is so disgustingly easy it's... disgusting. I had heard of other
frameworks having to construct Excel output manually via Java and the like --
glad to know we've got it easier!


Other Recent Stories...

  1. 01/26/2023Better Running VirtualBox or VMWARE Virtual Machines on Windows 10+ Forgive me, Reader, for I have sinned. I has been nearly 3 years since my last blog entry. The truth is, I haven't had much to say that was worthy of more than a basic social media post -- until today. For my current work, I was assigned a new laptop. It's a real powerhouse machine with 14 processor cores and 64 gigs of ram. It should be perfect for running my development environment in a virtual machine, but it wasn't. VirtualBox was barely starting, and no matter how many features I turned off, it could ...... 
  2. 04/04/2020How many Ventilators for the price of those tanks the Pentagon didn't even want?This goes WAY beyond Trump or Obama. This is decades of poor planning and poor use of funds. Certainly it should have been addressed in the Trump, Obama, Bush, Clinton, Bush, and Reagan administrations -- all of which were well aware of the implications of a pandemic. I want a military prepared to help us, not just hurt other people. As an American I expect that with the ridiculous funding of our military might, we are prepared for damn near everything. Not just killing people and breaking things, but ...... 
  3. 01/28/2020Copyright Troll WarningThere's a copyright troll firm that has automated reverse-image searches and goes around looking for any posted images that they can make a quick copyright claim on. This is not quite a scam because it's technically legal, but it's run very much like a scam. This company works with a few "clients" that have vast repositories of copyrighted images. The trolls do a reverse web search on those images looking for hits. When they find one on a site that looks like someone they can scare, they work it like ...... 
  4. 03/26/2019Undestanding how OAUTH scopes will bring the concept of APPS to your Domino server 
  5. 02/05/2019Toro Yard Equipment - Not really a premium brand as far as I am concerned 
  6. 10/08/2018Will you be at the NYC Launch Event for HCL Domino v10 -- Find me! 
  7. 09/04/2018With two big projects on hold, I suddenly find myself very available for new short and long term projects.  
  8. 07/13/2018Who is HCL and why is it a good thing that they are now the ones behind Notes and Domino? 
  9. 03/21/2018Domino Apps on IOS is a Game Changer. Quit holding back. 
  10. 02/15/2018Andrew’s Proposed Gun Laws 
Click here for more articles.....


pen icon Comment Entry
Subject
Your Name
Homepage
*Your Email
* Your email address is required, but not displayed.
 
Your thoughts....
 
Remember Me  

Please wait while your document is saved.