Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (10 items)
-
The client requests that hyperlinks should open in a new tag. I'm looking for, but I have not found any solution. Is it possible to do it?
The hyperlinks contain url for documents.
-
You are the best :) Thanks it's working :)
-
I need concatenate the two string only one:
concat("("; concat(substring("000"; 1; 3 - string-length(requestID)); requestID))
concat("v", concat(substring("00", 1, 2 - string-length(../my:requestVersion)), ../my:requestVersion), ")")
The result should be: 000 v 00
-
Hello,
Is it possible to restrict certain fields in a library InfoPath form to only allowing certain users [Approvers and Created By] to edit?
For example,I would disable a status field in the form if the current user is not equal to the [created by] and the [approver], can I do that in InfoPath form ?
I did this:
-Created a TextBox ...
-
I did :) and worked :)
XmlForm form = sender as XmlForm;
if (form.Errors.Count == 0 )
{
Submit the form
}
else
{ this.ViewInfos.SwitchView("ValidationError");
}
Thanks for you help :)
-
I tried this solution: http://www.infopathdev.com/forums/p/26099/90700.aspx but doesn't work.
I have two radio buttons (Yes (0) and No(1)) and if the client chooses Yes to appear another radio button with 2 choices if the client chooses the first appears a text box to fill. And now the client decide to choose the first option NO... If I try ...
-
Thanks for your reply :) But can I do this? I need to create a field in "InfoPath" names "CountError" and declare a private class
private string ErrorCount
{
get
{
return (String)FormState["ErrorCount"];
}
set
{
...
-
I have two buttons "Save and Submit". The Save button, save the form in List without sending an e-mail to Approve. This form has 10 required fields. If I don't fill this required fields when I click in save button the form doesn't validate if the fields are fill or not....
I'm using rules and Custom Code:
public void ...
-
My form has two buttons "Submit" and "Save". Submit will submit the forms library and Save will save it like a Draft Version in library and client can change and after to submit the form. The requirement is: when the client click in "Save" the rule for check if fields with * have value, in this case, doesn't ...
-
I created a form in InfoPath and the library has a column by default names ID and this column is automatically incremented by SharePoint when I submit a form.
I created a button name's "Submit". When I submit a form in my library should appear:
- column Name : Name of form + ID
- column ID - ID of the form
The question is: ...
Page 1 of 1 (10 items)