Forum: Outlook - Using Forms
April 10th 06, 05:06 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 655
Message class
Hello, I have a problem with the message class of my form. I created a form
with a message class which is called ipm.task.supp when I publish this form
it published it with themessage class...
|
Forum: Outlook - Using Forms
March 31st 06, 05:46 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 444
How can I disable an item on a form
Thanks, everytings work well
--
Josianne
"Sue Mosher [MVP-Outlook]" wrote:
You must use the proper syntax for accessing controls on a custom form page. See...
|
Forum: Outlook - Using Forms
March 31st 06, 04:55 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 444
How can I disable an item on a form
Hi, I've got a form "Support" on this form I've got 5 tab. I want to disable
an item on the "Estimation" tab to I was tinking that I've to
do:Estimation.NameOfItem.enabled=false but it doens't...
|
Forum: Outlook and VBA
March 28th 06, 09:58 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 582
Auto number problem
I have a field named LastNumber and I want , when I receive a task from
someone else and i accept it, to have a value for my last number field.
--
Josianne
"Eric Legault [MVP - Outlook]"...
|
Forum: Outlook and VBA
March 28th 06, 02:53 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 582
Auto number problem
Hello, I've got a problem with auto number I want the code that will took a
number and do +1. I think I can do that with the contact folder I just want
to know how to do it and how can I modified...
|
Forum: Outlook and VBA
March 23rd 06, 08:19 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 875
Version confusion
Click the Disabled
Items button under Help - About and enable it if it is there.
Nothing there to reactivate . When I try to run my macro an error message
occured and say Macro in this project...
|
Forum: Outlook and VBA
March 23rd 06, 07:59 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 875
Version confusion
I set the macro security to medium but It always sayaing that my macros is
desactivate can you tell me how to reactivate it.
You should also add the Message Class column to a View in your Task...
|
Forum: Outlook and VBA
March 23rd 06, 07:39 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 875
Version confusion
Yes, mycode execute because he write on the top of the microsoft visual basic
(execution) and it disapear. But Now I try to reexecute my macro and He said
that my macro is desactivate. I Have my...
|
Forum: Outlook - Using Forms
March 23rd 06, 07:15 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 501
Version
I've published it on the same name but I change some fields on it and my
version number!
--
Josianne
"Sue Mosher [MVP-Outlook]" wrote:
The code you have can be run from any Office program VBA...
|
Forum: Outlook and VBA
March 23rd 06, 07:13 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 875
Version confusion
Ok, I put it on a macro and i do macro execute then changemessageclass, but
Nothing happen.
I have some old forms that were been made with version 1.1 and now my
default form in my task folder is...
|
Forum: Outlook - Using Forms
March 23rd 06, 03:38 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 501
Version
Ok, I've found the code that will help me to do it but I juste don't know
where to put it :\
Sub changeMessageClass()
Set olApp = New Outlook.Application
Set OlNs = olApp.GetNameSpace("MAPI")
Set...
|
Forum: Outlook and VBA
March 23rd 06, 03:38 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 875
Version confusion
Hi, my problem it's taht I have some old completed froms. they were build
with one of my first version of form. Now, I have a new form and I want my
old forms with my new form template. But I'm not...
|
Forum: Outlook - Using Forms
March 22nd 06, 07:01 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 501
Version
Hi, my problem it's taht I have some old completed froms. they were build
with one of my first version of form. Now, I have a new form and I want my
old forms with my new form template. But I'm not...
|
Forum: Outlook and VBA
March 21st 06, 07:50 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 766
Version and download
I put the lastest version on my form on a web site. I want a VBscript that
can look up which version of form the user is using and if it's not the
lastest version I want to download automatically...
|
Forum: Outlook - Using Forms
March 21st 06, 07:43 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 4
Views: 587
Rights
I ask for the access to publish to the org forms library but I can't have
them. So I published the form il my personnal form library And I do the same
thing for the receiver I published the form...
|
Forum: Outlook - Using Forms
March 21st 06, 03:01 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 4
Views: 587
Rights
I have make a checking and I only publish my form in Outlook folder or
personnal form librairy and I try to publish it on the organizational forms
library but I've got an error message that saying:...
|
Forum: Outlook - Using Forms
March 20th 06, 04:36 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 4
Views: 587
Rights
Hi, I've got a problem with the rights of a task. I've a new task I fill
it(butons are working good and list too) I can print the form with the button
print and I send it to the good person. When...
|
Forum: Outlook - Using Forms
March 19th 06, 04:40 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 11
Views: 950
Problem with Auto Number
"Sue Mosher [MVP-Outlook]" wrote:
Do you want this value to be saved with the item?
I just want to put the value of the mileage value into my textbox(just to
view what is this value).
Did you...
|
Forum: Outlook - Using Forms
March 18th 06, 06:36 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 11
Views: 950
Problem with Auto Number
I try to output my value to a normal textbox. On my form I put a new textbos
control and I try to put my result on it. But I can't do it
--
Josianne
"Sue Mosher [MVP-Outlook]" wrote:
What text...
|
Forum: Outlook - Using Forms
March 17th 06, 07:36 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 11
Views: 950
Problem with Auto Number
Ok I've found that I was right with my olFolderTasks and the constant is 13
.... so my code is ok but when I press the button and I try to look in my
textbox to see the number incremented then then...
|
Forum: Outlook - Using Forms
March 17th 06, 07:26 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 479
Dateadd problem
Thanks a lot, I've found dateadd("d",14,NOW).
I try it before with TODAY or DATE and it don't work because I've got a
french version of outlook on this computer.
Thanks again problem resolve!
--...
|
Forum: Outlook - Using Forms
March 17th 06, 04:40 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 11
Views: 950
Problem with Auto Number
That was the code I was taking about:
1.olFolderRegistry = 3
2.olFolderContacts = 10
3.myFormName = "FormName"
4.Sub Item_Open()
5. ' Set the Outlook NameSpace
6. Set olns =...
|
Forum: Outlook - Using Forms
March 17th 06, 04:29 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 479
Dateadd problem
Is your textbox bound to an Outlook date/time property?
Yes, I already do it
--
Josianne
"Sue Mosher [MVP-Outlook]" wrote:
"d" is the unit of time measurement being added.
|
Forum: Outlook - Using Forms
March 17th 06, 03:59 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 479
Dateadd problem
What is the meaning of the "d" the 14 and the date
because I try dateadd("d",14,date) and dateadd("d",14,TODAY) and my fiel on
startup is "NĂ©ant".
--
Josianne
"Sue Mosher [MVP-Outlook]"...
|
Forum: Outlook - Using Forms
March 17th 06, 03:53 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 11
Views: 950
Problem with Auto Number
Ok Sorry, It's becauise at be begining you have to declare what is the name
of your form and these things:olfolderRegistry = 3, olFolderTasks = 17. For
the form name I'm sure it's ok but for the...
|