I've got an application that uses POOM to read and display apppointments on
the screen. It seems to work fine under the 2002 OS, however, POOM works
sporatically under the 2003 OS for the same exact executable. Specifically,
when I do a ->get_Items() and go through all the available appointments POOM
doesn't always return all the appointments!

It seems to work ok if I leave out the

->put_IncludeRecurrences(VARIANT_TRUE)

call, but works inconsistently if I have this call in. Anyone else
experience this kind of problem with POOM and the 2003 OS?

I'm baffled!

Thanks,

ppcinfo

Re: Anyone else having problem with POOM calls under the 2003 OS? by bruce

bruce
Tue Jul 29 05:27:55 CDT 2003

Take a look at:

http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q294385&ID=KB;EN-US;Q294385

Count is not valid after IncludeRecurrences!! You need to use GetFirst,GetNext

Bruce



"ppcinfo" <pocketpcinfo@yahoo.com> wrote in message news:<u$lBaWmSDHA.3088@TK2MSFTNGP10.phx.gbl>...
> I've got an application that uses POOM to read and display apppointments on
> the screen. It seems to work fine under the 2002 OS, however, POOM works
> sporatically under the 2003 OS for the same exact executable. Specifically,
> when I do a ->get_Items() and go through all the available appointments POOM
> doesn't always return all the appointments!
>
> It seems to work ok if I leave out the
>
> ->put_IncludeRecurrences(VARIANT_TRUE)
>
> call, but works inconsistently if I have this call in. Anyone else
> experience this kind of problem with POOM and the 2003 OS?
>
> I'm baffled!
>
> Thanks,
>
> ppcinfo

Re: Anyone else having problem with POOM calls under the 2003 OS? by ppcinfo

ppcinfo
Tue Jul 29 15:41:07 CDT 2003

Already understood that issue. I still get inconsistent results when I use
the ->put_IncludeRecurrences() method. Sometimes I will get 5 appointments,
sometimes only 1. I'm thinking it's gotta be something in version 2003 OS.

ppcinfo

"Bruce" <bruce.jackson@update.com> wrote in message
news:4a8c7ff0.0307290227.61157cd9@posting.google.com...
> Take a look at:
>
>
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q294385&ID=KB;EN-US;Q294385
>
> Count is not valid after IncludeRecurrences!! You need to use
GetFirst,GetNext
>
> Bruce
>
>
>
> "ppcinfo" <pocketpcinfo@yahoo.com> wrote in message
news:<u$lBaWmSDHA.3088@TK2MSFTNGP10.phx.gbl>...
> > I've got an application that uses POOM to read and display apppointments
on
> > the screen. It seems to work fine under the 2002 OS, however, POOM works
> > sporatically under the 2003 OS for the same exact executable.
Specifically,
> > when I do a ->get_Items() and go through all the available appointments
POOM
> > doesn't always return all the appointments!
> >
> > It seems to work ok if I leave out the
> >
> > ->put_IncludeRecurrences(VARIANT_TRUE)
> >
> > call, but works inconsistently if I have this call in. Anyone else
> > experience this kind of problem with POOM and the 2003 OS?
> >
> > I'm baffled!
> >
> > Thanks,
> >
> > ppcinfo