|
Published Message Forms in Public Folders Don't Retain Data
We run Outlook 2003 SP2 as a client to Exchange 2003. I've set up a Public
Folder and published a message to this folder that includes a P.2 page that
contains text boxes for data entry. After someone opens and sends the
message form including data in the P.2 page, the data is not retained when
the recipient opens the message. The text boxes are still there, but they're
empty. I've g...
|
4 |
09.08.2006 21:27:23 |
|
Form issues
I have created a custom form in Outlook for staff to complete and send to the
IT dept. when they have computer and/or phone issues. The form works well
except for a couple of problems. First, I have inserted check boxes for staff
to indicate their location, etc. You can use the check boxes with no problem,
but when the IT dept. recieves the e-mail, the check boxes are empty. Second,
I ha...
|
3 |
09.08.2006 18:38:02 |
|
Reading a Custom Appointment Item's Conflict Property in Item_Write Function
Hi,
I am implementing a COM add-in in OL2003 which allows users to schedule
phone calls using an external soft-phone. I have created a custom form
which is based on the Appointment Item form, and have published it in
the Calendar folder, and so all of the appointment item properties are
available - including .Conflicts.
I want to check that a new item to be added to my calendar does not
...
|
3 |
09.08.2006 17:53:26 |
|
Moving data from Form Item to olMailItem
Hi,
Is it okay to do this, assuming the addresses are valid, in my send
routine? Or should there be some kind of loop to extract all
recipients from the Item and add them again individually?
Set olapp = CreateObject("Outlook.Application")
Set olmail = olapp.CreateItem(olMailItem)
With olMail
olmail.To = Item.To
olmail.CC = Item.C...
|
4 |
09.08.2006 16:21:58 |
|
Outlook 2000 problem - on sending mail the body is empty
I am working on an Outlook COM Add-in and I use a custom form for
sending emails. On Outlook Xp and 2003, everything works fine, but on
Outlook 2000, every email I send has the body empty. Here is the script
code for the form item send function:
Function Item_Send()
' On Error Resume Next
Dim srvObject
Set srvObject = CreateObject("OlkMsgPlugin.PIMMessageSender")
if srvObject is nothi...
|
1 |
09.08.2006 14:29:58 |
|
No horz scroll bar-reply mail-if has lengthy table in recd mail
Hi,
I was replying to a mail that had a long table in it. While writting the
response, I had to refer to the table. It was surprising to see that there
was NO horizontal scroll bar in the message window. I had to refer to the
data in the extreme right table cell by moving the cursor.
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggest...
|
1 |
09.08.2006 08:48:19 |
|
List Boxes
I have added List boxes to a new form. When they receive the email they
check the boxes and send the email. However, when I open their sent mail the
boxes are no longer checked. I read the email that indicated properties,
values and add new. But I've typed the question in directly next to the list
box. Do I need to add a new field also for the question??? I'm not sure I
understood th...
|
6 |
08.08.2006 21:12:03 |
|
Binding a Control to an ADODC Control, Is it possible
If I want to add an ADODC control to my form (Have one and it's working
great) but also want to add a Data Grid. Is there a way to bind the
grid to the data control, or do I have to fill it manualy and save the
data back manually as well? Thanks.
*** Sent via Developersdex http://www.developersdex.com ***...
|
2 |
08.08.2006 21:02:02 |
|
How to Find a Item using VBScript in Outlook/Exchange
I'm use to doing this via VB and CDO but I can't seem to find a simple
way in VBScript from a form itself. I have a EntryID for an Item and
wish to find the corresponding Item. I have setup my collection down to
the item level and can use a loop to find and setup the item but it's
slow. On the VB side you can use the
GetMessage(ID,ParentFolderSessionID) command from the Connection to go
...
|
3 |
08.08.2006 20:54:02 |
|
out of memory while running custom form
(Outlook 2002 sp3)
I have a vb code in a custom form that run a For ... Next loop to go through
form items in a public folder and checking for a Start Date field in the
item that falls between a nominated period.
Something like -
For I to NumItems
If DateValue(MyItem(I).UserProperties("StartDate") > FromDate AND _
DateValue(MyItem(I).UserProperties("StartDate") <...
|
2 |
08.08.2006 12:56:10 |
|
Custom task form - disabling box selection/deselection
Hi,
I have created a custom task form in Outlook, and the problem that I have is
that when the cursor is in a text box, when the cursor is at the top, I don't
want the "up" cursor key to take the cursor OUTSIDE the box into another
box/field.
(However I want them to work INSIDE the text box to scroll through any text,
etc.)
If anyone could help, I'd be eternally grateful!!!!
Th...
|
1 |
08.08.2006 09:17:34 |
|
can i create a rule to forward all my unread emails to my Hotmail
hi all ,
i know its possible to forward emails to other email addresses within an
organisation however i have tried setting up a rule to forward all unread
emails to my hotmail account, but this does not seem to work? any ideas
people?...
|
1 |
08.08.2006 09:15:24 |
|
Do anyone have a program for SMS sending from Outlook 2007?
Hello. I have inst. M-outlook 2007 Beta. Need a program for sending SMS. I
had that for M-Outlook 2003. Can anyone help?...
|
2 |
08.08.2006 06:40:02 |
|
Adding a name in the To: and CC: Lines
I am trying to add names to a form in the To: and CC: lines and then publish
the form. However, whenever someone replies or forwards it adds the names a
second time. Is there a way to stop them from adding the names a second time
when someone replies to the form?
--
Motaad...
|
2 |
08.08.2006 02:22:35 |
|
Annoying Toolbox Popup
I created a custom form in Outlook 2003 that's published in public folders in
my office.
Problem I'm having is that sometimes when you are on a tab in this custom
form and anytime you press the TAB key, the toolbox (for creating forms) pops
up. Close it, start working again, tab to the next field and it pops up
again.
It's not consistent, but it happens often enough to be annoying. ...
|
1 |
07.08.2006 23:14:01 |
|
Forms; Adding reminder dates to a form
Hello, i have designed a form in my contacts for the staff that work in our
company. This includes the general information (ie name, adress) and also one
for Renumeration (hourly rate, weekend rate, holiday pay, number of sick days
owed, and remaining, car allowance, etc). I would like to add a form where i
can add in spacific dates for induction and performance reviews. For example.
1 m...
|
2 |
07.08.2006 13:24:05 |
|
Error message OLE Registry
I can not open any forms at the moment as I am getting the following error.
"The Custom form could not be opened. Outlook will use an Outlook form
instead. An error occurred registering the form in the OLE registry."
Any help appreciated...
|
1 |
07.08.2006 12:07:01 |
|
Sorting or Grouping custom formula fields
I have created a custom formula field to show how long until a task is due
(or how overdue it is). To help prioritise work, I'd like to sort or group my
task list by this field but Outlook won't let me.
I know that there are alternative solutions - I have tried just using the
Due Date field but it puts items with no due date at the top of the list
before the things that are due soonest, w...
|
5 |
07.08.2006 08:16:01 |
|
howdoisetuparepeatingmeetinginoutlook
...
|
2 |
06.08.2006 22:01:38 |
|
Custom Outlook forms
How do I add a command button to my custom form so that I can basically
perform a print screen of the customer form? Is it a command button that I
need?...
|
2 |
05.08.2006 20:59:41 |
|
The operation failed.object can not be found
how do i fix this...
|
2 |
05.08.2006 20:59:41 |
|
Creating a value with Check Boxes.
I am trying to set up a run of questions. Lets say there are 10 of them. On
each question there is a choice of Yes - No & NA.
Now when each item is clicked, I would like for it to calculate the totals.
Lets say a Ye is worth 3 pts, zero for no and 1 for NA. I am having a
problem getting it to set a value on the check box.
Any suggestions...?
Thanks,
Rich...
|
2 |
04.08.2006 23:13:19 |
|
Populating a text box from another?
Hi People,
Can one 1 tell me (provide any code) for the following problem.
Ok, I have an email form in Outlook and I would like to create a button
that, when clicked, will populate (or copy) the contents from a textbox to
the "To.." field.
I hope this is possible :)
TIA,
Zer0
...
|
4 |
04.08.2006 21:08:51 |
|
Designing Feedback Forms
Hi,
Am trying to automate feedback forms that we send through Outlook. I have
designed the form, however, I would want to code an action to Submit the
feedback to the Requested and all those in the TO and CC fields. I am unable
to proceed here and request some assistance on -
1. What is the form that should be used when I press the Submit Action button?
2. How would I tell Outlook to c...
|
1 |
04.08.2006 14:39:01 |
|
Multiple instances of debugger (Warning - HTML post)
This is a multi-part message in MIME format.
------=_NextPart_000_0008_01C6B79F.43E7DDF0
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_0009_01C6B79F.43E7DDF0"
------=_NextPart_001_0009_01C6B79F.43E7DDF0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Recently I began getting multiple instances of the Microsoft Script ...
|
1 |
04.08.2006 13:23:29 |