Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (7 items)
-
Thanks for reply
I am already doing that. Can you please re read the query
Prashant
-
I have datepicker control in infopath form having data type as "Date". I am trying to validate this date for user entry so that user won't be able to enter future date. I am using Data Validation using the condition addDays(today(),1) which works fine if data type is "Date and Time". If anybody have any idea how to resolve ...
-
Managed to solve this issue. In reality Infopath doesn't like any other date format except yyyy-MM-dd.
Eg. as below
XPathNavigator myNav = ...
-
Now i managed to avoid the schema validation error but still i am unable to set the date value programmatically. After setting date programmatically get error on infopath form "Only Date allowed". This is really pain from microsoft.While setting the date programmatically using setValue i can set only string value but DatePicker in ...
-
I am alread doing that.
XPathNavigator newNode = myNav.SelectSingleNode("//my:field7", this.NamespaceManager);
newNode.SetValue(DateTime.ParseExact("20/10/2008","dd/MM/yyyy",null).ToShortDateString());
My form is browser form having DatePicker control with datatype as date. If u check Infopath ...
-
I have a date time picker to which i need to set custom date at runtime. I know that if i make datatype as Text of datetime picker there is no issue setting the date at runtime but due to comparision with other datetime picker strictly i have to keep datatype as Date.
When i try to set date of DateTime picker in Infopath form ...
-
I am getting the error for Infopath 2007 form when i try to submit the data of Richtextbox used on infopath form.
I have 3 environments i.e. Development,Testing and Production. Everything is working fine on Development and Production but testing environment is throwing this error. All 3 environments have same configuration.
The error is as ...
Page 1 of 1 (7 items)