Forum: Outlook - Using Forms
October 22nd 09, 09:38 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 512
|
Forum: Outlook - Using Forms
October 9th 09, 04:12 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 512
|
Forum: Outlook - Using Forms
December 5th 08, 10:33 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 281
Outlook Script Question about using TXT.File
I know Readline to get the content of the line but what I want to do is
to replace the content of a line by new information
eg:
the content of the line 75 is:
AAAAAAAAAAAAAAAAAAA...
|
Forum: Outlook - Using Forms
December 4th 08, 04:49 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 281
Outlook Script Question about using TXT.File
Hi All,
I'm use a custom Form , and store some information to .txt file, all is ok
I store / save and read these information without any Pb, but from time to
time I need to replace a the content...
|
Forum: Outlook - Using Forms
November 10th 08, 05:09 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 4
Views: 373
|
Forum: Outlook - Using Forms
November 10th 08, 04:27 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 4
Views: 373
|
Forum: Outlook - Using Forms
November 10th 08, 11:07 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 4
Views: 373
|
Forum: Outlook - Using Forms
November 7th 08, 08:53 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 12
Views: 1,077
|
Forum: Outlook - Using Forms
November 6th 08, 04:00 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 445
Text Format Lost [Redemption]
Hi all,
I use personal Task Form, in this form I use RTFeditor to set some Text of
my task body (Bold / italic / colored etc...)
1 all is ok, but if I use item.body
eg: Body = Body & Date() &...
|
Forum: Outlook - Using Forms
November 6th 08, 03:26 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 12
Views: 1,077
|
Forum: Outlook - Using Forms
November 6th 08, 09:18 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 12
Views: 1,077
|
Forum: Outlook - Using Forms
November 5th 08, 05:09 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 12
Views: 1,077
|
Forum: Outlook - Using Forms
November 5th 08, 04:16 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 12
Views: 1,077
|
Forum: Outlook - Using Forms
November 5th 08, 02:35 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 12
Views: 1,077
|
Forum: Outlook - Using Forms
November 3rd 08, 03:54 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 12
Views: 1,077
|
Forum: Outlook - Using Forms
November 3rd 08, 08:43 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 516
Pb with Special character
Hello Ken,
the Pb is that when I put the Task Body in to the Mail Item Body I don't
know if there is "" or "" in the task body...... is there a way to keep
all the content of a text (here the...
|
Forum: Outlook - Using Forms
October 31st 08, 03:35 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 516
Pb with Special character
Hi ,
I've custom task , and added function that create and send Html mail
including task body
My Pb is : when task body contain "" in my my all what came afeter the
"" is ignored
how can I...
|
Forum: Outlook - Using Forms
October 31st 08, 03:24 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 235
|
Forum: Outlook - Using Forms
September 4th 08, 03:10 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 336
Outlook Script Have Pb with Do While Loop
Hello Sue
I don't Want to perform another loop
I just want to skip item inside my "Do loop" and I can't use in fact all
my item meet more than 4 criteria and in this list I want to skip some...
|
Forum: Outlook - Using Forms
September 4th 08, 12:25 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 336
Outlook Script Have Pb with Do While Loop
Hi all
I'm using a custom Outlook form
I this form I use Do while loop, it work fine but Now I need to skip some
item that meet specific conditions so I added an if then loop end if
My...
|
Forum: Outlook - Using Forms
February 15th 08, 02:38 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 498
|
Forum: Outlook - Using Forms
February 15th 08, 02:08 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 6
Views: 511
|
Forum: Outlook - Using Forms
February 14th 08, 04:57 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 6
Views: 511
Outlook Script: How to create / delete txt file
Yes I all ready found "CreateTextFile" but still was looking for the way
to fill the file ( tks for Writeline )
Ok now I know how to create , fill and save a text file
Now I have to open an...
|
Forum: Outlook - Using Forms
February 14th 08, 10:17 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 6
Views: 511
|
Forum: Outlook - Using Forms
February 13th 08, 03:32 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 6
Views: 511
Outlook Script: How to create / delete txt file
Hi all,
I use custom form and I want to know how to manipulate simple file *.txt
I need 3 operations
1) check if xxx.txt exist
2) delete xxx.txt
3) save the content of listbox to xxx.txt
2nd...
|