Use our Google Custom Search for best site search results.
Search
-
Hi, I'm not sure that it can help, but have you checked the "design checker"?
-
For the web reference did you try :http://<site>/_vti_bin/Lists.asmx ?
If you didn't, you should try it.
-
Hi, I suppose you use Vb script.
Here some code that can help you:
Dim oItem, oParent, oPrevious, temp
Set oItem = XDocument.DOM.selectSingleNode("/my:XMLTOPUTHTML")
Set oParent = oItem.parentNode
Set oXML = CreateObject("MSXML2.DomDocument.5.0")
oXML.async = false
MyHtml= "Your ...
-
Hi, you can do an "on after change" event on you text box, build your URL in xhtml(<a href:"http:myURL"> Click here</a> and modify the innerXML on a Rich text field (if you use C# 2007), and make some conditionnal formatting on both. For your text field, you hide it when it's not blank, and your RT field, ...
-
Salut, par "certificat bricolé toi même", tu entend généré dans avec infopath (create certificat) ou avec un serveur de certificat ?
As tu changé de poste pour utilisé infopath 2007?
-
Do you know well how to code?
You can use Sharepoint 2010 Web service. I test some code which works on sharepoint 2007, and it works on 2010 too.
Ted
-
Hi, I usually program on C# 2003/2007, but I don't know exactly the code in VB script.
You can make a reference of your repeating row. After that you make a clone of this node and you insert it in your repeating table.
-
You can put the control "TotalOPAmt" on a section and make a conditional formatting on it based on the number of line of your repeating table.
If Current position of "TotalOPAmt"< total number of line you don't display it.
You can have your curent position with a calculated field : ...
-
It's not really difficult:
-First of all you add your Sharepoint site as a Web reference in VSTA.
-here some code to do what you want to do:
sd01 is my web reference
sd01.Lists lists_ws = new ...
-
I found a solution:
-Save your form as source file.
-Edit your view file
-Change all the Verdana for arial or another font. Save your file
-Design and resign your form.
It's work for me.