Skip to main content
 
developerWorks
AIX and UNIX
Information Mgmt
Lotus
New to Lotus
Products
How to buy
Downloads
Live demos
Technical library
Training
Support
Forums & community
Events
Rational
Tivoli
WebSphere
Java™ technology
Linux
Open source
SOA and Web services
Web development
XML
My developerWorks
About dW
Submit content
Feedback



developerWorks  >  Lotus  >  Forums & community  >  Notes/Domino 4 and 5 Forum

Notes/Domino 4 and 5 Forum

developerWorks

  

Sign in to participate PreviousPrevious NextNext

Append Value - Wrong Method or not
Nadeem Shaikh 20.Jan.04 05:38 AM a Web browser
Domino Designer -- LotusScript 4.6.5a Windows NT

Hi,

I have this code that goes through a view gets the first doc, then runs a function that sets up group of arrays, gets a specific field and then puts that field value in a group document in an address book db.

For eg if
p = unidoc.DivACPO is "John Smith", then John Smith will be appended to the members field in the relevant group document

But if i go into the document physically and then delete John Smith with "Bill Bob", my code returns in the members field for the relevant group:
John Smith
Bill Bob
this is obviously wrong...what am i doing wrong

Thanks

My Code is below:

Sub Initialize
'Declarations
etc etc etc

Set v = db.getview("DivisionsV")

count = 0
'++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Set Unidoc = v.getfirstdocument
'Processing here
Call ACOMember

Set Unidoc = v.getnextdocument(Unidoc)
count = count + 1
Print count
Loop

End Sub
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++




Sub ACOMember
Dim p As Variant
Dim q As Variant
' Dim i As Integer
Group(1) = "All ACOs"
Group(2) = Unidoc.DivName(0) & " ACOs"
Group(3) = Unidoc.DivName(0) & " DMT"
Group(4) = "AST"
Group(5) = Unidoc.DivName(0) & " All Staff"
Group(6) = "All Probation Grade Staff"

'+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
p = unidoc.DivACPO

For i = 0 To Ubound(p)
If i = 0 Then Redim q(i)
If i > 0 Then Redim Preserve q(i)
q(i) = p(i) & "/WestMidlands/NPS"

Next
y = q
'+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Dim pabview As NotesView
Set pabview = PABdb2.GetView ( "Groups" )

For i = 1 To 6 '- check the groups


'NEED HELP HERE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
For x = 0 To Ubound(y)
Dim item As NotesItem
Set item = group1doc.getFirstItem("Members")
nameToTest = y(x)
If Not contains(item, nameToTest) Then
Call group1members.appendToTextList(nameToTest)
Saveflag = 1
End If

If Saveflag = 1 Then
Call group1doc.Save ( True , False )
End If
Next
Next

End Sub




Append Value - Wrong Method or not (Nadeem Shaikh 20.Jan.04)
. . Use hierarchical value. (Robert Albritto... 20.Jan.04)






  Document options
Print this pagePrint this page

 Search this forum

  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Author
Category
Platform
Release
Advanced search

 Sign In or Register
Sign in
Forgot your password?
Forgot your user name?
Create new registration

 RSS feedsRSS
All forum posts RSS
All main topics RSS
More Lotus RSS feeds

 Resources
Forum use and etiquette
Native Notes Access
Web site Feedback

  Lotus Support
Lotus Support
Product support pages index
Search knowledge base (Technotes)
Search support downloads
Lotus Support RSS

 Wikis
IBM Composite Applications
IBM Mashup Center
IBM Connections
IBM Docs
IBM Forms
IBM Mobile Connect
IBM Sametime
IBM SmartCloud for Social Business
IBM Web Experience Factory
Lotus Domino
Lotus Domino Designer
Lotus Expeditor
Lotus Foundations
Lotus iNotes
Lotus Instructor Community Courseware
Lotus Notes
Lotus Notes & Domino Application Development
Lotus Notes Traveler
Lotus Protector
Lotus Quickr
Lotus Symphony
IBM Web Content Manager
WebSphere Portal

 Lotus Forums
Notes/Domino 9.0
Notes/Domino 8.5 + Traveler
Notes/Domino XPages development forum
Notes/Domino 8
Notes/Domino 6 and 7
Notes/Domino 4 and 5
IBM Connections
IBM Forms
IBM Mobile Connect
IBM Sametime
IBM SmartCloud Notes
IBM SmartCloud Meetings
IBM Web Content Manager
Lotus Domino Document Manager
Lotus e-learning
Lotus Enterprise Integration
Lotus Expeditor
Lotus Protector
Lotus Quickr
Lotus SmartSuite
Lotus Symphony
Lotus Symphony Developer Toolkit Support
Lotus Workflow