Use our Google Custom Search for best site search results.
Search
-
I am not sure I am clear on how to fix my similar problem. I have several years of InfoPath forms that use the same column (Area Name). After a Migration to SharePoint 2010 the Display name is showing up in SharePoint and InfoPath as Area_x0020Name. This is an issue because that is the name that shows as the column heading in SharePoint ...
-
After a migration from SharePoint 2007 to 2010 one of our forms libraries has multiple columns with identical names matching the columns promoted from the InfoPath forms. So one column points to the content type of the form correctly while the others point to nothing. The problem is I can't delete the columns.
Is this a problem ...
-
Thank you, Thank You, Thank You. That should have been obvious but I missed it. I had almost given up on resolving this so I really appreciate your following up on this old request.
-
Anyone have any ideas on this? We need to move to production VERY soon and I really don't want to add two records (one sequential but empty) to the database for every case we add.
-
The only rule is :
Condition = if the field is blank
Actions:
Set a field value: (send User ID, required by web method)
Query using a data connection: (call my web method)
Set a fields value: (populate the field with the value returned from the web method)
Everthing appears to work exactly as intended, it just does it twice so every ...
-
I have a relatively complex InfoPath 2007 form without code that is misbehaving and I don't know why.
The form has one field that is used to create a unique name and a unique key in SharePoint and an Oracle database. The field is populated using a rule under Form Options/Open and Save. The rule simply says if the field ...
-
I agree that the error indicates that the parameter is empty but here is what I have done to verify the problem I am seeing.
Below my is the complete code for my web method, I have stripped it down to the very bare minimum to exclude something else that could be causing the problem.
I am passing in the string "2010-08-30T00:00:00" ...
-
Thanks for the suggested link, a week ago that would have been very helpful to me but that part I have worked my way through. I know I am sending the correct date format and I can display the correct date after it is passed to the web service but I cannot do anything with the variable because it is not recognized as a date, for example it ...
-
Yes, sorry I did not reply to that. I did turn off the option to query the data source when the form is opened and that did fix the first problem with giving an error when the form is loaded, but this is still unrelated to the fact that the web service will no allow me to parse or take apart a parameter I pass to it. It apparently does ...
-
It seems I am still having a problem even though I am now passing a string as a parameter rather than a dateTime.
What I have learned in the process of trying to figure this out, is that I can pass the date (as a string) to the web service without any problem. I can also return a value so I can see the results of whatever operation I ...