Use our Google Custom Search for best site search results.
Search
-
thanks for the suggestion Patrick, would try updating via the VS suite :)
-
i've having the same issue here but can't be solved by simply modiying the form tag one by one since there are like 400+ forms in the library.
a friend had tried running a script to modify the tag, and it seemed work fine a while, and after that the forms need to be relinked again to the new template.
i notice we could modify the tag's ...
-
thanks for the input, Patrick.
i'll post again if i manage to try this :)
-
hi there,
Just wondering, could we write to an external field from infopath form?
By external field, I mean those fields we add to sharepoint library via:
- clicking Modify settings and columns
- Add a new column
so far, these fields created externally could be read only from infopath form.
If my explanation is unclear or ambigous, do pls let ...
-
the free example code for Moving Items Between List Boxes is amazing!
Could you actually explain how you achieve that?
Like how could the list-box be represented with a section with a repeating text-box?
And how if I want to replace List1 with a mere text box?
So clicking right-arrow-button will transfer the text from the textbox to the List2 ...
-
If A opens a form and then B opens the same form, B will find that the form is on read-only mode and thus cannot modify it.
We can notify B that the form is in read-only mode from XDocument.IsReadOnly method.
But is there a way to tell B that A is the one viewing the form?
Is there a method to recognize the last person checking out the ...
-
Does anyone know how to program timeout-like mechanism in infopath?
I want the exact functionality like the Javascript method ''setTimeout''.
thanks :)
-
when we're opening a new form from the sharepoint list, can we actually know the form ID that's about to be assigned?
the form ID i'm referring to here is the unique form ID that's auto generated by the sharepoint list.
All I know this moment is that I can only extract the form ID after it's being submitted.
is there a way to actually know the ...
-
I followed Greg's sample of ''Make a Drop-Down List Box Display Multiple Fields'' in Dev Nuggets section.
It works out really well in modifying the field value.
For instance I wanna populate a combo box with all the formnames stored in a list, I would go:
<xsl:value-of select=''substring-before(., ".xml")''/>
This will just show ...
-
btw, have tried as well substituting LF characters as suggested in the websitehttp://pobox.com/~djb/docs/smtplf.html...
still won't work :(