Forum: Outlook - Using Forms
July 12th 07, 01:22 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 328
Categories
Hi,
When categories are set in Contact forms, it seems that they are broken up
into multiple categorical segments. For example, if a Contact is part of the
"test1" and "test2" categories, it will...
|
Forum: Outlook - Using Forms
July 5th 07, 12:50 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 445
Setting a Category
Here is some code. I've commented where my code to & two statements together
is. Any help is appreciated. Thanks.
Function Item_Write()
Set myinspector = Item.GetInspector
Set test =...
|
Forum: Outlook - Using Forms
July 2nd 07, 05:36 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 445
Setting a Category
Thanks for the fast reply. If I only check, for example, Test1, the Category
is set properly. Also, if I check Test2, it works properly. However, if I
check both and invoke the code below, the...
|
Forum: Outlook - Using Forms
July 2nd 07, 04:12 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 445
Setting a Category
Thanks, that worked. I'm having trouble with the following code, as well.
I've tried varying combinations because I know it's a syntax problem, but
none have worked:
ElseIf test1.Value &...
|
Forum: Outlook - Using Forms
June 27th 07, 03:14 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 445
Setting a Category
Hi,
I'm having trouble adding to my code to set a Category by clicking a
Checkbox. I'm getting an error on line 8. I think something is wrong with
the If-Then clauses, but I researched a bit and...
|
Forum: Outlook - Using Forms
June 25th 07, 04:06 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 22
Views: 1,525
Custom Form - Checkboxes
I got the Categories/date-time problem resolved by creating a new form (I
couldn't find any formulas set for Categories, so I used this method).
However, upon running my form, I'm getting an error...
|
Forum: Outlook - Using Forms
June 22nd 07, 05:41 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 22
Views: 1,525
Custom Form - Checkboxes
So, here's my code. I'm not getting an error anymore, but for some reason,
I'm getting the date and time filled into the Categories box as soon as the
form is opened (6/1/2007 8:00:00AM). Any...
|
Forum: Outlook - Using Forms
June 21st 07, 05:02 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 22
Views: 1,525
Custom Form - Checkboxes
If I'm understanding correctly, "Message" is the name of the page? Is
General the object?
Thanks.
"Sue Mosher [MVP-Outlook]" wrote:
If the page is named General, then you won't get anything...
|
Forum: Outlook - Using Forms
June 19th 07, 02:38 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 22
Views: 1,525
Custom Form - Checkboxes
Hi, Sue,
To clarify, I meant that I was checking the functionality of my Checkbox by
viewing the General page, where the Categories are shown (to see if it was
getting set to "Business"). After...
|
Forum: Outlook - Using Forms
June 18th 07, 03:10 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 22
Views: 1,525
Custom Form - Checkboxes
Thanks. So, here is the code that I have right now:
Function Item_Write()
Set myinspector = Item.GetInspector
Set General = myInspector.ModifiedFormPages("Message")
Set Checkbox1 =...
|
Forum: Outlook - Using Forms
June 17th 07, 06:56 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 22
Views: 1,525
Custom Form - Checkboxes
I can't test this currently, but are you suggesting the following code is
correct? I misunderstood your instructions, in that, I thought the object
declaration took place before the...
|
Forum: Outlook - Using Forms
June 14th 07, 03:53 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 22
Views: 1,525
Custom Form - Checkboxes
Oh, I see. The Click procedure was somewhat confusing to me anyways. So,
basically, now I have the following code:
Function Item_Write()
If CheckBox1.Value = True Then
Item.Categories =...
|
Forum: Outlook - Using Forms
June 13th 07, 05:18 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 22
Views: 1,525
Custom Form - Checkboxes
I've placed the code, as follows, but am not getting any results. To test,
I've created a "Categories" box on my form to see if it is getting set to
"Business" when the checkbox is clicked. ...
|
Forum: Outlook - Using Forms
June 12th 07, 05:51 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 22
Views: 1,525
Custom Form - Checkboxes
So, something like this (could use some syntax help please):
Function Item_Write()
If CheckBox1.Value = True Then
Item.Categories = Item.Categories & ",Business"
End If
End Function
I realize...
|
Forum: Outlook - Using Forms
June 8th 07, 05:49 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 22
Views: 1,525
Custom Form - Checkboxes
I visited your link and noticed an article outlining how to use a checkbox to
show and hide a frame. I've removed the references to the frame since I
won't be needing that, but I don't know where...
|
Forum: Outlook - Using Forms
June 7th 07, 04:57 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 22
Views: 1,525
Custom Form - Checkboxes
Hi,
I'm attempting to create a custom contact form with 3 checkboxes that, when
checked, will add the form to a category (e.g. where Business, Competition,
Favorites, etc. are shown under...
|
Forum: Outlook - Using Forms
May 29th 07, 07:51 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 21
Views: 1,337
|
Forum: Outlook - Using Forms
May 28th 07, 04:39 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 21
Views: 1,337
|
Forum: Outlook - Using Forms
May 27th 07, 10:05 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 21
Views: 1,337
|
Forum: Outlook - Using Forms
May 26th 07, 01:09 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 21
Views: 1,337
Outlook 2003 - Custom Templates for Public Folders
Thank you for your response, patience, and guidance.
I've tried using textboxes bound to the "Subject" property, but the problem
I keep experiencing is the following. Since all of my textboxes are...
|
Forum: Outlook - Using Forms
May 25th 07, 06:07 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 21
Views: 1,337
|
Forum: Outlook - Using Forms
May 24th 07, 04:14 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 21
Views: 1,337
|
Forum: Outlook - Using Forms
May 24th 07, 03:57 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 21
Views: 1,337
|
Forum: Outlook - Using Forms
May 23rd 07, 05:39 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 21
Views: 1,337
|
Forum: Outlook - Using Forms
May 22nd 07, 04:23 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 21
Views: 1,337
|