Issue in binding person/group picker control with splist columns

hi,
i have a infopath form with fields, we have Primary approver and Secondary approver fields as person/group picker control, user will enter the person name and on clicking save button data getting saved in lists.
When user come back to this page data not getting populated in person/group picker control like other textboxes. So we need binding of list data to person/group picker control.
Same issue exists with the dropdown list. 
can anyone pls  help how to do this.

You have to do this: 
http://spandps.com/2012/02/16/infopath-2010-people-picker-control/
to promote people picker fields from InfoPath to SharePoint LIbrary.
Hope it helps.
Best regards.

Similar Messages

  • Missing the Person/Group Picker control

    I am using SharePoint 2013 with InfoPath 2010.  I have a SharePoint list that is set as a Data Connection in an InfoPath form (it is being used as a Document Information Panel for a Word document but that really shouldn't matter). That SharePoint list
    includes three different People Picker custom Site Columns. 
    BUT when I try to add those People Picker columns to my InfoPath form the "Person/Group Picker" option is nowhere to be found.  Instead, I only get the options to add the field as a Section or Section with Controls.  It doesn't appear
    in the Ribbon either.
    If I open InfoPath directly and create a new form using the same SharePoint List, the three People Picker fields appear as Person/Group fields in my form.
    Can someone please tell me what is going on and how I can fix this?  Thanks.  Carol.

    Hi Carol,
    By my test, the created document information panel  has no "Person/Group Picker" control, no matter I create it on document information panel settings of library content type or on infopath new document information panel template.
    It is by design that we can not add Person/Group Control on Document Information Panel manually. And as far as I know, there is no workaround to get over it.
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • SharePoint - Person Group Picker - Problem 'JSON' is undefined

    Hi,
    I have the following problem:
    If I click on " Person Group Picker " control in the form by web I get warning:
    This problem exist on IE 11. In Chrome in OK.
    What is wrong?

    Hi  stockDevelopers,
    Is your
    “Person/Group Picker " control  a custom InfoPath form control?
    For my test, I customize a list form using InfoPath and add a  “Person/Group Picker " control. Then I test it in my IE 11, but all work fine.
    Is the form having embed code?
    Also two settings you can have a try:
    1.Open your “Person/Group Picker " control in IE 11, and then press F12, and click Browser Mode, choose IE 10.
    2.If your issue persists,  press ALT, and then click Tools in the Menu bar, click Compatibility View Settings, turn OFF compatibility mode for intranet sites.
    A thread you can have a look:
    http://forum.jquery.com/topic/json-is-undefined-with-jquery-min-2-0-3-on-ie-11
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • InfoPath 2010 - Person/Group Picker Properties - Relative Path?

    Hello,
    How, if it is possible, do you specify a relative path in the Person/Group Picker Properties?
    This is for InfoPath 2010.
    Thanks,
    John

    Hi  John,
    Do you mean  that specify a SharePoint site to query for people and groups?
    If so , you can take steps as below:
    Add a Person/Group Picker control in your InfoPath form.
    Right click the control and select Person/Group Picker Properties.
    Click SharePoint Server tag, you can input the SharePoint site URL for specifying a SharePoint site to query for people and groups.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Default Person Group Picker

    Having a problem with Person Group Picker. I add a PGP control to the form and then drag it’s DisplayName and AccountID there also to view/reference.
    If I manually enter a name, say John Doe, into the control and check it, the DisplayName shows “John Doe” and the AccountID shows “i:0#.f|membership|[email protected]” like I’d expect.
    However what I really want to do is default the control to the current users name. I’ve found posts that explain to set the default value for both DisplayName and AccountID to UserName(). That works,
    except that the DisplayName remains set to “i:0#.f|membership|[email protected]”. Does not seem to update it even when form is submitted or saved.
    I tried leaving the DisplayName default unset. But then DisplayName just remains blank.
    Is there a way to trigger and update of this field?
    Background: I’m using InfoPath 2013 published to a SharePoint/Office 365 site.
    Jim Brown

    Hi Jim,
    I understand that the error occured when you opened the form in browser.
    Error 5566 with InfoPath can be a result of different cases, you can take a look at the thread below for troubleshooting:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/244f67f1-bf52-412b-b9a2-c2357a645bb9/issue-with-infopath-error-5566?forum=sharepointcustomizationprevious
    Did the web application use claim based authentication?
    If yes, please follow the steps in the links below to auto populate User Information in InfoPath with Claims Based Authentication in SharePoint:
    http://spvee.wordpress.com/2013/04/10/auto-populate-user-information-in-infopath-with-claims-based-authentication-part-1-of-3/
    http://spvee.wordpress.com/2013/04/10/auto-populate-user-information-in-infopath-with-claims-based-authentication-part-2-of-3/
    http://spvee.wordpress.com/2013/04/10/auto-populate-user-information-in-infopath-with-claims-based-authentication-part-3-of-3/
    Here is a similar thread for you to take a look:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/74a23382-3e47-470d-ba6d-f848aaf78220/infopath-browser-form-fails-and-gives-5566-error?forum=sharepointgeneral
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Can you set default values for person/group picker fields? To current user?

    Two-part question/issue . . .
    Part 1:
    In InfoPath 2013 in use with SharePoint 2013, how do you set a Default Value for Person/Group Picker fields? Other field types like Text Boxes have a Default Value section in the Data tab of Properties.  There doesn't appear to be any equivalent for
    the Person/Group Picker field type in Properties.  I'd like to set a default person for a few fields in a form I've created.  Is this possible?
    Part 2:
    The default user I want to set for one of those Person/Group fields is the "current user."  I want a user to log into our SharePoint 2013 intranet, load a new form for edit/creation, and have one of the Person/Group fields in that form to
    automatically populate this particular user.  Is this possible?

    Hi Stephen,
    You can auto populate your InfoPath farm with current user Name and all other property that you have in your User profile, you have couple of options.
    First you can make a secondary connection in your InfoPath form with user profile and can use the UserProfileService.asmx and call the GetUserProfileByName method. Here is the steps you can follow.
    http://blogs.technet.com/b/anneste/archive/2011/11/02/how-to-create-an-infopath-form-to-auto-populate-data-in-sharepoint-2010.aspx
    Secondly you can use JQuery and SPServices ,
    $().SPServices.SPGetCurrentUser function to populate the values with script to achieve the same in this case you no need to use InfoPath form just create simple text type column in SharePoint
    list and auto populate it with getting the current user Name from User Profile here is the scripts
    <script language="javascript" type="text/javascript" src="../../jQuery%20Libraries/jquery-1.4.2.min.js"></script>
    <script language="javascript" type="text/javascript" src="../../jQuery%20Libraries/jquery.SPServices-0.5.4.min.js"></script>
    <script language="javascript" type="text/javascript">
    $(document).ready(function() {
      var userCurrentName = $().SPServices.SPGetCurrentUser({
        fieldName: "CurrentUser"
      $("input[Title='CurrentUser']").val(userCurrentName);
      var userPhone = $().SPServices.SPGetCurrentUser({
        fieldName: "WorkPhone"
      $("input[Title='Phone']").val(userPhone);
    </script>
    Krishana Kumar http://www.mosstechnet-kk.com

  • How to put a title of a group of controls with no line below title text?

    Hi,
    Is there any way to write a title of a group of controls and indicators made by "chiselled line", such that the chiselled line remain invisible below the title text and remain visible everywhere else? For example, the titles "Printer", "Page Range", "Copies", and "Zoom" in a Microsoft Word form in the attached PDF file; note that there is no line below the title text and there is no text box surrounding the title text. I want to have that kind of title of the group of controls and indicators in a GUI of my LabVIEW application.
    Any help will be appreciated.
    Thanks.
    Javed
    Solved!
    Go to Solution.
    Attachments:
    Examples of Group Title.pdf ‏45 KB

    Hi Rod,
    Thanks for your help, but I could not implement your idea. My replies to your suggestions are written in bold below.
    One way is to put your text into a System Label or a free label. Ensure that you size the box to the text in it
    Can you please explain what are "System label" and "free label"? As far as I am concerned, I first inserted a Recessed Frame from Decorations control palette. Then, I put the text using "Edit Text" tool in the Tools Palatte. The text box resizes automatically as I insert a new character in it. I wrote "Printer" in the text. Then, I went to Tools Palette, clicked on "Set Color", right-clicked on "Printer" text, clicked on "T" (Transparent) shown at the top-right position of the color palette. The result is that the text box around the text is eliminated, but still the line of the frame is making a strike-through effect. How to eliminate the line from the area of the text container. The resulting VI (using LabVIEW 8.5) is attached.
    Change the colours of the label to have a background colour the same colour as your panel background, and the foreground colour set to transparent [transparent foreground removes the box round the text]
    I think this is important. But I don't know where are the options for setting the "foreground color" and "background color".
    When you position the text, you may find that it is partly hidden by the line. If so, select the text box and bring it to the front (Control-Shift-K is the keyboard shortcut) Note: This step won't be needed if you place the line before you make the label.
    Thanks for the keyboard short-cut, but my problem is not solved yet, as shown in the attached VI.
    By the way, where did you find the frame with round corners (in the image you have provided)? The recessed frame available in LabVIEW 8.5 decoration palette does not have round corners.
    Rod
    Attachments:
    Test Example 1.vi ‏5 KB

  • Binding Checkbox Group to Context with Dictionary Enum (WD for Java)

    Hello,
    I see no examples in the documentation of binding a Checkbox Group to a context attribute that references a dictionary type with an enumeration. When I do so in NDS, it shows the checkboxes in the layout together with the values defined in the type's enumeration. However, when running the application, nothing comes up.
    Any ideas or examples would be most welcome.
    Thanks,
    Martin

    Hi Armin,
    Thanks for the reply. I see now that I based my question on an incorrect assumption: I thought at runtime that the WebDynpro runtime populates the node with attribute nodes representing the values in an enumeration, if the attribute references a dictionary enumeration I see now that this is not the case.
    (My theory was that if these elements are there, a selection of checkboxes should be obtainable by querying the relevant node in the context).
    However, I still think there is a need for a checkbox group UI element that you can map to an attribute which in turn references a dictionary element with an enumeration, on the one hand to be consistent with the design of the other UI elements in WebDynpro, and also to make it easier for developers to produce such components, so that checkbox options don't have to be coded in a checkbox group.
    What I'm proposing is that a UI element is needed representing a checkbox group, in which you can reference a dictionary type with enumeration, such that either:
    1. The runtime populates attribute nodes in a node in the context with all the available values in the enumeration, and the selected values can be queried at runtime.
    OR
    2. Depending on the selection, attribute nodes are created inside the node in the context, one for each selected value.
    Just to clear up any confusion: I'm not trying to make the existing CheckBoxGroup element do this. I understand this is not possible. That is why I'm saying a new element is needed that can provide this functionality.
    Does this make sense?
    Thanks and Regards,
    Martin<b></b>

  • Bind radio group to table with ADF

    Hi,
    I've managed to bind a drop down list to a table as follows :
    <label for="cardtype">Card Type:*</label>
    <select name="cardtype" class="input-box">
    <c:forEach var="Row" items="${bindings.cardtype1.rangeSet}" >
    <option value="<c:out value='${Row.RvMeaning}'/>">
    <c:out value="${Row.RvMeaning}"/>
    </option>
    </c:forEach>
    </select>
    The binding is solely for display purposes as the user selection is not stored in the database.
    I am unable to do a similar bind for a radio group(display purposes only)
    Can anyone help ?

    No idea if anyone ever will read this reply, but I'm a dummy and I did spend a day to implement a radio group (radiogroup) with ADF and a common JSP. UIX of course offer more flexibility and possibilities!
    I did create a View Object secting values that could be displayed in a LOV. Test this first in order to test the data binding beteen the View Object and the attribuut (here gender) Then remove the LOV and drop the attribuut in your Form as radio group. The iterator created a radio 'box' for each record in the list, here M(ale)/F(emale)/B(oth). The radio group will be used to select the gender that should be searched on a dating site, displaying the gender in multiple languages! That's why fmt:message instead of bean:message was used. Value 'label.gender.${rv.prompt}' will be transformed into:
    label.gender.M OR label.gender.F OR label.gender.B
    The properties contain the labels in English, Dutch etc.... It should be possible to use a Static list as wel to store the domain values related to your radio group.
    <td>
    <c:out value="${bindings['Gender2'].label}"/>
    </td>
    <td>
    <c:forEach var="rv" items="${bindings.DCLOVList.displayData}">
    <html:radio idName="rv" property="DCLOVList" value="index"/>
    <fmt:setBundle basename="view.ApplicationResources"/>
    <fmt:message key="label.gender.${rv.prompt}"/>
    </c:forEach>
    </td>

  • Tree Control with mulitple columns

    How can you retreive data from multiple columns? I can only retrieve data from first column in tree.
    thx
    Solved!
    Go to Solution.

    You can set the Active Cell -> Active Column Number and then get the Active Cell -> String.
    Regards, Vt133

  • How to set a string field with people picker control group

    Hi Guys
    I have a problem with a form list, when I need to set a string field with de content of people picker control that have more than one "user".
    Is there any way to put in string a list of user like the people picker control shows in a form?
    The really problem is I don't know how to read an array of user in a formula rule.
    any example or idea should be appreciated.
    tnks.

    Hi ,
    Please try out in following way :
            /// <summary>
            /// Set value to people picket control
            /// </summary>
            /// <param name="key"></param>
            /// <param name="ppl"></param>
            /// <param name="item"></param>
            private void SetDatatoPeopleEditor(string key, PeopleEditor ppl, SPListItem item)
                try
                    if (item[key] != null)
                        string users = string.Empty;
                        SPFieldUserValueCollection userCol = new SPFieldUserValueCollection(web, item[item.Fields.GetField(key).Id].ToString());
                        foreach (SPFieldUserValue usrItm in userCol)
                            users += usrItm.User.ToString() + ",";
                        ppl.CommaSeparatedAccounts = users.Remove(users.LastIndexOf(","), 1);
                catch (Exception ex)
                    lblErrorMessage.Text = ex.Message;
    private SPUser GetAccountName(PeopleEditor accountPE)
                SPUser user = null;
                string strAccountName = String.Empty;
                try
                    for (int i = 0; i < accountPE.ResolvedEntities.Count; i++)
                        PickerEntity objEntity = (PickerEntity)accountPE.ResolvedEntities[i];
                        user = web.AllUsers[objEntity.Key];
                    return user;
                catch (Exception ex)
                return user;
    It works for me .

  • Windows Phone - Cannot bind custom user controll with listview item source property

    It is Windows Phone 8.1 (runtime)
    I have some problem of binding custom user controll with list of data. I'll make it simple as I can.
    My problem is that somehow if I use DataBind {Binding Something} inside my custom controll it will not work.
    I need to transfer binded data (string) to custom controll.
    It is strange that if I do not use DataBind, it will work normally. Eg MyCustomControllParameter = "some string" (in my example 'BindingTextValue' property)
    Does anyone Know how to bind custom user controll with inside ListView with DataTemplate.
    Assume this:
    XAML Test-Main page
    <Grid  Background="Black">        <ListView x:Name="TestList" Background="#FFEAEAEA">                    <ListView.ItemTemplate>                <DataTemplate>                    <Grid Background="#FF727272">                        <local:TextBoxS BindingTextValue="{Binding Tag, FallbackValue='aSource'}" local:TextBoxS>                    </Grid>                </DataTemplate>            </ListView.ItemTemplate>        </ListView>    </Grid>
    XAML Test-Main page c#
    public sealed partial class MainPage : Page    {        List<TTag> tags = new List<TTag>();        public MainPage()        {            this.InitializeComponent();            this.NavigationCacheMode = NavigationCacheMode.Required;        }        public class TTag        {            public string Tag { get; set; }        }        private void InitializeAppData()        {            TTag tag = new TTag() { Tag = "hello world" };            tags.Add(tag);            tags.Add(tag);            tags.Add(tag);            TestList.ItemsSource = tags;        }             protected override void OnNavigatedTo(NavigationEventArgs e)        {            InitializeAppData();        }           }
    User Control XAML:
      <UserControl    x:Class="CustomControllTest.TextBoxS"    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"    xmlns:local="using:CustomControllTest"    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"    mc:Ignorable="d"    d:DesignHeight="300"    d:DesignWidth="400">      <Grid x:Name="LayoutRoot" Background="#FF4F4F4F"   >        <RichTextBlock x:Name="MyTestBlock">        </RichTextBlock>    </Grid></UserControl>
    User Control c#
    public TextBoxS()       {            this.InitializeComponent();            LayoutRoot.DataContext = this;        }        public static readonly DependencyProperty BindingTextValueProperty = DependencyProperty.Register(                                         "BindingTextValue",                                         typeof(string),                                         typeof(TextBoxS),                                         new PropertyMetadata(default(string)));        public string BindingTextValue        {            get            {                return GetValue(BindingTextValueProperty) as string;            }            set            {                SetValue(BindingTextValueProperty, value);                //This method adds some custom logic into RichTextBlock, pointed correctly                SetupBox(value);            }        }
    Thanks for helping ;)

    If you use a built-in control rather than your custom control, does binding work? You should verify that first.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • How to use people/group picker to send emails

    Hello all,
    Forgive me on my lack of understanding this subject. I've read multiple articles and it is driving me crazy! All I need to do is have a user select someone from "people/group picker", click a button and the person selected gets an email. That is
    it!
    I need a simple set of instructions. Help!

    Hello,
    You need several things:
    a view that contains the form and text for the email body (Email view)
    a data connection to "Submit to Email"
    a data connection to GetUserProfileByName
    Re 1: create a view with the field controls and the text that you want to email. Alternatively, if the email is all static text, you can enter it in the email body in step 2.
    Re 2: create a data connection to submit to email: on the Data ribbon click the
    To Email button and follow the prompts. You can go back later to modify the data connection, change the fields and configure them to receive data from your form. Set the "To" field to receive its value from a field in the form (emailHelper)
    Re 3: When the button is clicked, you need to get the user's email address from the UserProfile service. The steps are explained in this page http://sharepointisland.wordpress.com/tag/getuserprofilebyname/ and
    consist of setting up a data connection to the User Profile Service "_vti_bin/UserProfileService.asmx?WSDL"
    on the site, feeding the user AccountID into the query field, querying the service. After that the data connection contains the user's data and you can filter it with the "WorkEmail" parameter. 
    This is the value that you need to put into the "To" field of the "Submit to Email" data connection. You may want to store the field in the emailHelper field and then point the "To" field to emailHelper.
    The button to send the email is on the Users view and should contain these actions
    set a fields value - User Account ID to the GetUserProfileByName query field
    query a data connection - the GetUserProfileByName connection
    Set a field's value - the emailHelper field to the GetUserProfileByName field filtered by Name = WorkEmail
    Switch to the Email View
    Submit to Email data connection
    Switch back to Users view
    cheers, teylyn

  • Microsoft Date and Time Picker Control 6.0 (SP6) errors

    One of our functioning VBA projects in Outlook 2010, running under Windows 7 Professional (64-bit), unexpectedly stopped functioning a few months ago. When running the VBA macro we started receiving the compile error message:
    "Object library invalid or contains references to object definitions that could not be found"
    PROBLEM FORM CONTROL:  The message was extremely frustrating because it gave no detailed indication of the source of the problem.  With a little research, however, we found that the
    Microsoft Date and Time Picker Control 6.0 (SP6), on a userform accessed by the macro, was generating the error.  A number of older articles, such as the one included below, indicated that we needed
    to re-register the MSCOMCT2.OCX form control, which we did successfully (as did the original author in his question link below).  Unfortunately, as the original author found, simply re-registering the form control did not resolve the problem.
    UNRESOLVED QUESTIONS:
    1. Does anyone know why this functioning control would unexpectedly cease to function?
    2. Can anyone help us restore the functionality of the 'Microsoft Date and Time Picker Control 6.0 (SP6)'?
    3. How come the form control is listed in the object library, is available in the 'Additional Controls' dialog, and can be inserted into a form, without any indication that it is broken?
    SUPPORT ENGINEER RUN-AROUND:  Another frustration is that a responding support engineer, in the prior article, keeps referring the author back to this forum, yet the question is apparently never answered back here in
    the TechNet forum (which ironically refers us back to the original article in the other forum - a game of musical chairs!).
    We suspect that the solution to this problem may be similar to resolving this issue for other similar form controls in other Office 2010 application, not just Outlook.  After several years, and a myriad questions on the internet regarding
    this exact subject, is there someone who can definitively resolve this issue with this control?
    Thank you for any help.
    LINK TO THE ORIGINAL UNANSWERED QUESTION (i.e., regarding the MSCOMCT2.OCX control and reference back to this forum):
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-excel/ms-date-and-time-picker-contol-60-sp-6-w-excel/9b0cc596-5e13-48bc-b03e-13dbfd1c7f9d

    Hi,
    Would you like to tell me your Excel version number (Go to Account>About Excel). I tested in my version :15.0.4569.1504 and the Date and Time Picker Control 6.0 still could be used.
    Then,>> My PC is 64 bit.  I believe my version of Office is also 64 bit.<<  Office 2013 32 bit also could be installed in 64bit operation system. We could check it with Account>About Excel.
    Next, as you said >>After I exited 'Design Mode,' it started working again.  I tested it, along with my 'Clear Form' button multiple times.  It seemed to be working fine.  I closed the document and reopened it.  Enabled Macros. 
    When I tried to use it after reopen, it doesn't work again.<< 
    I recommend we recreate a new blank Excel file and insert the Date and Time Picker Control 6.0 to test.
    If it still does not work well, please try to reinstall and re-registry it. Follow the link:
    https://social.msdn.microsoft.com/Forums/office/en-US/36f83f24-cd76-4f8e-aa7b-5f166666e7d3/excel-2013-popup-calendar
    https://social.msdn.microsoft.com/Forums/en-US/91cf3127-70fe-4726-8a27-31b8964430c5/registering-mscomct2ocx-in-64-bit-windows-7?forum=sbappdev
    If it works well, I suppose this issue is related to macros. I recommend you post the question to MSDN forum to debug them:
    https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=exceldev
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Microsoft Date and Time Picker Control 6.0 - Need help!

    I am working on a form in Office 365 Excel 2013 that uses the Microsoft Date and Time Picker Control 6.0.  When I set the form up last week, this Active X control was working perfectly.  The weekend goes by...and now it's not working at all? 
    My PC is 64 bit.  I believe my version of Office is also 64 bit.  When I researched this issue online, I found lots of people who indicated that this control was missing in their development kit.  It was and has always been available in mine
    (i.e. I didn't have to load an MSCOMCT2 file).  Further, this control WAS WORKING when I created it last week.  Now it is not, even though no changes have been made to it.  I can place the control on the sheet and even set properties for it. 
    But once I click out of Design Mode, it is not functioning.  It doesn't open or respond to any clicks on it. 
    Can anyone help me identify a reason why it may have suddenly stopped working?  I don't think it is macro-related because I have a 'Clear Form' button on the same page and it works just fine.
    UPDATE:  I've noticed something else peculiar but relevant.  My office 365 just did some updates.  When updates were completed, it auto-reopened my file.  I noticed that the Date/Time Picker button looked funny (really pixelated). 
    So I hit 'Design Mode' and resized it.  After I exited 'Design Mode,' it started working again.  I tested it, along with my 'Clear Form' button multiple times.  It seemed to be working fine.  I closed the document and reopened it. 
    Enabled Macros.  When I tried to use it after reopen, it doesn't work again.  Won't respond to ANY attempts to click on it. I can click on 'Design Mode' and it sees the control, edits properties, etc.  But when you click out of 'Design Mode,'
    it's a dead button again.  I also went to someone else's desk to test this form.  Same problem.  Date/Time picker button doesn't work, even after enabling macros.  The Clear Form Button has no problems though.
    Thanks!

    Hi,
    Would you like to tell me your Excel version number (Go to Account>About Excel). I tested in my version :15.0.4569.1504 and the Date and Time Picker Control 6.0 still could be used.
    Then,>> My PC is 64 bit.  I believe my version of Office is also 64 bit.<<  Office 2013 32 bit also could be installed in 64bit operation system. We could check it with Account>About Excel.
    Next, as you said >>After I exited 'Design Mode,' it started working again.  I tested it, along with my 'Clear Form' button multiple times.  It seemed to be working fine.  I closed the document and reopened it.  Enabled Macros. 
    When I tried to use it after reopen, it doesn't work again.<< 
    I recommend we recreate a new blank Excel file and insert the Date and Time Picker Control 6.0 to test.
    If it still does not work well, please try to reinstall and re-registry it. Follow the link:
    https://social.msdn.microsoft.com/Forums/office/en-US/36f83f24-cd76-4f8e-aa7b-5f166666e7d3/excel-2013-popup-calendar
    https://social.msdn.microsoft.com/Forums/en-US/91cf3127-70fe-4726-8a27-31b8964430c5/registering-mscomct2ocx-in-64-bit-windows-7?forum=sbappdev
    If it works well, I suppose this issue is related to macros. I recommend you post the question to MSDN forum to debug them:
    https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=exceldev
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

Maybe you are looking for

  • OS 10.10 printer no longer showing as available - must add manually by IP address

    My Epson wifi printer is connected to my home network through wifi.  When someone using a mac with OS 10.10 tries to add the printer under system preferences, the printer does not appear as an option.  In order to add the printer it must be done manu

  • VPN Questions... What program should I use?

    I need to connect to a Watchguard Firebox X1000. The only program that I can find that might work is VPN Tracker. I just want to know what program everyone else uses to vpn and why. And if anyone else is in the same predicament as I.

  • Print just one page?

    I want to print just one page of a document. I click on File, and scroll to Print, but can't select just one page or range of pages. I could do so with our old desktop. How can I do this with macbook pro?

  • HT1386 iTunes, iOS 7 app trouble

    Since iOS 7 download I can't access iTunes store from my iPhone 4. It opens for a second and then throws me out. iTunes works on my PC but I get this message: "iTunes  was unable to load provider data from Sync services reconnect or try again later".

  • How serious are these errors?

    Hello Sometimes it happens that I get some errors when I check my HDD with Disk Utility: Verifying volume " Macintosh HD" Checking HFS Plus volume. Checking Extents Overflow file. Checking Catalog file. Checking multi-linked files. Checking Catalog