Your value of sStartRange is greater than yhe value of sEndRange.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
I'm using the FindNext(sFilter) to get the appointments within a day, and it works with the date syntax of
sStartRange date of '8/28/2007 23:59'
and sEndRange date of '8/28/2007 00:00', but it returns nothing if I extend it past a single day, such as
'8/1/2007 23:59' and '8/31/2007 00:00'.
Am I doing something wrong with the date syntax when extending past a single day range?
--
Thanks,
Dennis
My complete line is
[Start] <= '8/1/2007 23:59' AND [Start] >= '8/31/2007 00:00'
Should it find it? It gets the entire day's appointments when I use
[Start] <= '8/1/2007 23:59' AND [Start] >= '8/1/2007 00:00'

Signature
Thanks,
Dennis
Your value of sStartRange is greater than yhe value of sEndRange.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"DENNIS BROWN" <DennisTBrown@Comcast.net> wrote in message news:Ro2dnV_sxf7cvknbnZ2dnUVZ_t6onZ2d@comcast.com...
I'm using the FindNext(sFilter) to get the appointments within a day, and it works with the date syntax of
sStartRange date of '8/28/2007 23:59'
and sEndRange date of '8/28/2007 00:00', but it returns nothing if I extend it past a single day, such as
'8/1/2007 23:59' and '8/31/2007 00:00'.
Am I doing something wrong with the date syntax when extending past a single day range?
--
Thanks,
Dennis
Dmitry Streblechenko - 28 Aug 2007 19:45 GMT
No, the first one won't work - how can an appointment start before August 1 and at the same time start after August 31?
It should be
[Start] <= '8/31/2007 23:59' AND [End] >= '8/1/2007 00:00'
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
My complete line is
[Start] <= '8/1/2007 23:59' AND [Start] >= '8/31/2007 00:00'
Should it find it? It gets the entire day's appointments when I use
[Start] <= '8/1/2007 23:59' AND [Start] >= '8/1/2007 00:00'
--
Thanks,
Dennis
"Dmitry Streblechenko" <dmitry@dimastr.com> wrote in message news:OnFYCaZ6HHA.3528@TK2MSFTNGP04.phx.gbl...
Your value of sStartRange is greater than yhe value of sEndRange.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"DENNIS BROWN" <DennisTBrown@Comcast.net> wrote in message news:Ro2dnV_sxf7cvknbnZ2dnUVZ_t6onZ2d@comcast.com...
I'm using the FindNext(sFilter) to get the appointments within a day, and it works with the date syntax of
sStartRange date of '8/28/2007 23:59'
and sEndRange date of '8/28/2007 00:00', but it returns nothing if I extend it past a single day, such as
'8/1/2007 23:59' and '8/31/2007 00:00'.
Am I doing something wrong with the date syntax when extending past a single day range?
--
Thanks,
Dennis
DENNIS BROWN - 28 Aug 2007 20:07 GMT
Thanks!

Signature
Thanks,
Dennis
No, the first one won't work - how can an appointment start before August 1 and at the same time start after August 31?
It should be
[Start] <= '8/31/2007 23:59' AND [End] >= '8/1/2007 00:00'
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"DENNIS BROWN" <DennisTBrown@Comcast.net> wrote in message news:iYmdnUpS_b3pxknbnZ2dnUVZ_qainZ2d@comcast.com...
My complete line is
[Start] <= '8/1/2007 23:59' AND [Start] >= '8/31/2007 00:00'
Should it find it? It gets the entire day's appointments when I use
[Start] <= '8/1/2007 23:59' AND [Start] >= '8/1/2007 00:00'
--
Thanks,
Dennis
"Dmitry Streblechenko" <dmitry@dimastr.com> wrote in message news:OnFYCaZ6HHA.3528@TK2MSFTNGP04.phx.gbl...
Your value of sStartRange is greater than yhe value of sEndRange.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"DENNIS BROWN" <DennisTBrown@Comcast.net> wrote in message news:Ro2dnV_sxf7cvknbnZ2dnUVZ_t6onZ2d@comcast.com...
I'm using the FindNext(sFilter) to get the appointments within a day, and it works with the date syntax of
sStartRange date of '8/28/2007 23:59'
and sEndRange date of '8/28/2007 00:00', but it returns nothing if I extend it past a single day, such as
'8/1/2007 23:59' and '8/31/2007 00:00'.
Am I doing something wrong with the date syntax when extending past a single day range?
--
Thanks,
Dennis