Home > Domino Tips > Developer > HTML > Make a response document's row cross multiple columns on the Web
Domino Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

HTML

Make a response document's row cross multiple columns on the Web


Linda Ruiz
05.17.2001
Rating: --- (out of 5)


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


By using embedded HTML tags "[]", closing Table Tags and the COLSPAN
tag you can make your response document rows run across multiple columns.
Now you don't have to see your response doc text limited to one column vertically.

Code

It's a good idea to view the source of your unmodified view as generated
through a browser before you begin in case you have unexpected results.

In a nutshell you will first need to cut your existing Response column from it's
current location over to the left 2 columns. Then you will need to close
domino generated table and table cells and reopen it with the COLSPAN
attribute. Then you'll have to put back the domino generated tags to fix the
out of balance tags.

This is for a column that has the "Responses only" property set.
Here is an example, this column is two columns to the left of where I
originally had it:
First turn you contents into text via a formula and variable.

text := "(" + @Right(TEChargeCode;2) + "): " + TEDescription + OT; 
Then close the nested table within the the table cell that Domino ordinarily
generates with embedded HTML. "[</TABLE></TD>
Now open a new table cell and set any special properties - fonts or styles
using embedded HTML.
<TD COLSPAN=5><FONT SIZE=1>]"
Now append your text that you created earlier.
+ text +
Finally close out any special tags you used for your cell, your cell and then
reopen tags for what Domino originally generated. This is to make sure
you don't have any unbalanced tags. "[</FONT></TD><TD><TABLE>]"
All together the cell's formula looks like this:
text := "(" + @Right(TEChargeCode;2) + "): " + TEDescription + OT;
"[</TABLE></TD><TD COLSPAN=5><FONT SIZE=1>]"+ text +
"[</FONT></TD><TD><TABLE>]"
If this doesn't work as expected, compare the source view from the web browser
both before and after you made the modifications to your view. Then do either
or both of the following. Move your response column left of right. Change
the COLSPAN value to increase or decrease it.

This same trick can be used to grow rows horizontally, although you'll need to
study the domino generated view before you mess with embedded HTML.

Rate this Tip
To rate tips, you must be a member of SearchDomino.com.
Register now to start rating these tips. Log in if you are already a member.


Submit a Tip




Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   



RELATED CONTENT
HTML
Create a dynamic fluid image gallery with Lotus Notes views
Write HTML and JavaScript in Notes view rows and columns on the Web
Open Lotus Notes documents in Microsoft Word without coding
Trap an attachment path via the Domino file upload control field
A bevy of Notes/Domino development tips
Styling Lotus Domino Web fields
How to convert Microsoft Word or Microsoft Excel documents to HTML
An easier way to view multiple columns on the Web
How to print a form in landscape format automatically
Tip contest winner: Hide view column while being able to sort it

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary

DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.



Domino & Lotus Notes Security Solutions: Authentication, Antispam, Encryption and Antivirus
HomeTopicsITKnowledge ExchangeTipsAsk the ExpertsMultimediaWhite PapersDomino IT Downloads
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 1999 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts