cannot display a button control in infopath form - sharepoint

My problem is that: when In create a form with Infopath 2010 and I add a button control, the button does not appear when I open it in display mode. then I decide to add the button in the ribbon with sharepoint designer 2010 but this button appear only in the default display form. please I need someone help me to solve this problem. I'm new in sharepoint
Thank you

Are you using the stock button control built into InfoPath? If you are not, the button images need to be uploaded and checked in within the SharePoint site. InfoPath forms should display stock buttons out of the box with no trouble.

When using picture buttons, head to the picture button properties and deselect the option that says 'Hide picture button in read-only views'.

Related

SharePoint 2013 - On clicking of Edit icon, show popup box (or) modal dialog

I have a grid which displays data from the SharePoint list.
On clicking of Edit icon, it should display a popup, where it allows users to edit Expiration date and notes field as per below screenshots.
Once user clicks on save, it should save the data back to SharePoint list and grid.
May I know how it can be achieved in SP2013 visual web part?

Outlook web addIn dropdown menu

I have created the Outlook Web Add-in project and trying th create the dropdown menu by following the link under
https://github.com/officedev/outlook-add-in-command-demo
It seems that dropdown menu just take static list. What i want to do is i have webservices which is returning some destination and link of that destionation . I want to display the list of all those destination under the dropdown and by clicking one of it, it opens the link into task pane.
Any tips ? how to display from webservice in dropdown menu.
It is not currently possible to dynamically populate the dropdowns, your best bet would be to have a single taskpane action, then render a selector page that dynamically shows the available options, then navigate to the page associated with that option. Feel free to upvote this User Voice suggestion to let us know that this feature is important to you.

Custom view Ribbon Button in CRM 2011?

For contacts entity i have 3 custom views(view 1,view 2,view 3), i want to show a ribbon button in homepage grid only when we selecting a view 3.Is it possible in MS CRM 2011 ?
Maybe you can try with creating custom JavaScript 'Enable rule' for your ribbon button. Example here. Create new JS webresource with one function where you will check is specific View is selected.
If ribbon button MUST be hidden, just hide it after checking which View is selected. In this case, I think that this is possible only with modifying the DOM.
Hope it helps!

InfoPath non-editable fields

I've created a simple list in SharePoint 2010. It has a couple of text columns and a couple of integer columns.
I click "Customize Form" from the Sharepoint Ribbon
InfoPath 2010 is launched
I make the form look nice and ensure fields are bound to correct columns
I upload the form back to Sharepoint
When I click to "Add new item" my InfoPath form is displayed. However only one of the field is editable. I can click into the other fields but when I hit the keyboard - nothing!
Any ideas?
Thanks
Rob.
.
The fields in question might have been set to Read-only. Double-check using the following steps:
Use "Customize Form" again from the Sharepoint Ribbon
Right click each Control in question
Click Properties
Click the Display Tab
Ensure that the Read-only checkbox is unticked.

Custom SharePoint Ribbon with SPGridView control

I have a custom application page in SharePoint 2010 created in VS 2010.
There are a few custom button controls in the Ribbon on this page.
This Ribbon control is implemented using SPRibbon api's.
There is a SPGridView on the page that is bound to a datasource.
What i want to achieve is enable/disable and show dialog window that is context sensitive that is when an item is selected on the SPGrid, the buton should be enabled/disabled. Also, after selection, and clicking on one button, a dialog window should open up with item id passed to this page.
Thanks...
Vinit
Vinit, you can have a look at the series for Ribbon customizations

Resources