time codes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi

i was wandering is it possible to get an extra input field next to the start time and end time in a new appointment where you can fill in a code which stands for a fixed start and end time.. For example if you fill in 1-2 the start time sets to 8:30 and the endtime sets to 10.20.

Thanks in advance
Robbert
 
The first tab of an appointment form cannot be modified. So you would
have to add your field to another tab or replicate all the
functionality of the first tab in a custom tab and add your field
there. Then code that handles CustomPropertyChange can be used to set
various Outlook fields based on a change to your field. Of course your
field control has to be bound to a UserProperty for that to work.




kanuter said:
hi,

i was wandering is it possible to get an extra input field next to
the start time and end time in a new appointment where you can fill in
a code which stands for a fixed start and end time.. For example if
you fill in 1-2 the start time sets to 8:30 and the endtime sets to
10.20.
 
Back
Top