Infopath Logic Inspector is blank - sharepoint-2010

The Infopath Logic Inspector does not show any information, running either infopath 2010 (on prem Enterprise) or infopath 2013 (sharepoint online) from windows 7. This is a recent occurrence.
This is the case for existing as well as new forms.
See attached - this is a new form with a rule but the Logic Inspector pane is blank.
It occurs on many machines.
It may be related to Microsoft Updates - here's a report linking it with a changed icon in the date picker and KB3192391.
http://www.infopathdev.com/forums/p/31763/108261.aspx
The date picker is not a problem, but the blank Logic Inspector certainly is.

Go to:
Internet Options -> Security -> Trusted Site
Add:
about:internet
You may need to uncheck require server verification for https.
Source: http://www.infopathdev.com/forums/t/31763.aspx?PageIndex=2

Related

Domino Designer doesn't initialize

When I launch Domino Designer, I don't see any databases listed. When I open DD for a specific database, I get the same thing. My Notes client still works fine.
Is my DD behavior due to me no longer hitting a live Domino server? (My user license is good until 2024).
UPDATE: I noticed the errors below under Problems:
Menu "Window --> Show Eclipse Views --> Applications" will show you selected databases in "Applications" tab in Domino Designer.
Using the repair/modify options did not work. The solution was to completely uninstall Notes/Domino Designer/Admin and reinstall.

How can I completely disable user interface in Jasper Reports for specific user/role?

We have developed a few reports in Jasper v 6.3.0. we call these reports from a web interface we have developed. We would like to completely disable the Jasper user interface for the user/role that we have assigned these reports to.
Right now if the user strips the right hand side of the url they get a screen that allows them to see the repository, look at the reports, etc. Although as a non admin user they cannot change things we would like to disable this screen completely.
An alternative would be to disable this screen from access other than from the local server, or the local network.
What is the best way to resolve this issue?
Edit - clarification:
Basically we developed the report using ireport. and then we deploy it to JasperReportServer. We then "link" to the report on JasperReportServer from our web application. If you strip the url of everything after "/jasperserver" it displays a UI panel. I want to disable that panel.
Jasper Report generates a jasper design and this design is written a file/stream etc. I think this issue can be done in a higher level not in Jasper. When user onmouseover "link", you can control the user via ajax and if is enabled you can show the panel.

how to create DB in visual studio 2010 ultimate

i am using visual studio 2010 ultimate.i have problem to using sql server in VS 2010.i find server explorer in this but i do not know how to create a new connection and what are its authentications.how to create a new data base in server explorer.what is the name of server and authentication for it.please explain?
To connect to a database from Server Explorer
From the View menu, choose Server Explorer.
In Server Explorer right-click Data Connections and choose Add
Connection.
If this is the first connection you make, the Choose Data Source
dialog box appears. Under Data Source choose the kind of data source
to which you are connecting, and then under Data Provider choose the
appropriate provider for the application you are working with.
Finally click Continue.
In the Add Connection dialog box, enter the requested
information.
This information is different for each provider. For more
help on this tab, click the Help icon at the top of the dialog box or
press F1 with the dialog box selected.
Choose the Advanced button to open a list of settings you can change
for the selected provider.
Choose Test Connection to check the connection without closing the
dialog box. This way you can make adjustments to the settings if the
connection does not succeed.
Click OK.
Your connection appears in Server Explorer under the Data Connections node.

SharePoint 2010 Webpart Chrome

I created a web part and deployed it. I want to display only webpart data. I dont want to display toolbar which allow minimize, close and edit web part & title , i did set Chrome Type=None . but its not working. How can i make web part as non-configurable to users means user can see it. not configure it.
thanks
This is depend on privileges. Where you administrator you will see every web part options, but if you a anonymous user can see only title if you not set as chrome.

Infragistics WebDataGrid in Sharepoint webpart

I put the WebDataGrid (Infragistics) in a webpart using Visual Studio 2010 and deployed it to a Sharepoint portal.
The grid displays the data, however I am unable to use the Excel-like filters usually present in the headers.
Is there a specific property that needs setting?
Using version: Infragistics35.WebUI.Shared.v11.2, Version=11.2.20112.1019
Any help appreciated.
thanks,
KS
To use the built in filtering you need to enable the filtering behavior. For enabling behaviors, use the Behaviors dialog which can be opened by clicking the ellipsis on the Behaviors property of the WebDataGrid.
There are more details on enabling filtering in the Filtering topic in the NetAdvantage for ASP.NET help.