![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
Ads |
#2
|
|||
|
|||
![]()
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, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "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 |
#3
|
|||
|
|||
![]()
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]" a écrit dans le message de news: ... 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, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "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 |
#4
|
|||
|
|||
![]()
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, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "bbnimda" wrote in message ... 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]" a écrit dans le message de news: ... 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook Form/Script | JDostal | Outlook - Using Forms | 1 | March 14th 09 05:32 PM |
Outlook Form Script: How to get the Focus | bbnimda | Outlook and VBA | 1 | November 23rd 07 04:04 PM |
Outlook 2003: Personalized form with VB-Script and VB.NET | Oskar Vaia | Outlook - Using Forms | 4 | October 31st 07 10:34 AM |
Outlk 2k3 Script: Pb Using Find function Help plz!!! | news.microsoft.com | Outlook and VBA | 1 | November 15th 06 04:40 PM |
Script to publish custom form from .OFT to calendar | Patrick W. | Outlook - Using Forms | 2 | April 19th 06 03:55 PM |