Use our Google Custom Search for best site search results.
Search
-
I dint get what you are trying to do here but
thisXDocument.DOM.baseName will always be null.
''baseName'' defines the nodename without namespace prefix.
If you are looking for the filename then you need to look in
thisXDocument.URI;
-
Hello Travis,
''xml'' property is a readonly property of IXMLDomNode.
Here is the code that lets you copy the rich text data
foreach(IXMLDOMNode listNode in sourceRichTextNode.childNodes)
{
destRichTecxtNode.appendChild(listNode.cloneNode(true));
}
-
Are you seeing the changes in the UI or the fields(schema changes) that you have added newly?
If it is UI then it will show the new UI. Fields that will not get added. Even if you see the fields in the UI they will all be disabled.
-
These are the same cases I expect.
I wasnt talking about giving boolean values in the field.
I was more talking about a way we can achieve boolean results from not() also using not(field1 = ''true'').
Thanks for the discussion here.
-
Hello Paul,
Welcome to the Forum!
Try this, it should work for you.
xmlPath = ''C:\\temp\\CRS_51606_page_check_output.xml'';
templatePath = ''C:\\temp\\pdfTestResults.xsn'';
objXDoc = Application.XDocuments.NewFromSolutionWithData(xmlPath,templatePath);
Basically you are not setting escaping the ''\'' in the string.
-
You cannot update the SharePoint list with long datatypes, but you can do the same to a DataBase of your own.
For database you either need to write a webservice to submit the data to a DB or you can buy Qdabra webservice to get this functionality.http://www.qdabra.com/proddetail.asp?prod=QDBXL1
-
Hello Eric, You cannot click on a button from javasript or managed code.
Other way to get this functionlity is to call the ''onClick'' method of the button.
-
After your sharepoint submit!
-
thisXDocument.SetDirty(false); will make sure that save dialog does not come up.
To disable design mode for the users, go to tools->FormOptions->Check ''Enable protection''.
-
There are already lot of forums regarding this, please search you will definitely find an asnwer.