Use our Google Custom Search for best site search results.
Search
-
Write a web service to fetch the sharepoint list data with ref to the search string and the return type of web-method to be a dataset.
Create a data connection of type both submit and receive, exposing the web method.
There after execute the data connection with the Find button rule.
NOTE : To Fire up the Find button, you need to define set ...
-
Edit the web.config and add-in the <bypasslist> element
Ref : http://blogs.technet.com/b/jasbro/archive/2008/02/05/eventid-5566-troubleshooting-in-infopath-form-services.aspx
If the annonymous access for the site is enabled, need to turn it off
Ref : http://www.dotnetking.com/TechnicalComments.aspx?LogID=336
-
Bingo,
I tried with this expression :
\p{L}*\d*|\d*\p{L}*|[\p{L}\d]*
Working fine !
-
Hi Madhuri ,<xsf:listProperties> <xsf:fields> <xsf:field name="Field 1" columnName="{0E861CAB-A7EC-4D83-A18F-CCEFD4D84D08}" ...
-
Hi Swathip,
Fails for these values : a1a1,sa1sa1.
Basically I am looking for an expression which should not fail for any combination of characters and letters.
-
Hi Greg,
I am hosting browser enabled Infopath forms in Sharepoint using Infopath Forms Service.
Now these Infopath forms contains RichText box controls and all the I dont want to allow the users for formatting on the input text.
For this I am wondering how I could hide the formatting Ribbon that we get on top of richtextbox control,so that ...
-
Hi Hillary,
The above pattern fails for these values : s1s,1a1,sa1s
Any suggestions on this would be appreciated !
-
Hi Anuma,
Thanks for the Link.
Why is that,Data validation should be dsiabled for secondary data source fields ?
I want to set the AccountId value of contact selector control to another field.So I had applied Rule to set the AccountId's value to another field,but the rule is not working for browser based infopath.
One more point is that, ...
-
I am using a Contact Selector Activex Control referring to Manager Name. I need to make this field as mandatory. When it comes to default controls (Like TextBox, CheckBox, RadioButton etc.), using Data Validation I can make the field Mandatory,. But this Contact Selector control does not support Data Validation.
The other way around I tried ...
-
In browser based infopath form I ve used a Contact Selector Control.Now I wanted to make this control as mandatory.
As you know Contact Selector does not ve data validation property,the other way around I wrote a VSTA code saying,
if the control(contact selector) is selected, put contact selector's value to one more textbox(like Referrence ...