Home > Domino Tips > Developer > HTML > Computed field for the Web
Domino Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

HTML

Computed field for the Web


Stephen Linn
08.02.2001
Rating: -2.50- (out of 5)


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


Computed fields cannot be modified on the client side without a call to the server. This tip allows you to create a field that will behave like a computed field, but can be modified on the client side with JavaScript.

This tip provides a working example. Obviously, you will want to modify it to do something meaningful.



Code

At the top of the form (or in a subform if you plan to use it a lot), add the following code. Be sure to mark it as pass-thru html:

<style type='text/css'>
.compfield {font: 8pt times; background-color:transparent; border: none}
</style>

Create an editable text field on the form and name it field1.

Go into the properties for field1, go to the <html> tab (the last tab) and, in the "class" field, type: compfield

Go to the onFocus event for field1 and type:
document.forms[0].field2.focus()

Create another editable text field on the form and name it field2.

Create a button on the form. Set it to run JavaScript instead of formula language. Enter the following code:
document.forms[0].field1.value = "Hello"

If you put the compfield style into a subform, you can pull it into any form where you want to create these "computed" fields. Simply apply the "compfield" class to any field that you want to hide. Also, remember that you may have to play around with the html size attribute or the data in the field may end up truncated.


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.




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