|
Save New Item
Hi all,
I m using folowing code into a button to create a new contact, its works
fine, but when I save this new contact and I look in the folder and the
contact is not there, i dont receive any error message.\
Sub CommandButton3_Click()
set newForm =
Application.Session.getDefaultFolder(10).Items.Add("IPM.Contact.Cliente1")
newForm.Display
End Sub
thanks
...
|
1 |
27.07.2006 20:06:43 |
|
Maximum form (task) size?
Hi, I would like to know what is the maximum allowed size for a task/form?
Some of our users are experiencing loss of information when a task reaches a
certain size (~ 20MB +). Some peviously inserted emails become corrupted and
cannot be opened anymore. The error message they are getting is "One or more
parameters are incorrect."
Thanks...
|
4 |
27.07.2006 18:50:23 |
|
Outlook programming
I need to restrict a user from closing out of a task if the completed date
is later than the due date without putting something in the description. I
have tried to look at macro's but couldn't find anything valuable there.
Any help would be greatly appreciated
...
|
4 |
27.07.2006 15:17:09 |
|
"enter network password" box sudddenly pops up in Outlook 2003
How do I change the setting for the "enter network password" box to not pop
up with every outgoing mail. It just started doing it today (all day) after
having it set up for a year. Thanks!...
|
2 |
27.07.2006 13:19:53 |
|
Outlook 2003 version(11.6568.6568) SP2
Hi-
We are observing a issue with Printing of Custom Form.
Code works absolutely fine in Outlook 2000 but fails in Outlook 2003
version(11.6568.6568) SP2.
Chr(13) does not seem to work. When I print, chr(13) seems to be ignored and
everything just prints as one line.
Pl. see code below..
'''''''''''''''''''''
Function GetProp(sProp)
GetProp = Item.UserProperties.Find(sProp).Va...
|
7 |
27.07.2006 13:11:02 |
|
How do I print a custom email form as it looks on the screen?
In Outlook 2003 I modified the email form and created a new form call 'VPO
request'. for my purposes every thing works just fine, sort of like a
website data entry without any data storage. simply a request form. However
when I print the form after it has been emailed it prints the form entries in
a list format (like the tab order screen) with the inputs after a colon.
Rather than pri...
|
2 |
26.07.2006 22:30:38 |
|
Routing Outlook Forms
Hi all,
We want to reduce our paperwork flow, in particular HR forms that need
filling out by a user, authorising by a manager then passing to HR to
file.
We used to use routing in Excel / Word and Outlook but we now run
Outlook 2003 but are a little behind the times and still use Word 97!
(yes I know...!) There are compatibility issues and this doesn't work
well for all.
We want to ...
|
4 |
26.07.2006 21:09:51 |
|
Customization of Outlook Contact with BCM
Ok, so I have seen, read and been disappointed in the fact that the BCM forms
are not customizable. However, here's my question........
I want to be able to track other information about the contact that has
nothing to do with "monkeying" around with the BCM accounts, contacts etc.
Can I add an additional tab to the Outlook contact form include my additional
fields and have BCM not care...
|
1 |
26.07.2006 11:43:02 |
|
Linking to Forms via HTML -- If not installed, it opens blank e-mail
Here's some background:
I've created some VBScript on a web page that takes a path to a form in the
Public Folders, parses it out, traverses the folders to the one containing a
form, and then opens the form.
For those who have tried to do this and failed, I don't have the code in
front of me (I'm at home, can't get to newsgroups directly at work) but I
pass the path as a string with ...
|
7 |
25.07.2006 21:44:48 |
|
Add a field to email which allows a text entry note
It would be nice to be able to make notes next to emails with a text entry.
I would also like to color the fonts of various emails so they stand out in
my file.
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button...
|
1 |
25.07.2006 21:03:02 |
|
How do I move the date field in an e-mail header?
I need to move the "Sent" field in the e-mail message header from the right
side of the e-mail over to the left side of the e-mail to be printed with the
other header fields: From, subject, to. How can I edit the Header form to
move the sent field so it appears somewhere else? Thank you...
|
2 |
25.07.2006 20:24:04 |
|
photographs in stationary
I'm trying to design a stationary template in Outlook using a single
photograph. However, the phot is tiled, so it is repeated throughout the
stationary. I cannot seem to find a way to stop this from happening. I only
want to see the photo once, centered on the top of the page. It can be done
in Outlook Exprees....
|
2 |
25.07.2006 00:21:25 |
|
cache problem
Hello,
I've been having conflict errors for a very long time and think I have come
very close to figuring out the problem.
Outlook 2003 Tasks in public folders. All computers set to not use cache
mode in account settings
My computer never has cache problems. When I open a task, it creates 3
temporary files. When I close the task, all the temporary files are
automatically delete...
|
1 |
24.07.2006 21:53:09 |
|
Outlook Forms
I've created a form and published it in my personal forms folder. I also
saved it (oft) on my desktop. But when I retrieve the form and address the
email to my self to test it, it comes across as a blank email. I clicked on
the "send from definition with item.
--
Motaad...
|
2 |
24.07.2006 21:52:01 |
|
Custom Forms on Outlook 2007 beta
I just installed Office 2007, and I can no longer forward a custom form. The
initial form is set up to fill in certain fields automatically when the
forward button is clicked. Now, when I click forward, I get "The messaging
interface has returned an unknown error. If the problem persists, restart
Outlook"
Is there anyone using 2007 beta that has encountered this issue?...
|
6 |
24.07.2006 19:16:03 |
|
How to add "Insert File" icon to custom form?
I've built a custom mail Outlook form (Outlook 2003) and want the user to be
able to attach an email or file to the form before sending. The Insert File
icon is available on the toolbar when sending a standard new mail form, but
not in the custom mail form. I can't find any properties or controls in
design mode that will add the functionality to the custom form.
The form currently d...
|
3 |
24.07.2006 15:07:02 |
|
Create and set up custom forms in OWA
Hey there!
I read, that it is possible to convert custom forms to asp so that they can
be used in OWA.
Is there another tool than Microsoft Outlook HTML Form Converter to do the
conversion-part?
Do you know of an article that describes exactely how to set up such a form
and where to install it etc. Like: What to do after I turned the Outlook
custom form into an ActiveServerPage?
Th...
|
2 |
24.07.2006 14:14:31 |
|
Journal form
I have created a custom Journal Form - Page 2. I have added the field End
Date - but it defaults to the date the form was created - as does the start
date. I have also added the field "company" from the journal field picker -
it also defaults to the date the field was added to the form,,,,,,why is
this. (I know that this field is not related to contacts-I need to it record
which Group di...
|
1 |
21.07.2006 15:24:02 |
|
Using auto correct option in form fields - Outlook 2003
I use a lot of auto correct options when I am creating and answering e-mails.
I use some forms that were created by the company that I work for and the
Auto Correct options do not work in the fields. Is there somehting I need to
activate?
Terry ...
|
2 |
21.07.2006 11:58:34 |
|
Can I create letter head in publisher for outlook?.
And it will show up on all of my emails....
|
1 |
20.07.2006 20:22:01 |
|
Just so you know!! Those that don't have all Standard Forms...
Hello,
I have been reading about people who have been having a problem w/
the standard form "Message" not being shown under
"Tools"-->"Forms"-->"Choose A Form"-->"Standard Form Library". This
creates errors such as "Cannot create item" when clicking a web e-mail
link, or if someone forwards you an e-mail with a .msg attachment, you
cannot open it with the error: "The form require...
|
1 |
20.07.2006 20:01:13 |
|
Body of email on custom form too small
I've designed some custom forms on Outlook. It looks fine to me at 1024 x
768 but sometimes when another user using 800 x 600 opens the form and goes
to forward it, the text box that contains the body of the email is condensed
down to a single line which is in turn obscured by the the list of
attachments thus making it impossible to type anything. Is there anyway to
make that box bigge...
|
1 |
20.07.2006 16:19:01 |
|
how to connect an outlook2000 form to an oracle db
hello,
i set up a MS data link (*.udl), connected to the db succesfully, then tried
to use the corresponding connection string to connect a custom outlook form
to an oracle db.
so far, no luck.
here is the code
ConnectionString = "Provider=MSDASQL.1;Persist Security Info=False;User
ID=FMS_USER;Data Source=eben"
cnn.Open ConnectionString
strSQL = "SELECT tournumber FROM FMS_TOUR"
...
|
4 |
20.07.2006 15:00:57 |
|
Outlook / Word conflict
Hello all,
I am currently working on an addin for Word that adds a custom toolbar
with one CommandBarButton. The addin works fine, and does what it is
supposed to do, but if I open Outlook first, the command bar and button
will apear on a new compose message. Also, opening Outlook first causes
the commandbar to be hidden when Microsoft Word is opened. Everything
works fine if it's the oth...
|
2 |
20.07.2006 14:28:54 |
|
Form size questions
I am using Outlook 2003 on a Windows XP computer.
I have designed a new form (called no-off) from the default Message form.
All I did was add one field under "Subject": "Billing Information". That
field was added to both Read and Compose.
I published the form to my Personal Forms Library, then did the exact same
process above, except I check the box to save the definition with the form...
|
4 |
19.07.2006 22:31:57 |