Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook and VBA (http://www.outlookbanter.com/outlook-vba/)
-   -   Outlook 2003 Script: How to create an Id for task (http://www.outlookbanter.com/outlook-vba/30322-outlook-2003-script-how-create.html)

news.microsoft.com October 18th 06 09:27 AM

Outlook 2003 Script: How to create an Id for task
 
Hi All,

I have a new folder in my public folders, I create a personal form and make
it as default form used by everyone

I want to number programaticaly all task with a unique Id exp 00001 to
99999

can someone help





Michael Bauer [MVP - Outlook] October 19th 06 08:02 AM

Outlook 2003 Script: How to create an Id for task
 
Am Wed, 18 Oct 2006 09:27:18 +0200 schrieb news.microsoft.com:

Here´s a simple sample to increase a counter and store the current value in
a text file. You must also copy the samples for ReadFile and WriteFile. The
path in the constant FILE_NAME must exist already.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Hi All,

I have a new folder in my public folders, I create a personal form and

make
it as default form used by everyone

I want to number programaticaly all task with a unique Id exp 00001 to
99999

can someone help


news.microsoft.com October 19th 06 10:27 AM

Outlook 2003 Script: How to create an Id for task
 
Excuse me where is the sample ???



"Michael Bauer [MVP - Outlook]" a écrit dans le message de
news: ...
Am Wed, 18 Oct 2006 09:27:18 +0200 schrieb news.microsoft.com:

Here´s a simple sample to increase a counter and store the current value
in
a text file. You must also copy the samples for ReadFile and WriteFile.
The
path in the constant FILE_NAME must exist already.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Hi All,

I have a new folder in my public folders, I create a personal form and

make
it as default form used by everyone

I want to number programaticaly all task with a unique Id exp 00001 to
99999

can someone help




Michael Bauer [MVP - Outlook] October 20th 06 06:46 AM

Outlook 2003 Script: How to create an Id for task
 
Am Thu, 19 Oct 2006 10:27:25 +0200 schrieb news.microsoft.com:

Sorry, I forgot to insert the link:
http://www.vboffice.net/sample.html?...5&cmd=showitem

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Excuse me where is the sample ???



"Michael Bauer [MVP - Outlook]" a 袲it dans le message de
news: ...
Am Wed, 18 Oct 2006 09:27:18 +0200 schrieb news.microsoft.com:

Here´s a simple sample to increase a counter and store the current value
in
a text file. You must also copy the samples for ReadFile and WriteFile.
The
path in the constant FILE_NAME must exist already.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Hi All,

I have a new folder in my public folders, I create a personal form and

make
it as default form used by everyone

I want to number programaticaly all task with a unique Id exp 00001 to
99999

can someone help


news.microsoft.com October 20th 06 12:25 PM

Outlook 2003 Script: How to create an Id for task
 
ReadFile and WriteFile are not allowed in Outlook Script...



"Michael Bauer [MVP - Outlook]" a écrit dans le message de
news: ...
Am Thu, 19 Oct 2006 10:27:25 +0200 schrieb news.microsoft.com:

Sorry, I forgot to insert the link:
http://www.vboffice.net/sample.html?...5&cmd=showitem

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Excuse me where is the sample ???



"Michael Bauer [MVP - Outlook]" a ?it dans le message de
news: ...
Am Wed, 18 Oct 2006 09:27:18 +0200 schrieb news.microsoft.com:

Here´s a simple sample to increase a counter and store the current value
in
a text file. You must also copy the samples for ReadFile and WriteFile.
The
path in the constant FILE_NAME must exist already.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Hi All,

I have a new folder in my public folders, I create a personal form and
make
it as default form used by everyone

I want to number programaticaly all task with a unique Id exp 00001
to
99999

can someone help




Michael Bauer [MVP - Outlook] October 20th 06 03:38 PM

Outlook 2003 Script: How to create an Id for task
 
Am Fri, 20 Oct 2006 12:25:00 +0200 schrieb news.microsoft.com:

That´s true. You could use the Scripting Runtime instead. Create an
FileSystemObject and use its OpenTextFile and CreateTextFile functions.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

ReadFile and WriteFile are not allowed in Outlook Script...



"Michael Bauer [MVP - Outlook]" a 袲it dans le message de
news: ...
Am Thu, 19 Oct 2006 10:27:25 +0200 schrieb news.microsoft.com:

Sorry, I forgot to insert the link:
http://www.vboffice.net/sample.html?...5&cmd=showitem

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Excuse me where is the sample ???



"Michael Bauer [MVP - Outlook]" a ?it dans le message de
news: ...
Am Wed, 18 Oct 2006 09:27:18 +0200 schrieb news.microsoft.com:

Here´s a simple sample to increase a counter and store the current

value
in
a text file. You must also copy the samples for ReadFile and WriteFile.
The
path in the constant FILE_NAME must exist already.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Hi All,

I have a new folder in my public folders, I create a personal form and
make
it as default form used by everyone

I want to number programaticaly all task with a unique Id exp 00001
to
99999

can someone help


bbnimda October 20th 06 11:16 PM

Outlook 2003 Script: How to create an Id for task
 
Hi I'm not good in vbs do you have any sample of code....

Tks

"Michael Bauer [MVP - Outlook]" a écrit dans le message de
news: ...
Am Fri, 20 Oct 2006 12:25:00 +0200 schrieb news.microsoft.com:

That´s true. You could use the Scripting Runtime instead. Create an
FileSystemObject and use its OpenTextFile and CreateTextFile functions.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
--
www.VBOffice.net --

ReadFile and WriteFile are not allowed in Outlook Script...



"Michael Bauer [MVP - Outlook]" a ?it dans le message de
news: ...
Am Thu, 19 Oct 2006 10:27:25 +0200 schrieb news.microsoft.com:

Sorry, I forgot to insert the link:
http://www.vboffice.net/sample.html?...5&cmd=showitem

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Excuse me where is the sample ???



"Michael Bauer [MVP - Outlook]" a ?it dans le message de
news: ...
Am Wed, 18 Oct 2006 09:27:18 +0200 schrieb news.microsoft.com:

Here´s a simple sample to increase a counter and store the current

value
in
a text file. You must also copy the samples for ReadFile and
WriteFile.
The
path in the constant FILE_NAME must exist already.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Hi All,

I have a new folder in my public folders, I create a personal form
and
make
it as default form used by everyone

I want to number programaticaly all task with a unique Id exp 00001
to
99999

can someone help





All times are GMT +1. The time now is 09:40 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com