PC Review


Reply
Thread Tools Rate Thread

Can I have a user-defined field in a Journal Entry form ?

 
 
Valentin
Guest
Posts: n/a
 
      2nd Apr 2004
Hello all!

I know that when viewing a contact, you can see/add user-defined
fields, on the "All Fields" tab. I was wondering if this is also
possible for a Journal Entry form.
 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      4th Apr 2004
Yes.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Valentin" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello all!
>
> I know that when viewing a contact, you can see/add user-defined
> fields, on the "All Fields" tab. I was wondering if this is also
> possible for a Journal Entry form.



 
Reply With Quote
 
Valentin
Guest
Posts: n/a
 
      5th Apr 2004
OK, my bad, I got a very precise answer to a very precise question

Actually, I wanted to know how it's done and I also wanted to know if
accomplishing this involves writing code or modifying the design of
the Journal Entry form(making in it, in fact, a custom form).

I've also ordered your book, "Microsoft Outlook Programming -
Jumpstart for Administrators, Power Users, and Developers" and I am
waiting for it to be delivered, but in the meantime, I have to try to
advance without it...

Thanks!


"Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> Yes.
>
> --
> Sue Mosher, Outlook MVP
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx

 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      5th Apr 2004
No code required. You can add user-defined fields on the fly to a folder
view and with in-cell editing turned on, enter data in those fields in the
view itself. Or you can create a custom form -- see
http://www.outlookcode.com/d/forms.htm

Be sure you download the book's sample code from the web site.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Valentin" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> OK, my bad, I got a very precise answer to a very precise question
>
> Actually, I wanted to know how it's done and I also wanted to know if
> accomplishing this involves writing code or modifying the design of
> the Journal Entry form(making in it, in fact, a custom form).
>
> I've also ordered your book, "Microsoft Outlook Programming -
> Jumpstart for Administrators, Power Users, and Developers" and I am
> waiting for it to be delivered, but in the meantime, I have to try to
> advance without it...
>



 
Reply With Quote
 
Valentin
Guest
Posts: n/a
 
      7th Apr 2004
Well, first I found out that I can't create user-defined fields when
attempting to modify the current view. So I created a new one and I
did get the option of creating a user-defined field. But, after I
created the user-defined field and I tried to save the new view, I got
this message: "Outlook cannot correctly save the view. Any change you
made to the view may be lost. You do not have permission to create or
change a view that is visible to everyone in this folder. You can only
create or change views that are visible only to you."
I went to the Network Admin and he changed my permissions for this
public folder to "Owner", but I still get this message.
What kind of rights do I need and where do I need them, so that I can
create a view available to everyone in that folder?

Thanks!

P.S. In the "Teamfolders" newsgroup, someone had almost the exact same
problem and I posted a much smaller post in that thread too, but here
I am giving the full details...

"Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> No code required. You can add user-defined fields on the fly to a folder
> view and with in-cell editing turned on, enter data in those fields in the
> view itself. Or you can create a custom form -- see
> http://www.outlookcode.com/d/forms.htm
>
> Be sure you download the book's sample code from the web site.
> --
> Sue Mosher, Outlook MVP
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>

 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      7th Apr 2004
Owner permission should be sufficient. It can take a couple of hours for the
permission to fully propagate, so maybe trying again (perhaps after an
Outlook restart) will do it.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Valentin" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Well, first I found out that I can't create user-defined fields when
> attempting to modify the current view. So I created a new one and I
> did get the option of creating a user-defined field. But, after I
> created the user-defined field and I tried to save the new view, I got
> this message: "Outlook cannot correctly save the view. Any change you
> made to the view may be lost. You do not have permission to create or
> change a view that is visible to everyone in this folder. You can only
> create or change views that are visible only to you."
> I went to the Network Admin and he changed my permissions for this
> public folder to "Owner", but I still get this message.
> What kind of rights do I need and where do I need them, so that I can
> create a view available to everyone in that folder?
>
> Thanks!
>
> P.S. In the "Teamfolders" newsgroup, someone had almost the exact same
> problem and I posted a much smaller post in that thread too, but here
> I am giving the full details...
>
> "Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message

news:<(E-Mail Removed)>...
> > No code required. You can add user-defined fields on the fly to a folder
> > view and with in-cell editing turned on, enter data in those fields in

the
> > view itself. Or you can create a custom form -- see
> > http://www.outlookcode.com/d/forms.htm
> >
> > Be sure you download the book's sample code from the web site.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Import from Excel to User-Defined Field on Custom Form Stephen Microsoft Outlook Contacts 1 4th Feb 2008 05:16 PM
User-Defined Field/Custom Form for Products Jeremy Microsoft Outlook Contacts 1 10th Jan 2008 08:18 PM
Add a user-defined field to opportunity form =?Utf-8?B?V0VTVGVjaA==?= Microsoft Outlook BCM 7 11th Aug 2006 06:23 PM
Adding User Defined Field to Task Form Gordon Staley Microsoft Outlook Form Programming 4 2nd May 2006 08:24 PM
User Defined Field in Task Form =?Utf-8?B?V0FS?= Microsoft Outlook Discussion 1 11th Jun 2004 05:20 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:36 PM.