Outlook Script ( using calendar function in a form)

Status
Not open for further replies.
B

bbnimda

Hi all,

I use a custom Form, and I added a function that create an entry in my

calendar, this small function contain 4 item

A field for the date

a field for the time (a combo from 00:00 to 23:30) read only

and two button (ok / Cancel)

I have Pb whith the date field because I must fill it and I must use the

right syntax

is there any way to use in this field a calendar and to select the date by

a simple clic

Tks

NB: I'm using outlook 2003 / exchange 2003
 
It's possible, but far from simple. Outlook has no date picker control

available to custom form programmers (which, by the way, is one reason why

the first page of the appointment, journal, and task forms is not editable).

See http://www.outlookcode.com/article.aspx?id=26 for controls you can add.

Sue Mosher

"bbnimda" wrote:


> Hi all,

> I use a custom Form, and I added a function that create an entry in my
> calendar, this small function contain 4 item
> A field for the date
> a field for the time (a combo from 00:00 to 23:30) read only
> and two button (ok / Cancel)

> I have Pb whith the date field because I must fill it and I must use the
> right syntax
> is there any way to use in this field a calendar and to select the date by
> a simple clic

> Tks

> NB: I'm using outlook 2003 / exchange 2003

>
 
Hi Sue,

I added date picker to my tool box, localy it work's fine but when I probe

my form on an other PC, my form don't work properly and I have an error

message to inform me that the object isn't found => i think that is the

date picker , so how can I solve the PB, whithout copying the ocx on ALL

COMPUTER of the network

tks

"Sue Mosher [MVP]" <suemvp@gmail.com> a écrit dans le message de news:

4A3F8EFE-1F5F-49A3-835C-32F717B0F70D@microsoft.com...
> It's possible, but far from simple. Outlook has no date picker control
> available to custom form programmers (which, by the way, is one reason why
> the first page of the appointment, journal, and task forms is not
> editable).
> See http://www.outlookcode.com/article.aspx?id=26 for controls you can
> add.

> > Sue Mosher
> > >

> "bbnimda" wrote:
>
> > Hi all,
>

>> I use a custom Form, and I added a function that create an entry in my
> > calendar, this small function contain 4 item
> > A field for the date
> > a field for the time (a combo from 00:00 to 23:30) read only
> > and two button (ok / Cancel)
>

>> I have Pb whith the date field because I must fill it and I must use the
> > right syntax
> > is there any way to use in this field a calendar and to select the date
> > by
> > a simple clic
>

>> Tks
>

>> NB: I'm using outlook 2003 / exchange 2003
>

>
>>
 
There is no other solution. If you want the form to work properly for each

user, each machine needs to have all the components that the form uses,

including any controls that are not included with Outlook. Therefore, each

machine needs the date picker, or you need to remove that control and just

use a text box bound to your date field.

Sue Mosher

"bbnimda" <wahhhran-vba@yahoo.fr> wrote in message

news:uDhNJquUKHA.5004@TK2MSFTNGP06.phx.gbl...
> Hi Sue,

> I added date picker to my tool box, localy it work's fine but when I probe
> my form on an other PC, my form don't work properly and I have an error
> message to inform me that the object isn't found => i think that is the
> date picker , so how can I solve the PB, whithout copying the ocx on ALL
> COMPUTER of the network

> tks

> "Sue Mosher [MVP]" <suemvp@gmail.com> a écrit dans le message de news:
> 4A3F8EFE-1F5F-49A3-835C-32F717B0F70D@microsoft.com...
> > It's possible, but far from simple. Outlook has no date picker control
> > available to custom form programmers (which, by the way, is one reason
> > why
> > the first page of the appointment, journal, and task forms is not
> > editable).
> > See http://www.outlookcode.com/article.aspx?id=26 for controls you can
> > add.
>

>> "bbnimda" wrote:
> >
> >> Hi all,
> >
>>> I use a custom Form, and I added a function that create an entry in my
> >> calendar, this small function contain 4 item
> >> A field for the date
> >> a field for the time (a combo from 00:00 to 23:30) read only
> >> and two button (ok / Cancel)
> >
>>> I have Pb whith the date field because I must fill it and I must use the
> >> right syntax
> >> is there any way to use in this field a calendar and to select the date
> >> by
> >> a simple clic
> >
>>> Tks
> >
>>> NB: I'm using outlook 2003 / exchange 2003
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
F Avoid sending duplicate using Outlook script Outlook VBA and Custom Forms 2
S using script rule to save attachments on arrival Outlook 2010 Outlook VBA and Custom Forms 9
J Outlook Rules VBA Run a Script - Multiple Rules Outlook VBA and Custom Forms 0
N Outlook 2021 'Run Script" Rules? Outlook VBA and Custom Forms 4
G Trigger script without restaring outlook Outlook VBA and Custom Forms 7
D.Moore VB script to Digitaly Sign newly created outlook message Outlook VBA and Custom Forms 2
dweller Outlook 2010 Rule Ignores VBA Script Outlook VBA and Custom Forms 2
B Outlook rule run a Script doesn't work Outlook VBA and Custom Forms 1
K Outlook Archive to PST Files by Date Range VBA Script? Outlook VBA and Custom Forms 1
H VB script in outlook form doesn't work anymore Outlook VBA and Custom Forms 2
Vijay Run script doesn't work in outlook Using Outlook 1
oliv- How to Run a Script IN AN ADDIN with Outlook's Rules and Alerts Outlook VBA and Custom Forms 2
N Outlook script to forward emails based on senders' address Outlook VBA and Custom Forms 2
X Outlook script to run excel data Outlook VBA and Custom Forms 1
N VBA Script to Send Automatic Emails from Outlook 2010 Outlook VBA and Custom Forms 1
D RUN SCRIPT WHEN OUTLOOK IS CLOSE Outlook VBA and Custom Forms 1
P How many subs can run in one outlook VBA script Using Outlook 5
J VBS Script (macro) for word to open Outlook template. Outlook VBA and Custom Forms 2
J Email Parsing VBA Script for Outlook - NEEDED Outlook VBA and Custom Forms 7
J VBS Script: How to execute in Outlook Outlook VBA and Custom Forms 8
Hudas Outlook VBA script reverting back to previous changes Outlook VBA and Custom Forms 2
J Outlook 2007 Rules & VBA: How to run a script on a report message (ReportItem) Using Outlook 14
M Outlook Rule To Redirect Mail - Script to overcome lack of cc's & others Using Outlook 0
C Outlook Script Error Using Outlook 0
S Outlook VBA rule script to process both MailItem and MeetingItem Using Outlook 0
L Outlook 2007 Macro to Run a Script From a Contact Form Using Outlook 41
L Limit VBA Script to one Outlook account Using Outlook 1
S Outlook 2010, need script for rules & Warnings Using Outlook 3
C Outlook 200? - Script Export Rules Using Outlook 1
R Change Outlook 2010 Exchange server address via registry or script Using Outlook 5
A Outlook can't remember outlook.com, Exchange password. Using Outlook 0
S Related messages show in main Outlook window vice new Advanced Find windows Using Outlook 1
H Force Outlook 2019 with GMail 2-Step to Require Login? Using Outlook 0
G Retaining Tabs in outlook body Using Outlook 2
V Setting up Outlook 2021 on new computer Using Outlook 2
G Add Map It button to Custom Contacts Form in Outlook Outlook VBA and Custom Forms 1
X Custom icon (not from Office 365) for a macro in Outlook Outlook VBA and Custom Forms 1
Victor_50 Problem - Google Workspace will stop "unsafe" access to Outlook end 2024 Using Outlook 3
C New pc, new outlook, is it possible to import auto-complete emailaddress Using Outlook 4
T Outlook 365 won't take new working password Using Outlook 0
S Create Outlook Task from Template and append Body with Email Body Outlook VBA and Custom Forms 4
P Can't add custom field to custom Outlook form, it always adds to the Folder instead Outlook VBA and Custom Forms 2
B Sync Outlook Public Folders to Contacts Using Outlook 2
D Delete Outlook emails from MS server Using Outlook 12
B Outlook tasks and PDF Using Outlook 4
D Outlook 2019 is no longer asking for password ... Using Outlook 5
Kika Melo How to mark as Junk any message not from Contacts (in Outlook.com) Using Outlook 3
L Outlook attachments from OneDrive as links Using Outlook 0
G Outlook 365 My iCloud Outlook doesn’t work after reinstalling Microsoft365 on Windows 10 PC – now I get error message on contacts and calendar Using Outlook 1
T How to Export & Import GMAIL Contacts into Outlook 2021 ? Using Outlook 4

Similar threads

Back
Top