<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>developerWorks Lotus: Notes/Domino 6 and 7 Forum</title>
<link>http://www.lotus.com/ldd/nd6forum.nsf</link>
<description>List of new postings to the Notes/Domino 6 and 7 Forum.</description>
<language>en-us</language>
<copyright>Copyright 2008 IBM Corporation</copyright>
<webmaster>dwlotus@us.ibm.com</webmaster>
<image>
<title>developerWorks Lotus</title>
<url>http://www.ibm.com/software/lotus/support/images/lotus-logo.gif</url>
<link>http://www.ibm.com/developerworks/lotus/</link>
</image>
<item><title>RE: Dropping file extension on second file extracted</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/7618A324AAEBAB2C8525744900754639?OpenDocument&amp;ca=drs-fo</link><description>For file attachments, use .Source instead of .Name to get the file name.</description></item><item><title>RE: Corporate welcome page</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/1454D6CCF7C23378852574490071FB04?OpenDocument&amp;ca=drs-fo</link><description>Hi Per, Did you ever find a solution for your problem? Having the same issues. The setup seems ok, but the custom Welcome pa</description></item><item><title>RE: Create form using alternate form</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/5F44E8E268392307852574490071DBF0?OpenDocument&amp;ca=drs-fo</link><description>Yes, and that's because the Form Formula is in effect for ALL documents while the view is still open. Trust me, everyody who</description></item><item><title>Field validation not working in browser (IE7.0)</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/D22A8EC02E247BD18525744900710355?OpenDocument&amp;ca=drs-fo</link><description>I have added the following input validation on my MbrName field: @If(MbrName = NULL; @Failure("Please enter a member name.")</description></item><item><title>Dropping file extension on second file extracted</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/292934E46BF6D347852574490070CD71?OpenDocument&amp;ca=drs-fo</link><description>All, I have code that is making file directory if needed, counts number of files if folder, adds a leading number to the nam</description></item><item><title>RE: Extract content from sections w/ LotusScript</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/17A3EE52FC6BE117852574490070B8DC?OpenDocument&amp;ca=drs-fo</link><description>That's a good idea, but it seems that FindNextElement without a type specified defaults to using the last type found. The se</description></item><item><title>RE: Create form using alternate form</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/53788094573567E68525744900707F94?OpenDocument&amp;ca=drs-fo</link><description>When I said, "I created an Agent to 'Compose' a new form from the Action menu and it exhibits the same behavior", this is ca</description></item><item><title>RE: How to use formula calculate age using 2 date fields?</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/94F65809960BFF4B8525744900700CE6?OpenDocument&amp;ca=drs-fo</link><description>Thank you very much Andre !!! linda</description></item><item><title>RE: Inherit Rich Text Field Does Not Exist</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/4060ABFFA698EED58525744900700551?OpenDocument&amp;ca=drs-fo</link><description>Please search before posting. Thanks. http://www-1.ibm.com/support/docview.wss?uid=swg21093549</description></item><item><title>RE: IsReader</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/6615EBB2425835E385257449006F7A25?OpenDocument&amp;ca=drs-fo</link><description>I feel fairly certain that your views are not corrupted. I suspect they are doing exactly what they're supposed to do, given</description></item><item><title>RE: How to use formula calculate age using 2 date fields?</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/957AF60765F89C5B85257449006E3A98?OpenDocument&amp;ca=drs-fo</link><description>days := @Day(@Today) - @Day(bd); months := @Month(@Today) - @Month(bd) - @If(days &amp;lt; 0; 1; 0); yrs := @Year(@Today) - @Year(b</description></item><item><title>RE: Create form using alternate form</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/563CD8F8414D40B985257449006D8D79?OpenDocument&amp;ca=drs-fo</link><description>A better Form Formula would do the trick -- one that uses @IsDocBeingEdited and/or @IsNewDoc.</description></item><item><title>RE: How can I validate the text field?</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/6672105BB24C8E8D85257449006D8A83?OpenDocument&amp;ca=drs-fo</link><description>Run this script -- what is its output? I get len(r) = 0. Sub Click(Source As Button)
	t = { r = Fulltrim(t)
	Print "len(r) =</description></item><item><title>Create form using alternate form</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/6BDD984514B592EB85257449006C0DD8?OpenDocument&amp;ca=drs-fo</link><description>I have a default form (PR) checked, Include in menu, Create Menu. I have a number of views where I use the View Form Formula</description></item><item><title>RE: C API SDK</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/42660616D8846D9685257449006AD9C2?OpenDocument&amp;ca=drs-fo</link><description>Hi Rob, I've downloaded the API and still clueless how to proceed. Can you point me to help files Rgds
Amit</description></item><item><title>How to use formula calculate age using 2 date fields?</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/1BF1B9E6E1B94D9185257449006A244F?OpenDocument&amp;ca=drs-fo</link><description>Hello, My clients want to calculate age using two dates field. Date1: @Today, date2: BirthDate. if the age is 1-12 month, di</description></item><item><title>global odbc</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/E98742498B39AB37852574490069ECED?OpenDocument&amp;ca=drs-fo</link><description>I have a Notes app with several forms with views and view actions (lotuscript). Several view actions must open an ODBC conne</description></item><item><title>Select Addresses dialog in DWA7</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/9493D00CC9D1C2D88525744900698FE4?OpenDocument&amp;ca=drs-fo</link><description>I added an unhidden column to the far right of the $PeopleGroupsFlat view in the names.nsf in order to display an additional</description></item><item><title>RE: SOLVED? Webmail's "s_NamePicker" function</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/BDDF9E27092FC5E5852574490068C259?OpenDocument&amp;ca=drs-fo</link><description>Hello! It's funny, but the server administrator has disabled that property in the names.nsf, but it's still not accessible, </description></item><item><title>names.nsf; Error: The name of the authority issuing the Name Change Request is not allowed to make that request.</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/C84B4D83C3EF6C0F85257449006899F1?OpenDocument&amp;ca=drs-fo</link><description>I ran the AdminP Rname process form Domino Administrator to rename an Organization for an user. I get the following error in</description></item><item><title>To unlock the Document</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/5A06F111D2EE4EFF8525744900686951?OpenDocument&amp;ca=drs-fo</link><description>Hi All, I have a web application in which if two or more users edit the same document simultaniously then duplicate records </description></item><item><title>RE: View selection..this should be easy</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/E1F2577D71719B968525744900664E02?OpenDocument&amp;ca=drs-fo</link><description>Oh, you are GETTING documents alright -- you just can't see them because you have "Show response documents in a hierarchy" s</description></item><item><title>View selection..this should be easy</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/49339BEC14F7DC718525744900654412?OpenDocument&amp;ca=drs-fo</link><description>I am using @Picklist to return a set of docs. The view I used during testing used all docs using Select @All. I now have the</description></item><item><title>RE: importing XML data posted on URL using asp into Lotus Domino using Servlets</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/FB164AA3E86AD4638525744900621961?OpenDocument&amp;ca=drs-fo</link><description>ASP: xmlstr="xmlstr=&amp;lt;xml version=1.0?&amp;gt; ur xmal&amp;gt; in servlet 
get request of "xmlstr"</description></item><item><title>RE: Need help in Checkbox formula</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/A4296EA8C13F62C28525744900612412?OpenDocument&amp;ca=drs-fo</link><description>Just set value of the checkbox to a text list of values you want checked and refresh the doc. For instance if you want Pens </description></item><item><title>Variant does not contain an object Error because of a dialogbox</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/BFE56E59B2DB01748525744900606D7C?OpenDocument&amp;ca=drs-fo</link><description>Hi ! I have the following error message went i try to open a dialogbox : Variant does not contain an object. before all my c</description></item><item><title>Event_Pool_Size Error -- Insufficient Memory</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/A24770AA613A160385257449005FD6C5?OpenDocument&amp;ca=drs-fo</link><description>Ever since I upgraded to 7.0.2 CF2, I have been experiecing the following errors intermittently in the log.nsf: 05/14/2008 1</description></item><item><title>RE: Faq of Faq links - Should it be added back?</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/5A3E32614CC97C3185257449005DE9BE?OpenDocument&amp;ca=drs-fo</link><description>which usually leads me to one of your posts....hehehehe :-) I have submitted a "Web site Feedback" about a "site function su</description></item><item><title>RE: Faq of Faq links - Should it be added back?</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/EEBABD083433576885257449005DB19B?OpenDocument&amp;ca=drs-fo</link><description>I vote "YES." My 'workaround' is to search for "FAQ" which usually leads me to one of your posts. :-) Certainly not as elega</description></item><item><title>STOP reposting this question.</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/B61CDBFE1DFA447685257449005D8D82?OpenDocument&amp;ca=drs-fo</link><description>You have already been given the correct answer. Several times.</description></item><item><title>Faq of Faq links - Should it be added back?</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/646F1E213574D4F585257449005CCD28?OpenDocument&amp;ca=drs-fo</link><description>Hi, My answer is YES! Is there a reason why the Faq of Faq links is not there anymore? http://www-10.lotus.com/ldd/46dom.nsf</description></item><item><title>Missing email in Inbox, can be viewed in All Documents View</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/D2D6596714221B1885257449005C5556?OpenDocument&amp;ca=drs-fo</link><description>Hi Here is the Senario The EDE database is a mail in database with modifications made to it   There is an issue revolving ar</description></item><item><title>RE: Export private view</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/96217CC781872E4585257449005C38F2?OpenDocument&amp;ca=drs-fo</link><description>I just modified the script to be: Set view = uiview.View and the new error is: "Open of view failed" ...what is the issue???</description></item><item><title>Export private view</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/98943286329FAE3885257449005B490C?OpenDocument&amp;ca=drs-fo</link><description>I don't have a designer access to the db. So, in order to export records I created a private view and an action button in it</description></item><item><title>Publish web site to Domino Database</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/97419EC7FBD826A885257449005AF160?OpenDocument&amp;ca=drs-fo</link><description>Anyone know a good replacement for the Notes Connector for Netobjects Fusion? It used to be incredibly easy to develop a web</description></item><item><title>"use View dialog for Choices" not working with Notes 7 Client </title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/53A6F3D8E1F08F0F85257449005AE61A?OpenDocument&amp;ca=drs-fo</link><description>The "use View dialog for Choices" dialog list option is not retaining the field's values. Every time you open up the dialog </description></item><item><title>Need help in Checkbox formula</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/B029CF91929D701F85257449005A1F8C?OpenDocument&amp;ca=drs-fo</link><description>Hi Everyone, Anyone who can help me with checkbox issue. I need a formula where it will automatically checked the items prov</description></item><item><title>Frequently asked question - How to analyze Notes/Domino NSDs? NSD Analyzer V2.6</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/DC777065D38110EF85257449005A0F30?OpenDocument&amp;ca=drs-fo</link><description>a new version of the Lotus Notes Diagnostic Tool (Nsd Analyzer) is available Update may 14th 2008- Version 2.6 Date
Topic 20</description></item><item><title>Update - Frequently asked question - How to analyze Notes/Domino NSDs? NSD Analyzer V2.6
</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/6AE37A492AC2291B852574490059CFD8?OpenDocument&amp;ca=drs-fo</link><description>From 
Vlad Tatarincevs's Lotus Domino Blog
http://samurai.alise.lv/lotus.nsf/dx/nsd-analysis-tool a new version of the Lotus</description></item><item><title>SMTP client and Server Settings</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/F359CAB295AA1DB2852574490059AF70?OpenDocument&amp;ca=drs-fo</link><description>Hi ,
Consider a case of lotus notes client in which mail is sent to internet using Lotuscript . I want to know if the script</description></item><item><title>RE: Can any one guide me the FAQ for the Administration for an interview</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/748D690E7D48A3F68525744900598E45?OpenDocument&amp;ca=drs-fo</link><description>Hi Doug, Very nice post (FAQ) , it should be put back on the WEB site It's THE reference! JYR</description></item><item><title>RE: relay access denied when sending mail outgoing,</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/4A48D1EA9E6793898525744900598B4D?OpenDocument&amp;ca=drs-fo</link><description>What is happening is that anti relay controls have been set for your server. Configuration Document &amp;gt; ROUTER/SMTP &amp;gt; Restirct</description></item><item><title>RE: Opening local client on server- need to change ACL of a db</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/1EFA68D8755D28A8852574490058F47A?OpenDocument&amp;ca=drs-fo</link><description>What you are thinking of is NLNOTES.exe. If you are using a Domino administrator client using FULL ACCESS ADMIN would be a b</description></item><item><title>RE: How can I validate the text field?</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/9EDDBF7F0C0431C085257449005891FE?OpenDocument&amp;ca=drs-fo</link><description>Fulltrim only remove blank in the first line..but will not remove blank in next line.</description></item><item><title>RE: How can I validate the text field?</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/E6E6140E849EF4808525744900584345?OpenDocument&amp;ca=drs-fo</link><description>It is a single value field.</description></item><item><title>RE: Open attachment</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/981EB8F26EE811F1852574490058108E?OpenDocument&amp;ca=drs-fo</link><description>There's a form option to launch first attachment. Use that, if necessary in conjunction with a form formula.</description></item><item><title>RE: Security - Tracking Access to Specific Documents</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/5BE24A48825E7A92852574490057E91F?OpenDocument&amp;ca=drs-fo</link><description>Government work? Depending on the department, that can make your FDA hoop-jumping seem like a walk in the park. (Note: the c</description></item><item><title>RE: Can any one guide me the FAQ for the Administration for an interview</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/4A7DAAB56D82B60A8525744900572F3F?OpenDocument&amp;ca=drs-fo</link><description>Off topic but thank you for the link to the FAQ of FAQs; nice to know people find it helpful. Since it's dropped off the for</description></item><item><title>Open attachment</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/BFA81C17512DADED852574490056DBF5?OpenDocument&amp;ca=drs-fo</link><description>Hi list, I have created a view, and I'd like to open an attachment directly in the view if a field contains an attachment, I</description></item><item><title>RE: Compare lists with formula</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/AC57C7900DBE98E8852574490056269F?OpenDocument&amp;ca=drs-fo</link><description>Why use tat newfangled Transform function when the tried and true @Trim(@Replace(...)) has been working since back in the 3.</description></item><item><title>RE: Access to Password Digest with XACL</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/957D28B43B44C7098525744900562404?OpenDocument&amp;ca=drs-fo</link><description>That should be "Editor access or greater." You need to open names.nsf in Designer and then open the Person form. Find the Pa</description></item><item><title>RE: Security - Tracking Access to Specific Documents</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/4FF7513447D4C82D852574490055EFF4?OpenDocument&amp;ca=drs-fo</link><description>You may also want to poke around at Interface Matters. I just ran across an app I downloaded from there a while back that is</description></item><item><title>RE: View Selection based on Key of Different Forms</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/66192AE99764E28F852574490055AFAB?OpenDocument&amp;ca=drs-fo</link><description>The new "user-defined columns" feature allows for profile documents in column formulae, and the documentation should probabl</description></item><item><title>RE: Replication scenerio ..</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/E2E035DB0B573B408525744900552FB6?OpenDocument&amp;ca=drs-fo</link><description>There is no pull-pull command because this type of replication requires the replicator task to run on two servers. To implem</description></item><item><title>RE: Compare lists with formula</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/C814E65C601BB7838525744900552006?OpenDocument&amp;ca=drs-fo</link><description>The easiest way to write it understandably would probably be this: listRes := @Transform(list; "x"; @If(x=list2; x; @Nothing</description></item><item><title>RE: Picklistcollection and selection</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/1B5CCF2828283E0C8525744900550E6F?OpenDocument&amp;ca=drs-fo</link><description>Hi Andre,
As you said (I actually thought about it in the meantime) I went for the PickListStrings method, and managed to do</description></item><item><title>RE: View Selection based on Key of Different Forms</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/C58A602E7CACE5F2852574490054FC25?OpenDocument&amp;ca=drs-fo</link><description>From @DbLookup: &amp;gt; Usage &amp;gt; This function does not work in column or selection formulas, or in 
&amp;gt; mail agents. A selection for</description></item><item><title>RE: Cluster Email Devliery</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/DFC0BA77EA0DD34A8525744900541C37?OpenDocument&amp;ca=drs-fo</link><description>Last-hop cluster failover is enabled by default in configuration documents (Router/SMTP -&amp;gt; Advanced -&amp;gt; Controls -&amp;gt; Cluster f</description></item><item><title>RE: R7 Server based Disclaimers not working</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/8C8C8926272A8B1E852574490053F2D4?OpenDocument&amp;ca=drs-fo</link><description>The SMTP server needs the disclaimer setup. The disclaimer gets added when the document is converted as it gets sent out to </description></item><item><title>Compare lists with formula</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/D68BE17B8B70219E8525744900535EB9?OpenDocument&amp;ca=drs-fo</link><description>Hi, Please help. I have a checkbox field created from a dbcolumn. I need to modify this by comparing the list from the dbcol</description></item><item><title>RE: Opening local client on server- need to change ACL of a db</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/E8A932D496266CB485257449005278BF?OpenDocument&amp;ca=drs-fo</link><description>The file/process you are referring to is not a supported functionality of Domino any longer. If one user requires ACL access</description></item><item><title>RE: change worksheet in LS exporting to Excell</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/74C4185825107FC78525744900524C9E?OpenDocument&amp;ca=drs-fo</link><description>Change the WorkSheets(x) to 2? Set excelSheet = excelNewWkbk.Worksheets(2) 
excelSheet.Cells(1,1).value = "XXXX" ...........</description></item><item><title>RE: Missing email in Inbox, can be viewed in All Documents View</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/2553662452737B8985257449005228B3?OpenDocument&amp;ca=drs-fo</link><description>Do a Design Replace. That should fix your issue.</description></item><item><title>embeddedObject.getInputStream() takes ages!!!</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/C583732E1B7EB75B85257449005216AF?OpenDocument&amp;ca=drs-fo</link><description>Hi, The time taken by the API embeddedObject.getInputStream() increases with the size of the embedded object. For 6MB - it t</description></item><item><title>RE: Opening local client on server- need to change ACL of a db</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/531A3203A8AE7C9785257449005211FA?OpenDocument&amp;ca=drs-fo</link><description>Why aren't you using Full Access Administrator to do this?</description></item><item><title>RE: Missing email in Inbox, can be viewed in All Documents View</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/EB29FB655754DABD852574490051ED78?OpenDocument&amp;ca=drs-fo</link><description></description></item><item><title>A more direct approach may work...</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/BF4791305F6C500D8525744900516873?OpenDocument&amp;ca=drs-fo</link><description>(depending on what exactly you need) 1. Get your Notes Administrator to register a new user
...name of course that of the co</description></item><item><title>RE: To rotate text using CSS</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/4022E3AB00250ECC8525744900512FFF?OpenDocument&amp;ca=drs-fo</link><description>(div STYLE="writing-mode: tb-rl; direction: rtl; unicode-bidi: bidi-override";)LOTUSNOTES(/div) Exchange () for &amp;lt;&amp;gt;</description></item><item><title>RE: Missing email in Inbox, can be viewed in All Documents View</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/0EF8E0BCA7E242D685257449004FFE93?OpenDocument&amp;ca=drs-fo</link><description>This should be well documented, in this forum as well in the TechNotes. http://www-1.ibm.com/support/docview.wss?uid=swg2109</description></item><item><title>QuerySave event is Client only ...</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/82AFEE7CA7E3E32085257449004FC689?OpenDocument&amp;ca=drs-fo</link><description>you need to  execute equivalent functionality during WebQuerySave i.e. by creating an agent with similar code
and making tha</description></item><item><title>RE: Missing email in Inbox, can be viewed in All Documents View</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/61619B5033FAF43D85257449004F9967?OpenDocument&amp;ca=drs-fo</link><description>The Inbox folder is corrupt. Move any documents in the inbox to another folder. In designer, delete the ($Inbox) folder. The</description></item><item><title>change worksheet in LS exporting to Excell</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/64F2B7F6D7BA469385257449004F7C48?OpenDocument&amp;ca=drs-fo</link><description>how can i write cells in worksheet 2.... 3.... 4... etc etc
in the follow way i write on ws1... &#249; Set excelSheet = excelNewW</description></item><item><title>Opening local client on server- need to change ACL of a db</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/F7AA962791C208D785257449004F6E9F?OpenDocument&amp;ca=drs-fo</link><description>I need to add a person in one of the database for which we don't have access to ACLs. Now I thought of using server ID, now </description></item><item><title>Counter works in notes but not on web</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/A1089A4AE2E9A93D85257449004F3791?OpenDocument&amp;ca=drs-fo</link><description>My counter works on Notes Client but will not work on web. Here is the code that I am using: Sub Querysave(Source As Notesui</description></item><item><title>Missing email in Inbox, can be viewed in All Documents View</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/76F0B95CEF89F27C85257449004E1164?OpenDocument&amp;ca=drs-fo</link><description>Hi There is an issue revolving around emails that are not showing up in the inbox. After investigation it was found that mis</description></item><item><title>RE: How to create outgoing email Db for several people</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/3118348F7A45E6F585257449004DD966?OpenDocument&amp;ca=drs-fo</link><description>I think that you have two options. 1) Create a Person and the associated mail file and ID. Distribute ID to all the users. C</description></item><item><title>RE: getElementById is not working in a Web application</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/6C882781429AF24E85257449004DB94C?OpenDocument&amp;ca=drs-fo</link><description>The getElementById is a method of the document object- var myElement = document.getElementById("elementname") HTH</description></item><item><title>RE: R7 Server based Disclaimers not working</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/2CD51B0B802C491185257449004D9804?OpenDocument&amp;ca=drs-fo</link><description>Thanks...I get all that...and we want the server to do the disclaimer. My question is....WHICH server(s) should do the discl</description></item><item><title>RE: Web bugs, beacons, clear gifs... any solutions to this scourge?</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/D8C7B38FA820736885257449004D6A73?OpenDocument&amp;ca=drs-fo</link><description>I agree, but the problem is a lot of the e-mails also store the other graphics remotely so if you turn it off for the one, y</description></item><item><title>RE: View Selection based on Key of Different Forms</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/014BCBD6DBE095A785257449004CCAD4?OpenDocument&amp;ca=drs-fo</link><description>Exactly. Good luck with plan B.</description></item><item><title>RE: Can any one guide me the FAQ for the Administration for an interview</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/6C3A5EF77ADE91F985257449004C903A?OpenDocument&amp;ca=drs-fo</link><description>Are you looking for questions to ask??? or are you looking to see if there is some swatting up needed before an interview. T</description></item><item><title>RE: Replication scenerio ..</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/8A8C60A4B1118B9E85257449004C89EC?OpenDocument&amp;ca=drs-fo</link><description>OK, I'm stupid, as soon as an ACL entry is granted the right to read public documents, the replicate or copy option is selec</description></item><item><title>getElementById is not working in a Web application</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/071232D1453C82C985257449004C42F7?OpenDocument&amp;ca=drs-fo</link><description>When i use getElementById to hide one of the field, its not working but if I use the field name, its working. The id is HTML</description></item><item><title>How to create outgoing email Db for several people</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/BDB631ABB4E19EBB85257449004C3F34?OpenDocument&amp;ca=drs-fo</link><description>I need to create 1 outgoing Email account for +/- 10 people in a group. Nothing fancy.... only the name of the people sendin</description></item><item><title>rich text fields' values replaced</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/69BB598B6CD0813085257449004BF9CB?OpenDocument&amp;ca=drs-fo</link><description>Hi there! I have a really weird problem. I have a form that has 4 rich text items that is used on the web. I created documen</description></item><item><title>RE: Forwarding E-mail Agent</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/0B7498630FE34AA485257449004BA588?OpenDocument&amp;ca=drs-fo</link><description>They wanted the contents of the e-mail in their e-mail. But you're right, I can just sent the original message to the new li</description></item><item><title>RE: Domino Web Access Warning - Firefox, Mac</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/F440DCA381FC642785257449004B9949?OpenDocument&amp;ca=drs-fo</link><description>We are having this issue as well. According to this document, that was updated on 2\6\8, they aren't supporting Firefox 2.x </description></item><item><title>RE: View - seems bit difficult</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/8D0196D8D60637BB85257449004B223C?OpenDocument&amp;ca=drs-fo</link><description>On the Column's Properties on the Sorting tab you should see: The choice are:</description></item><item><title>RE: Max Memory on Dominio 7.02 with SUSE 10 64bit</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/D4AF382A082095DF85257449004A7FF2?OpenDocument&amp;ca=drs-fo</link><description>ps: 3gb for every partition.</description></item><item><title>RE: Max Memory on Dominio 7.02 with SUSE 10 64bit</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/A24DB5B794E480B485257449004A5B10?OpenDocument&amp;ca=drs-fo</link><description>u have tot use domino 7.0.2 or higher to expand the default domino memory usage from 2gb to 3gb. (only at a 64 bit OS) so, i</description></item><item><title>RE: RegisterNewUser error message</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/57FED3A389B82C88852574490049FF02?OpenDocument&amp;ca=drs-fo</link><description>As the error is quite unspecific I'll take a guess (sorry if I'm wrong): reg.MailTemplateName = "TestMCR7Mail" 'new R7 mai l</description></item><item><title>RE: How can I hide the lotusscript code contained in an nsf database</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/CE6E7D33371F2698852574490048CCDD?OpenDocument&amp;ca=drs-fo</link><description>Don't they? Why not?</description></item><item><title>RE: Picklistcollection and selection</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/F73F2D290B0F15A78525744900484FF9?OpenDocument&amp;ca=drs-fo</link><description>Not with PickListCollection -- maybe with PickListStrings.</description></item><item><title>Some observations</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/B31403DE6152A378852574490047D185?OpenDocument&amp;ca=drs-fo</link><description>The Fatal stacks you posted are almost identical, though from 3 different processes - server, http and amgr. The critical ca</description></item><item><title>RE: Asterisk Central</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/1AB9A39151181DA88525744900469524?OpenDocument&amp;ca=drs-fo</link><description>Are you talking about this: http://en.wikipedia.org/wiki/Asterisk_PBX ? Since it has a Java API, I suppose you can use that </description></item><item><title>RE: import picture file from excel to lotus notes</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/D777C4C34EAD49B5852574490045DEBC?OpenDocument&amp;ca=drs-fo</link><description>What does it mean to you to import a jpg file into Notes? Do you want an embedded image or a file attachment? Is the documen</description></item><item><title>RE: Cluster Email Devliery</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/6AF1E7F20E627C9C8525744900449B29?OpenDocument&amp;ca=drs-fo</link><description>hi Kevin Is it mail cluster failover? http://www.ibm.com/developerworks/lotus/library/ls-Configuring_a_Cluster/index.html Wh</description></item><item><title>RE: getInputStream() and performance</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/97E740768A73DAFF8525744900446D45?OpenDocument&amp;ca=drs-fo</link><description>Hi, We are facing similar issue at our end and we need to resolve this asap. Can you please guide us? Kindly let us know how</description></item><item><title>Blackberry meetings problems</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/A2D4BCCD03EC242D852574490043E1F0?OpenDocument&amp;ca=drs-fo</link><description>I might not be in the right place for asking those questions. But usualy, when you refuse a meeting from a notes client poin</description></item><item><title>Cluster Email Devliery</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/F45AD0E348A4813C852574490042AE9A?OpenDocument&amp;ca=drs-fo</link><description>I have a question regarding  Notes clustering mail delivery and was wondering  if anybody could clear it up. I know if you h</description></item><item><title>RE: Search functionnality in the Notes Client</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/56563DCF85DC914185257449004269EA?OpenDocument&amp;ca=drs-fo</link><description>No this is NOT a web thing. You can display the html content in a Notes client. The Notes URL will launch the document in th</description></item><item><title>RE: Inherit Rich Text Field Does Not Exist</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/67AAA184B2286F96852574490042618B?OpenDocument&amp;ca=drs-fo</link><description>Thank you for your thoughts. I'm not aware of a template, though I did not create the original form/view. I just opened it t</description></item><item><title>RE: Hidden View</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/0E59AE3573B670118525744900404774?OpenDocument&amp;ca=drs-fo</link><description>Thanks bernhard. It is very useful.</description></item><item><title>RE: View - seems bit difficult</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/EF33FC13BC99962085257449004016FD?OpenDocument&amp;ca=drs-fo</link><description>Thanks a lot Basir Noutash.... How to add in total Column of the all the status? Again thanks Vj</description></item><item><title>RE: Hidden View</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/146074EAE8C3403885257449003E356C?OpenDocument&amp;ca=drs-fo</link><description>press and hold ctrl + shift go to the menu View -&amp;gt; goto and then you can open the hidden view greets from austria
bernhard</description></item><item><title>Hidden View</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/DBAEC3E30E8FB0D285257449003DCF86?OpenDocument&amp;ca=drs-fo</link><description>Can you open a hidden view from the client. If so how ?</description></item><item><title>RE: View - seems bit difficult</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/98107377CEB9B03785257449003D7A4D?OpenDocument&amp;ca=drs-fo</link><description>Thanks for response Wher i can find that inbuilt functionlity? I am not aware of that? Please give me in detail.... Vj</description></item><item><title>RE: View - seems bit difficult</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/A5F0C36AA85208BB85257449003D2DC8?OpenDocument&amp;ca=drs-fo</link><description>Create a view like this: 1. First column categorized - The formula in this column should return the document name "Hardware"</description></item><item><title>RE: Dynamic table not getting added.</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/D1D5A159ECCC600685257449003BF31D?OpenDocument&amp;ca=drs-fo</link><description>You are closing the document in the postopen itself. Ideally the changes made to the richtext items are visible in the uidoc</description></item><item><title>RE: How to Create A Clickable Hot Spot link in an email?</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/383376C1C05541C985257449003BEF2C?OpenDocument&amp;ca=drs-fo</link><description>I'm a newbie so I'm sure I'm missing something here, but I don't understand how this will help me get a hot-spot link to sho</description></item><item><title>RE: View - seems bit difficult</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/AE503E3BDCCBF30485257449003B3FD5?OpenDocument&amp;ca=drs-fo</link><description>why don't you use the built in functionality of totals columns and categorised columns? Then your view would look like... So</description></item><item><title>Can any one guide me the FAQ for the Administration for an interview</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/A2DBDAAB9B9B3862852574490039C392?OpenDocument&amp;ca=drs-fo</link><description>FAQ of FAQs A must read technote Lotus Notes/Domino Directory FAQ
http://www-1.ibm.com/support/docview.wss?rs=463&amp;uid=swg212</description></item><item><title>Dynamic table not getting added.</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/20BA1579652546F98525744900396121?OpenDocument&amp;ca=drs-fo</link><description>Below code is present on the postopen event of form. It is supposed to load the table of two rows with the headings in the f</description></item><item><title>Mastercard Secure Code - Anybody using it with Domino Apps</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/524FDBA746E7D53D852574490035691C?OpenDocument&amp;ca=drs-fo</link><description>I've been asked to investigate the using of Mastercard's Secure Code stuff in our existing Domino 7 based websites. Has anyb</description></item><item><title>RE: Select docs from a view based on dates selected</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/22D103BF3FC39FCF8525744900352FFF?OpenDocument&amp;ca=drs-fo</link><description>You could make a view with a selection formule that uses (among other selection) something like [AND ShowInView = "1"]. Now </description></item><item><title>RE: Differnce in writing the formula in View selection and Form formula in the view</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/56819A37FA14E6BC8525744900347D76?OpenDocument&amp;ca=drs-fo</link><description>Hi Thish, Thanks for the response ,I think now i am getting the difference by writing the formulas in the view selection aan</description></item><item><title>Picklistcollection and selection</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/3CCCCBFBE6B85093852574490033AB5A?OpenDocument&amp;ca=drs-fo</link><description>Hello, I am facing a little problem, and I can't see how I could resolve it. Here is my objective : I want a picklistcollect</description></item><item><title>RegisterNewUser error message</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/2FE74A362CFB51D98525744900338B60?OpenDocument&amp;ca=drs-fo</link><description>Hi fellow lotus notes guinnea pigs! I am trying to automate the creation of a user. I use the following line of code in whic</description></item><item><title>RE: import picture from excel to lotus notes</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/79F77E79595BB2768525744900336C20?OpenDocument&amp;ca=drs-fo</link><description>Hello Rajinder , This may or may not help you.. Just check it out... http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreade</description></item><item><title>View - seems bit difficult</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/DFB971690780B5818525744900330F04?OpenDocument&amp;ca=drs-fo</link><description>Hello Folks!.... I have a view, where i have to show the status of documents in numbers. Status are : 1) Released
2) Draft
3</description></item><item><title>RE: Differnce in writing the formula in View selection and Form formula in the view</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/152DF993812D949B8525744900321A67?OpenDocument&amp;ca=drs-fo</link><description>Hi sruthi , See u have a form called employee
(Consider u have following list of fields
Name
Age
Dept) U have created some d</description></item><item><title>IsReader</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/BCA1B1D321EEC53E85257449003196E8?OpenDocument&amp;ca=drs-fo</link><description>Hi, I have run a back ground agent to update the readers field to make it READ ACCESS property as it is a new field to the d</description></item><item><title>RE: Replication scenerio ..</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/A818C08772135EF68525744900314F53?OpenDocument&amp;ca=drs-fo</link><description>Hi , PULL PULL type of replication is really exist or not ?? if Yes 
then ,  Is there command line equivalent for or not ? T</description></item><item><title>import picture from excel to lotus notes</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/16FAAA39B5F335A2852574490031429C?OpenDocument&amp;ca=drs-fo</link><description>hi i want to import picutre and data from excel to lotus notes
i used OLE API object but i import string date into lotus but</description></item><item><title>RE: How to create new document in InViewEdit</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/0834266812FF1777852574490030BAC1?OpenDocument&amp;ca=drs-fo</link><description>Always search Lotus helps before asking a question I copied the following text form designer help: To allow users to create </description></item><item><title>RE: Differnce in writing the formula in View selection and Form formula in the view</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/9302F5B5623E84A58525744900306C07?OpenDocument&amp;ca=drs-fo</link><description>Hi Thish Thanks for the response , still i am not very clear with the differvence
If i am not wrong,the same formula which i</description></item><item><title>RE: Blackberry Browser, close window</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/564019EE55E05C5E85257449003023A0?OpenDocument&amp;ca=drs-fo</link><description>Web browsers on mobile devices are lightweight ie without javascript support, I would guess and hence window.close() is not </description></item><item><title>RE: Differnce in writing the formula in View selection and Form formula in the view</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/448C4AB95B9FD1148525744900300E2F?OpenDocument&amp;ca=drs-fo</link><description>Hi Sruthi , View Selection formula are written to filter the documents that needs to be displayed in the view.Say if the vie</description></item><item><title>Select docs from a view based on dates selected</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/6A6E922E562EC91185257449002FB720?OpenDocument&amp;ca=drs-fo</link><description>Hello, I have a view in which, the user wants an action inserted which would allow him to enter start and end dates and base</description></item><item><title>Can any one guide me  the FAQ for the Administration for an interview</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/CDADF09421B28C4385257449002F4747?OpenDocument&amp;ca=drs-fo</link><description>Can any one guide me the FAQ for the Administration for an interview</description></item><item><title>Differnce in writing the formula in View selection and Form formula in the view</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/2A7A8DB4F30389DB85257449002F0DB2?OpenDocument&amp;ca=drs-fo</link><description>Can you please tell me the Differnce in writing the formula in View selection and Form formula in the view and please give a</description></item><item><title>Lotus Notes 8 getting user emial</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/901CC2900BF8F91685257449002E9EBD?OpenDocument&amp;ca=drs-fo</link><description>Hi How can i fetch logged in Notes 8 user email from Java code. I have tried getting it from session and looked in some Note</description></item><item><title>To rotate text using CSS</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/CA387A578E787F3085257449002CDEFF?OpenDocument&amp;ca=drs-fo</link><description>Hi All, I have a requirement to rotate the text (label) vertically from bottom to top (in a form which is used in web). If t</description></item><item><title>How to create new document in InViewEdit</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/957152E7D3CC903685257449002BCE0A?OpenDocument&amp;ca=drs-fo</link><description>Dear all, I manage to edit the document using InViewEdit, but how if I want to create a new document? Is it possible to crea</description></item><item><title>RE: put the mendatory fields in new memo</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/6A07487FC9F233F285257449002B918C?OpenDocument&amp;ca=drs-fo</link><description>Below is the code on the button click of PQR form Dim session As New notessession
	Dim wrk As New NotesUIWorkspace
	Dim uido</description></item><item><title>RE: Web bugs, beacons, clear gifs... any solutions to this scourge?</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/B0A938B23575E50385257449002AAEB1?OpenDocument&amp;ca=drs-fo</link><description>A simple expedient would be to set an internet proxy server that doesn't exist in your location doc.</description></item><item><title>SQL connectivity via LEI</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/908DD3C3CA9A5AB2852574490029EB82?OpenDocument&amp;ca=drs-fo</link><description>HI ,
  I need to push my notes document to SQL tables via LEI.I have SQL server2005. I am naive in LEI so i have no idea. Ca</description></item><item><title>RE: put the mendatory fields in new memo</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/8DEA076FBAF051F88525744900285665?OpenDocument&amp;ca=drs-fo</link><description>Thank you very much for your quick response. I want to add 3 mendatory fields in body of new memo of mail. How to do that??</description></item><item><title>RE: Printing a colon in LS fails</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/F1F90A9B46AA6F8585257449002841B8?OpenDocument&amp;ca=drs-fo</link><description>You're more-or-less correct -- there is no way for Domino to figure out when you are finished printing HTTP header fields un</description></item><item><title>RE: Hide a button based upon users in a field</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/5B6884C6AA6234B58525744900282F62?OpenDocument&amp;ca=drs-fo</link><description>Thank-you to both of you for your help.</description></item><item><title>Never done this but have you tried ...</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/12D28D8DBFFF283C852574490027D9CC?OpenDocument&amp;ca=drs-fo</link><description>formula language in the View Post Open using commands such as ViewCollapse, ViewExpand
perhaps supplemnted by NavNext or eve</description></item><item><title>one question ...</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/011BF380C982CE128525744900267D53?OpenDocument&amp;ca=drs-fo</link><description>do you want to do this for just you personally
or for an organisation? I ask because I've worked for companies that used a 3</description></item><item><title>RE: put the mendatory fields in new memo</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/5AB248FFA3E6C21585257449002666D7?OpenDocument&amp;ca=drs-fo</link><description>You can do it in various ways. By formula it would be as below (on click of button) 1. Get all the contents in temporary var</description></item><item><title>Highlight or underline hotspot on selection</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/3C19F12697D870DE85257449002521F8?OpenDocument&amp;ca=drs-fo</link><description>Hello, I have a page with various (action/link) hotspots on a frame. On selection of a particular hotspot the associated for</description></item><item><title>Printing a colon in LS fails</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/1030C1AF3D5EE6DC852574490024BA12?OpenDocument&amp;ca=drs-fo</link><description>Hi all,
  I have a simple request to create a calendar file (ics) on a users desktop via a web browser. This will allow user</description></item><item><title>put the mendatory fields in new memo</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/F8878673B7D40143852574490023BE24?OpenDocument&amp;ca=drs-fo</link><description>"PQR "form has "test"button.on the click of that button the new memo of mail should open .In "to"fileld the default email id</description></item><item><title>RE: import picture file from excel to lotus notes</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/F85119B0FA6B97AB852574490021FA7F?OpenDocument&amp;ca=drs-fo</link><description>hi
i created a OLE API object and imported text date but i facing problem in importing picture form excel to notes data i wa</description></item><item><title>relay access denied when sending mail outgoing, </title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/E45B3209821FCF8085257449001F4E70?OpenDocument&amp;ca=drs-fo</link><description>Hi everyone, I would like to us regrading the error message we encounter pls find below the error on outgoing, thank you and</description></item><item><title>RE: Regardind sending mails through groups</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/50B95B16F850E0FB85257449001DC977?OpenDocument&amp;ca=drs-fo</link><description>Stephen, Access to the group can be limited as only certain users should be able to have a lookup of that group for sendin m</description></item><item><title>Can you find something else that's helpful?</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/37F258076E82AF2F85257449001AF8EF?OpenDocument&amp;ca=drs-fo</link><description>I can't google anything useful. So I posted it even though it requires a free subscription.</description></item><item><title>yes it's good</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/19AE236DDA621FCE852574490019FFBE?OpenDocument&amp;ca=drs-fo</link><description>It's easy to be a subscriber. I didn't have to pay anything. To print the article, though, you have to be a paying subscribe</description></item><item><title>RE: Server Crash</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/D9ACF79F6BAAC9E2852574490015DBFB?OpenDocument&amp;ca=drs-fo</link><description>Bah, it costs nothing to try I'm doing overtime, it's gonna change my mind JYR</description></item><item><title>RE: Problem w/ Exporting .csv file to Excel</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/7E0B682C4007148885257449001546F8?OpenDocument&amp;ca=drs-fo</link><description>The script I published should be a Lotusscript library. And from your view action or form action, or an agent, you can call </description></item><item><title>RE: Server Crash</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/08A8BD16F6FE1CDF85257449001263FB?OpenDocument&amp;ca=drs-fo</link><description>JYR, that is extremely nice of you. Good luck with your analysis. Gregg</description></item><item><title>RE: Account lockout for all users after implementing policy</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/58A9F9C86CD2EB3D85257449000B96F4?OpenDocument&amp;ca=drs-fo</link><description>Thanks Ric, I was searching for solution in tech notes , but not able to find thanks it will help me a lot,</description></item><item><title>RE: Split and field name "Illegal use of property"</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/828D79DE2AA933C885257449000B664B?OpenDocument&amp;ca=drs-fo</link><description>Thanks Jerry! I will give it a go and will let you know.</description></item><item><title>RE: Split and field name "Illegal use of property"</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/B1FC0BE8751922BC8525744900068B97?OpenDocument&amp;ca=drs-fo</link><description>Take a look at the ReplaceItemValue method of the NotesDocument class. Set notesItem = notesDocument.ReplaceItemValue( ItemN</description></item><item><title>Split and field name "Illegal use of property"</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/C21CDF571A8FEBE98525744900021B8E?OpenDocument&amp;ca=drs-fo</link><description>Hi, I have the following code, but it is giving me an error (as shown below). How can I set the doc.FIELDNAME? fields = "Num</description></item><item><title>RE: Inherit design changes</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/33C73D46DD5871AC8525744900010FE2?OpenDocument&amp;ca=drs-fo</link><description>Thank you Kirsty! That worked wonderfully!!!!! Thanks again!</description></item><item><title>RE: Forwarding Agent/Rule</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/B2E182F19497932485257448007FCB58?OpenDocument&amp;ca=drs-fo</link><description>Yes, you can do it by script. I do it with a little application. It can be run on a specific files, specific folders or spec</description></item><item><title>RE: Forwarding Agent/Rule</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/32660542C0D5C8D985257448007C98FA?OpenDocument&amp;ca=drs-fo</link><description>Hi Donald, I had a similar situation at a company I worked for. I changed the design of the mail template by removing the fo</description></item><item><title>RE: Server Crash</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/455A7E5844C2770E85257448007BC241?OpenDocument&amp;ca=drs-fo</link><description>if you want, send me your nsd, i could give a try jriverin at g  mail dot com JYR</description></item><item><title>RE: Server Crash</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/845702C861C2197285257448007AE095?OpenDocument&amp;ca=drs-fo</link><description>Hi JYR, I have already checked the open database by process section and unfortunately the only consistent database is names.</description></item><item><title>RE: Mail architecture</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/29DB61B0A8D5D187852574480079BD5F?OpenDocument&amp;ca=drs-fo</link><description>Do you utilize any antispam services in front of your mail servers? We use Postini and there are ways to organize the users </description></item><item><title>RE: Server Crash</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/545B44C8356D444A8525744800791C05?OpenDocument&amp;ca=drs-fo</link><description>You should have a section called Open database with the name of the databases that were open by the process at the moment of</description></item><item><title>RE: Forwarding E-mail Agent</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/C9BCF65ADE215F2485257448007911D3?OpenDocument&amp;ca=drs-fo</link><description>Wrong post,. sorry JYR</description></item><item><title>RE: Forwarding E-mail Agent</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/4C974F9BC67ADACB852574480077552A?OpenDocument&amp;ca=drs-fo</link><description>Why create a new document and use CopyAllItems? Why not just use doc.Send(false, SendToList)?</description></item><item><title>RE: How can I validate the text field?</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/9B37C91AECEEEC5D8525744800770A2A?OpenDocument&amp;ca=drs-fo</link><description>I could believe the second test will work as you describe, since of course a field containing a newline character is not equ</description></item><item><title>RE: User only sees numbers in personal view</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/E36328AB330866AC852574480077029F?OpenDocument&amp;ca=drs-fo</link><description>Is this a user-created folder, or one of the built-in folders (Inbox, Trash, etc.)? Have you had the user remove the databas</description></item><item><title>RE: Document properties box and not showing a field</title><link>http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllFlatWeb/A0E61439783927BF8525744800766791?OpenDocument&amp;ca=drs-fo</link><description>If it's encrypted, it can't be unencrypted without the key. Does the process doing the search (or building the index, if it'</description></item></channel>
</rss>
