Showing posts with label Infopath. Show all posts
Showing posts with label Infopath. Show all posts

Monday, 13 August 2012

The expression Condition rules limited to 5?

          However when we try to add conditions for formatting I cannot add more than 5 Conditions? How can this be overcome? 

          You can overcome this by changing your last condition to "The expression" and use "and" or "or" as needed to create your compound condition.

So, for example,

xdUser:get-UserName() != "" and xdUser:get-UserName() != "" and xdUser:get-UserName() != ""

     then change the first drop down to "The expression" -- whatever your condition was will auto populate into the box for the expression.

Tuesday, 26 June 2012

Infopath 2010 -When clicking Priview Button

So Error was

"InfoPath cannot open the selected form because of an error in the form's code. Policy settings prevent opening Internet forms with managed code. To fix this problem, contact your system administrator. "

When i tried to Click Priview button on the InfoPath2010 , i'm getting this above mentioned error. After that i changed the security setting of the form to fully trusted, then it worked for me.

Go to Form Options =>Security and Trust => Select Fully Trust radio button =>and then click ok button.

This Form Template Is Browser-Compatible, But It Cannot Be Browser-Enabled On The Selected Site.

I have an Infopath form which is published to a document library in a sharepoint site. I am using Infopath 2010 .When I try to publish the form, and when I check the box "Enable the form to be filled out by using a browser", I only have the option to publish the form as Administrator approved form template, the other options of publishing it in a document library or publishing it as a content type are grayed out. 


The error message is



This form template is browser-compatible, but it cannot be browser-enabled on the selected site. 


Troubleshooting Steps:
Go to SharePoint 
1. Central Administration Settings


-> Central administration
-> General Application settings
-> Click Configure InfoPath Forms Service
 (Check the following Check-boxes)
 a. “Allow users to browser-enable form templates”
 b.“Render form templates that are browser-enabled by users”


2. SharePoint Site Settings


-> Open your SharePoint site
-> click on Site Actions 
   -> Site Settings
 -> Select Site collection features under Site Collection Administration
 -Activate SharePoint Server Enterprise Site Collection features.

KendoUI Chart using in AngularJS with Dynamic data

Here i'm going to do the KendoUI Chart using AngularJS  and getting dynamic data from angular services. First need to down-lode the r...