I wanted to use the Outlook-function "Task", but there might be a bug in the Outlook.dll.
The first problem is to use "Task.StartDate".
If I use the sample-code from the help-file:
the following message is shown:
I tried also:
Because of the Error-Messages I made some more experiments with the code, but nothing worked.
If I use this:
... this:
... this:
... or I use this:
The following message is shown:
The next problem is to use the "Reminder-function" As specci48 has written to you yesterday (it is always at 08:00).
All the time I thought it was my fault in programming, but now I think there must be a bug somewhere.
But in the whole time I liked your Basic4PPC more and more, it is a great software and worth every cent! :sign0188:
... and the forum is also very very good! :sign0060:
The first problem is to use "Task.StartDate".
If I use the sample-code from the help-file:
B4X:
Task.StartDate = DateParse("09/13/2008") + (TimeParse("08:00") Mod cTicksPerDay)
"... Es kann keine Fehlermeldung angezeigt werden, da die optionale Ressource der Assembly, die die Fehlermeldung enthält, nicht gefunden wurde. Continue?"
I tried also:
B4X:
Task.StartDate = DateParse("09/13/2008")
with the same message ...
Because of the Error-Messages I made some more experiments with the code, but nothing worked.
If I use this:
B4X:
Task.StartDate = ("13.09.2008")
B4X:
Task.StartDate = (Date(Now))
B4X:
Task.StartDate = Date(Now)
B4X:
Task.StartDate = "13.09.2008"
"... Fehlermeldung:
Error description:
FormatException
Continue?"
The next problem is to use the "Reminder-function" As specci48 has written to you yesterday (it is always at 08:00).
All the time I thought it was my fault in programming, but now I think there must be a bug somewhere.
But in the whole time I liked your Basic4PPC more and more, it is a great software and worth every cent! :sign0188:
... and the forum is also very very good! :sign0060: