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 6 and 7 Forum

Notes/Domino 6 and 7 Forum

developerWorks

  

Sign in to participate PreviousPrevious NextNext


A Beginner 5.Sep.08 01:44 PM a Web browser
Domino Designer 6.5.1 Windows XP


I want to use the lesser of two dates to compare to todays date to see if it is more than 10 days overdue. Seems simple enough. I have script that I've pieced together from here and there finally working. But since I can't append my "CheckDate" to a messagebox (even using Cstr) I feel I'm missing something. I get a type mismatch if I try to append Cstr(CheckDate) to a messagebox text.

So I'm searching and searching getting more and more confused on how to handle dates. It seems as if there are so many options ... is there a rule of thumb to use for backend classes? Maybe this code is set up all wrong!? Should I not be using NotesItem? Or NotesDateTime?

Any advice or way to simplifiy this in my mind would be greatly appreciated!

Sub Initialize
'...
Dim item As NotesItem
Dim CheckDate As NotesDateTime
Dim tempToday As New NotesDateTime(Today)
'...

While Not (Doc Is Nothing)
'Use the eariler of the two dates to proceed...
If doc.PropMail(0) < doc.PropEff(0) Then
Set item = doc.GetFirstItem( "PropMail" )
Set CheckDate = item.DateTimeValue
Else
Set item = doc.GetFirstItem( "PropEff" )
Set CheckDate = item.DateTimeValue
End If

Call CheckDate.AdjustDay(+10)

'Check if date is more than 10 days overdue from today
difference& = CheckDate.TimeDifference( tempToday )

If difference& > 0 Then
Msgbox "Not Past Due Yet!"
Else
Msgbox "Past Due! "
End If

Set doc = view.getnextdocument(doc)
Wend
End Sub






Date craziness (A Beginner 5.Sep.08)
. . RE: Date craziness (Willy Lorenzo 5.Sep.08)
. . RE: Date craziness (Rick Macguigan 5.Sep.08)





  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

 Resources
Forum use and etiquette
Native Notes Access
Web site Feedback

Lotus Support

 Lotus Support
IBM Support Portal - Lotus software
Lotus Support documents
Lotus support by product
Lotus support downloads
Lotus support RSS feeds

Wikis

 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


 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