I have a task form that I move from folder to folder in Outlook public
folders.
Basically when you save and close it should move to the folder above it.
This worked fine before with Outlook 2000/2003. Using the code:
Sub Item_Close
oTask.Move oFolder
End Sub
Now in 2007 it doesn't do anything.
I've also tried changing it so that it copies the form, then moves the copy:
I am creating a custom form with custom fields in outlook 2003.
The form that I am creating is a custom contact form. I want each
customer thats listed in this contact folder to be filed by the custom
fields that I created, Utility & CityState.
To do this i've tried adding the following formula to the form code:
Sub Item_FileAs
Item.FileAs = Item.Utility &vbcrlf " (" & Item.
I am trying to change the behavior on a newly created form, for some reason,
it does not save the e-mail after being sent to Sent Items, it is saving them
in the Draft folder. We are developing this form for data transmission
requests, so we need to keep them.
Help Please!
I tried to create a custom form. I followed the instructions from the
Microsoft Tutorial (I created a folder called "DansTestForms"). Then i just
made a simple modification to the existing contact template and followed the
rest of the Tutorial's
instructions to publish the form. It did work, but it was not what i wanted
it was just a test, so i deleted the "DansTestForms"
In Outlook there is a column called Status,
You enter text in Status by a Pop-up or Drop-down list.
How do you edit or change this list
I have 'inherited' some simple forms being used in Outlook.
I am told that they were created as HTML using Word as the editor then added
to an email by copy and paste from Word. They were then saved as .oft
I have been asked to update the content of them.
I opened the original html in notepad and updated the text that needed
changing, saved then tried to use the above process.
Hi, I'm having some trouble with Outlook Formulas. I'm trying to use the
formula in my form to add the results of four formulas. Here's what I've put
in the formula:
[NPR]+[NPT]
Each one of these fields is itself a formula and I want Outlook to add the
results of the two formulas together. Instead, it simply displays the two
results side by side, like this:
$395.00$45.00
Hello,
I have created a customized Meeting Request Form which has an additional
Page displayed ( say P.2 page is displayed).
Doubt 1 : I donot want to display this page (P.2) for the Recipients to
whom the Form is sent
i.e., The page (P.2) has to be visible only to the
person who books the meeting.
Doubt 2 : In the Edit mode of this meeting request
Hi,
I have designed a internal template but I have noticed it does not work when
PGP is enabled!! has any other person encountered the same problem and is
there a way round this with out disabling PGP.
Many thanks in advance.
Sue,
I have tried all you have posted in this thread, deleted the FRMCACHE.DAT from the forms folder, and also deleted 'IPM.Note.bw_std' which is the name of our custom form - those are the only 2 things in that folder, and yes I have view system/hidden files on.
I opened a form and it installed it on my machine again- I can forward messages fine that are sent by people internally (ie
Hi!
I have two problems with my custom appointment-form.
- We use the datePicker-control and in the Item_Write()-function
Item.Start and Itemt.End are set to the entered values. But before this
function is called, some force resets the entered enddate to the
startdate-value if startdate != enddate . This phenomenon occurs not
every time but yet I couldn't discover which circumstances
Hello to all outlook form experts out there;
I am a total newbie to Outlook forms programming and have been
challenged with creating a form with 3 checkboxes ( LA , LV and CH )
to be able to construct the "To" field. For instance, if all three
are checked, the "To" field would be "LA; LV; CH". This
functionality will need to work for all permutations of checkbox
selection
I am creating a new form in Task (to organise and follow up on business
contacts and projects) and in one of the tabs I would likle to be able to
include links to other MS Office documents and to web addresses. How do I do
that.
Ok,
I a discussion that addresses this issue. Is the best way then from Visual
Studio or something?
"Job" wrote:
> I've been searching the net finding examples of connecting to a sql db in
> order to populate a custom form drop down. I've had my example code in the
> vb editor...can I only use the vb script editor? Everytime I reference
> Set ctl = Item.GetInspector.
Hi all,
I have a custom contacts form (IPM.Contact_1) that some of my contacts
were based on. I want to get them all back to the default contact
form. I think (from reading this newsgroup) that I need to change the
message class for some of my contacts, and I tried several of the apps
that do that, and they did change the displayed message class from
IPM.Contact_1 to IPM.Contact, but
I came across the code below and it is by far the most consistent method to
check for new emails that I've found.
Any how, the only problem I have is that it I receive multiple (two) meeting
updates, the code only fires once.
Any help with this will be greatly appreciated.
Code source: http://msdn2.microsoft.com/en-us/library/aa171304(office.11).aspx
Public WithEvents outApp As
In article <fbubul$366$1@aioe.org>, Console1 wrote:
> I mean 1) create a custom form (based on Message) 2) set the form as the
> default form for Inbox ?
>
0 - Microsoft Outlook Forms 5/11/2007
Resources for designing and programming custom forms and templates for
Microsoft Outlook
http://www.outlookcode.com/archive0/d/forms.htm - 45 KB
1 - Syntax for Microsoft Outlook
When i run the code in the sample, the application crashes at the following
function: HrMAPIOpenFolderEx ()
Thanks in advance.
Even on using HrMapiFindSubFolder iam getting exception of ACCESS_VIOLATION.
__try
{
DWORD cbeid = 0;
LPENTRYID lpeid = NULL;
LPMAPIFOLDER lpParentFolder = NULL;
ULONG ulObjType = 0;
hrRet =
Ah this is my problem too.
No offense Sue but some things may be more obvious to you than others. I
don't see anything specific to form controls under help.
Could you elaborate please?
Thanks.
"Sue Mosher [MVP-Outlook]" wrote:
> It's covered in the Help topics on Outlook forms, but I'm a firm believer in discovery through experimentation: In design mode, compare a control on
Hello,
I use the following vbScript-code to add an attachment (image type) to a
custom
contact item:
Set myAttachments = Item.Attachments
If myAttachments.count = 0 then
myAttachments.add strPath, olEmbeddeditem , 1, "picture"
end if
I assume that the code above adds the file as an embedded attachment to the
item, not just as a link to the file location.
However, when I
And? Are you having a problem or what?
See http://www.outlookcode.com/article.aspx?id=26
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"adminsecretary" <adminsecretary@discussions.microsoft.com> wrote in message
I'm using a custom form (Outlook2003), published to the Organizational
Forms Library, for gathering budget data from users. Each user is
listed as a budget contact for records in my budget table
(Access2003).
My form currently contains 20 textboxes, which are populated using
Access VBA, looping thru all contacts in the table. The "To" field on
the form is populated with the current
Hi and thank you for your response. The "message" is to restate our travel
policy when someone uses their own car and repayment is conditional.
Email event example: I receive an email requesting POV travel authorization.
I in turn reply with the policy "message" to them and CC their supervisor.
The suppervisor prints my custom "message". The message would stay the same.
But, I would have
Can't even open Outlook 2007....here's the message I get
"Failed to register a VBscript.dll. Reinstall or run regsvr32.exe
vbscript.dll to self register. An error occured while creating a form."
AGH! This is so foreign to me. I had no problems until I set up a new user
account on this computer, which is running on Windows Vista.
Any suggestions?
Hi,
Yes the problem occur when my add-in is not loaded so I supposed that it's
from the form I did, but don't really know why?
For the messageclass de mailitem.unread is at false like it's supposed to be.
I don't really know what to do
"Sue Mosher [MVP-Outlook]" wrote:
> There is no setting related to that feature. Does the problem occur even when your add-in is not loaded?