Knowledge.ToString()

Tag: jscript

  • InfoPath: A Proper Way to Blank Out Whole Number, Date Using JScript

    Problem When you blank out data in InfoPath using JScript, you would probably use the following method. Above code works well when “my:node” is of data type String. If the data type is Number or Date, above code will work but on the user interface you will see an error “Only integers allowed.” and “Only…

    |

  • InfoPath Error: Reference to Undeclared Namespace Prefix “dfs”

    Error If you are trying to get/set values using XPath on Secondary Data Source, you might get the error “Reference to undeclared namespace prefix: dfs”. Cause When you are trying to use XPath expression on Secondary Data Source, you must have to declare the namespace that is going to be used in the code. By…

    |