=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
SEARCHDOMINO.COM | Developer Tip
November 18, 2002
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
FROM OUR SPONSOR:
Try FleXML for XML to Notes Integration today! Free Trial!
http://searchDomino.com/r/0,,7582,00.htm?stonepondsoftware  

********************************************************************
IN THIS ISSUE | Table of Contents

1. DEVELOPER TIPS 
   - Featured tip: Compare two lists
   - Recently posted developer tips

2. IMPORTANT ANNOUNCEMENTS AND LINKS
   - Live webcast: ND6 application development 
   - Take our poll: What other certifications do you hold?
   - Best Web Links: Webcast Archives
   - Developer Forum
   - SearchDomino.com Search Engine
_____________________________________________________________________
***********>>> SPONSORED BY Stone Pond Software <<<******************

NEED TO MOVE XML DATA INTO NOTES? 
If so, then you need FLeXML! FleXML is a powerful tool that helps you
rapidly and efficiently convert any XML data into Lotus Notes in a
matter of minutes. It automatically generates Notes documents,
regardless of where the XML data is coming from. FleXML takes the
complexity out of XML data integration and provided and easy-to -use
tool to rapidly tranfer your data into the format you need! Try it
for yourself...Download a free trial at:
http://searchDomino.com/r/0,,7582,00.htm?stonepondsoftware 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
COMPARE TWO LISTS | Lubomir Veselovsky

If you need compare two list in Formula or LotusScript, here is
solution. @Compare function (in R6) compare only the alphabetic order
of the elements in two lists pair-wise. 

Code:

Formula:
List1 := "A":"B":"C"; 
List2 := "A":"C":"B";
tmp := @Trim(@Replace(List1;List2;"")) +
@Trim(@Replace(List2;list1;"")); @If(tmp = ""; "Equal"; "Not Equal") 

LS:
eval = Evaluate(|@Trim(@Replace(List1;List2;"")) +
@Trim(@Replace(List2;List1;""))|, doc)

if eval = "" then
print "Equal"
else
print "Not Equal"
end if

Do you have comments or questions about this tip?  Bring them to our
developer discussion forum.

>>CLICK here to enter the developer discussion forum: 
http://searchdomino.discussions.techtarget.com/WebX?50@@.ee7740b

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
RECENTLY POSTED DEVELOPER TIPS  | SearchDomino Tips

Agent category:
http://searchdomino.techtarget.com/tipsIndex/0,289482,sid4_tax283834_alpD_idx0,00.html 
[1] Agent to replace Date field values

Domino category:
http://searchdomino.techtarget.com/tipsIndex/0,289482,sid4_tax283837_alpD_idx0,00.html
[1] 65kb limit on comboboxes

Formula category:
http://searchdomino.techtarget.com/tipsIndex/0,289482,sid4_tax283836_alpD_idx0,00.html
[1] Show or hide a subform from inside a form

JavaScript category:
http://searchdomino.techtarget.com/tipsIndex/0,289482,sid4_tax283840_alpD_idx0,00.html 
[1] Checking for Edit Mode on the web
[2] @replace function for JavaScript
[3] Show single category view, the next stage

Other category:
http://searchdomino.techtarget.com/tipsIndex/0,289482,sid4_tax283842_alpD_idx0,00.html 
[1] Simple way to avoid the dialog list synonym blues 

Script category:
http://searchdomino.techtarget.com/tipsIndex/0,289482,sid4_tax283841,00.html
[1] Force a timed delay in your script code

>>See all SearchDomino Developer Tips here:
http://searchdomino.techtarget.com/tips/0,289484,sid4_tax283833,00.html

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
:::::::::::  DON'T MISS THESE IMPORTANT MESSAGES AND LINKS  :::::::::
_____________________________________________________________________
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
LIVE WEBCAST: ND6 APPLICATION DEVELOPMENT UPDATE | SearchDomino.com 

When: November 21, 2002 at 12:00 PM EST (17:00 GMT) 

Speakers: Tim Bankes, Principal with Libertas Technologies, co-author
Lotus Notes and Domino R6 Application Development Training Guide and
Dave Hatter, Principal with Libertas Technologies, co-author Lotus
Notes and Domino R6 Application Development Training Guide  

Topic: Dave and Tim will discuss the new features and tools for app
dev in Notes/Domino 6, including JSP support, additional support for
XML, LotusScript and Java, and new capabilities of Designer.

>>PRE-REGISTER here:
http://webevents.broadcast.com/techtarget/searchdomino/112102/index.asp?loc=01  

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
TAKE OUR POLL | SearchDomino.com

Will the new features for application development in ND6 make your
job easier?

>> Vote here:
http://searchdomino.techtarget.com/poll 

PREVIOUS POLL RESULTS:

Aside from Lotus, in which other IBM software brands do you have
certification?

74%: I have no other IBM-related certification.
12%: Other
7%: DB2
3%: WebSphere
7%: DB2
3%: E-business
0%: Tivoli

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
BEST WEB LINKS: WEBCAST ARCHIVES | SearchDomino.com

If you missed any of our live webcasts, it's not too late to view
them. Simply click on the desired webcast, sit back and enjoy the
show. 

>>Click here for our Best Web Links on Notes:
http://searchdomino.techtarget.com/bestWebLinks/0,289521,sid4_tax292976,00.html   
   

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
DEVELOPER FORUM | SearchDomino.com

One user writes, 
"I want a user to be able to choose a department from a combo control
and have a view display a list of names of people in that department.
So I have embedded a categorized view in a form and set its "Show
Single Category" event to the value of a hidden field which is set by
the combo. So far so good. The form is in a frame and displays OK.
When I choose a different department, the categorized view changes
appropriately, but then the form tries to close itself! 
Can anyone shed light on why this is happening? I set SaveOptions to
"0" so the form is not asking me to save it anymore, but I've no clue
as to why it should try to close in the first place. 
Any help gratefully received." 

>> HELP solve this problem:
http://searchdomino.discussions.techtarget.com/WebX?[EMAIL PROTECTED]@.ee7740b/15422!viewtype=threadDate&skip=&expand=


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
DOMINO/NOTES SEARCH ENGINE | SearchDomino.com

Find Domino information fast. Is Google one of your favorite search
tools? We've partnered with Google to make our Domino/Notes-specific
search engine even better. Why waste time slogging through irrelevant
search results? Try our newly tweaked search engine for the most
targeted Domino/Notes results. 

>>Click here to access our advanced search: 
http://searchdomino.techtarget.com/integratedSearchAdvanced/0,289518,sid4,00.html     
____________________________________________________________________
::::::::::::::::::::  SEARCHDOMINO CONTACTS   ::::::::::::::::::::::

JOYCE CHUTCHIAN, Site Editor (mailto:[EMAIL PROTECTED])
   >> Send your comments, opinions, best practices and ideas.
____________________________________________________________________

KURT RINGLEBEN, Asst. Editor (mailto:[EMAIL PROTECTED])
   >> Send your white papers and best Web links, and tips.
      (Please submit your tips via SearchDomino.com)
____________________________________________________________________

DAVID SPENARD, Asst. Editor (mailto:[EMAIL PROTECTED]) 
   >> Send your Ask the Experts questions. (Please submit your 
      Ask the Experts questions via SearchDomino.com.) 
____________________________________________________________________

JON PANKER, News Editor (mailto:[EMAIL PROTECTED])
   >> Send in your news, product announcements and poll ideas.
____________________________________________________________________

DAVID DRISCOLL, Account Executive (mailto:[EMAIL PROTECTED])
   >> Sponsor this or any other TechTarget newsletter.
____________________________________________________________________
::::::::::::::::::::  ABOUT THIS NEWSLETTER   :::::::::::::::::::::

Created by TechTarget (http://www.techtarget.com)
 TechTarget - The Most Targeted IT Media
 Copyright 2002, All Rights Reserved.



Unsubscribe from 'Lotus 411 Developer Tips'
 - Simply Reply to this Email with REMOVE within the Body or Subject
>  or
 - Go to: http://searchDomino.techtarget.com/register
 - Log in to edit your profile.
 - Click on the link to Edit email subscriptions.
 - Uncheck the box next to the newsletter you wish 
   to unsubscribe from.
 - When finished, click "Save Changes to My Profile."


Reply via email to