Results 1 to 13 of 13

Thread: Solved: Click&Type fields

  1. #1

    Question Solved: Click&Type fields

    I a small template I use some click&type fields (just a link to a non-existing macrobutton) >
    {macrobutton blabla text here}

    The problem is the user now cannot see the difference between normal text and these click&type fields.

    Easy question: How can I highlight these fields so users can see where they are?? I can of course colour them, but if they actually click&type there, the new text also gets that colour, and they don't want that.

  2. #2
    Site Admin
    The Princess
    VBAX Guru Anne Troy's Avatar
    Joined
    May 2004
    Location
    Arlington Heights, IL
    Posts
    2,530
    Location
    Tools-->Options-->View tab.
    Turn Field codes to ALWAYS.

    YOu can create a macro and place it in the Document_Open and/or Document_New if you want to force them being turned on for the user when they use this document. Of course, they have to enable macros for it to work.
    ~Anne Troy

  3. #3
    VBAX Wizard
    Joined
    May 2004
    Posts
    6,710
    Location
    Could you elaborate on "click & type" fields?

  4. #4
    Site Admin
    The Princess VBAX Guru Anne Troy's Avatar
    Joined
    May 2004
    Location
    Arlington Heights, IL
    Posts
    2,530
    Location
    He's using macrobuttons, Gerry. Just like the ones MS uses in their Fax templates and such (File-New...)
    ~Anne Troy

  5. #5
    Administrator
    VP-Knowledge Base VBAX Guru MOS MASTER's Avatar
    Joined
    Apr 2005
    Location
    Breda, The Netherlands
    Posts
    3,281
    Location
    Hi,

    The answer off Dreamboat is the right answer to you're questione. One major disadvantage (Depends on you're view) off this method is that ALL the fields in the document will be highlighted!

    I to am a true lover off Macrobuttons but I just have a special format in witch I write them. On both sides of the help text I put these comparison signs: "<< text >>"

    So the button looks like this:
    { MACROBUTTON NOMACRO <<Klik en type naam>>}

    { MACROBUTTON NOMACRO <<Click and type name>>}

    If you tell you're users these buttons are always written in this Format then that could also be a simple sollution..

    I guess it's just a question of prefference..
    _________
    Groetjes,

    Joost Verdaasdonk
    M.O.S. Master

    Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
    (I don't answer questions asked through E-mail or PM's)

  6. #6
    If I use the show field codes option, I get to see {[ MACROBUTTON etcetcetc }. I just want to see them normally, but in a way that users know that they're there.

    Any other options??

  7. #7
    Site Admin
    The Princess
    VBAX Guru Anne Troy's Avatar
    Joined
    May 2004
    Location
    Arlington Heights, IL
    Posts
    2,530
    Location
    Tools-->Options-->View tab.
    Turn Field codes shading to ALWAYS.
    ~Anne Troy

  8. #8
    Administrator
    VP-Knowledge Base VBAX Guru MOS MASTER's Avatar
    Joined
    Apr 2005
    Location
    Breda, The Netherlands
    Posts
    3,281
    Location
    Quote Originally Posted by M-a-d-m-a-n
    If I use the show field codes option, I get to see {[ MACROBUTTON etcetcetc }. I just want to see them normally, but in a way that users know that they're there.

    Any other options??
    Hi,

    Dreamboat's tip does exactly that. And mine does to in a different way...

    Perhaps I'm not reading between the lines here...(but are you perhaps saying that users are not suppose to see the underlying field codes?)

    Enjoy!
    _________
    Groetjes,

    Joost Verdaasdonk
    M.O.S. Master

    Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
    (I don't answer questions asked through E-mail or PM's)

  9. #9
    Bingo!! It was the shading option (Arcering in Dutch).

    thx guys

  10. #10
    VBAX Wizard
    Joined
    May 2004
    Posts
    6,710
    Location
    Depending on what version you are using, but ActiveX command buttons are WAY better than using MACROBUTTON fields. Easier to add images to them, easier to get at more events, easier to change their properties, just plain easier all round. I never use MACROBUTTON any more.

    As for "click and type" - if I understand correctly, and it is for capturing user entered text, shrug...use FormFields.

  11. #11
    Administrator
    VP-Knowledge Base
    VBAX Guru MOS MASTER's Avatar
    Joined
    Apr 2005
    Location
    Breda, The Netherlands
    Posts
    3,281
    Location
    Hi Gerry,

    ActiveX do have a lot more options but if you don't need any macro's in you're document then you will get stuck with the security macro warning that you realy don't want...just because you are using these tools. (don't like that to much)

    Personly I love the macrobuttons (NoMacro) for it's a simple sollution to point users on what there suppost to do in that perticular sentence..(And when selected you're overwritting the macrobutton field...that I do like)

    Yes Formfields have a lot of neat helping feature but yet again you have to protect the document to make them work ... or the section there in...

    It's a good thing word has so many feature to keep al of us happy because there sure are a lot of options...
    _________
    Groetjes,

    Joost Verdaasdonk
    M.O.S. Master

    Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
    (I don't answer questions asked through E-mail or PM's)

  12. #12
    Site Admin
    The Princess
    VBAX Guru Anne Troy's Avatar
    Joined
    May 2004
    Location
    Arlington Heights, IL
    Posts
    2,530
    Location
    Hey, Gerry.

    If you see my instructions for "easy guided forms" at http://www.theofficeexperts.com/word.htm, you'll see that the Macrobutton is used--not for a macro--but to guide the user to fill in a couple of areas of the document WITHOUT being nearly as restrictive as form fields, which restrict formatting and all that other stuff. When the macrobuttons are shaded, the user sees them more easily...like a prompt to fill out a certain area (when all shading is gone, all areas have been completed because click and type wipes the macrobutton field out entirely).
    ~Anne Troy

  13. #13
    You're absolutely right Dreamboat. Most of my templates use protection and formfields, but in certain templates, you just don't want that.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •