R
rainer.100
I have got a problem with DASL I could not solve anytime.
I want to create a user defined view for my Outlook Contacts. This
view has to show me all friends who have birthday in the next seven
days. So I can send them a letter by using serial letters with MS
Word.
By using the Filter-Generator in Outlook (I am German and I don't know
the englisch words) I can create this string
%next7days("urn:schemas:contacts:bday")%
By using this string Outlook compares only birthdates in the current
year.
What is the syntax in DASL to create a query like this?
next7days(day(bday) & "." & month(bday) & "." & year(now()))
I hope you have the answer or you know a link with it.
Thanks in advance
Rainer
I want to create a user defined view for my Outlook Contacts. This
view has to show me all friends who have birthday in the next seven
days. So I can send them a letter by using serial letters with MS
Word.
By using the Filter-Generator in Outlook (I am German and I don't know
the englisch words) I can create this string
%next7days("urn:schemas:contacts:bday")%
By using this string Outlook compares only birthdates in the current
year.
What is the syntax in DASL to create a query like this?
next7days(day(bday) & "." & month(bday) & "." & year(now()))
I hope you have the answer or you know a link with it.
Thanks in advance
Rainer