Use our Google Custom Search for best site search results.
Search
-
OK - I've read a bit more on the subject, and it seems that it's not possible in InfoPath :( Looks like it'll be the hard way...
-
Hi all -
I'm trying to code some conditional formatting. To do it without code means updating 43 fields with more CF rules, which could then change in the future. I was hoping to use some select case code to do the job.
I can't find the code to set a field's shading. Is it possible?
TIA
-
Thank you! So simple too. I gave the Q_Weighting fields a default value of 0 and now it works correctly. Hope this helps someone else!
-
Thanks for the reply
The only other info I have is:
System.InvalidOperationException
Schema validation found non-data type errors.
at Microsoft.MsoOffice.InfoPath.MsxmlInterop.MsxmlDocument.ThrowExceptionFromMsxmlInteropError(MsxmlInteropError eError)
at ...
-
Hi all -
This should be a really simple bit of code, but I can't understand why it's not working.
All I want to do is retrieve a value from one field and set another's fields value depending on the first.
Here is the code:
Public Sub Q_Select_1_Changed(ByVal sender As Object, ByVal e As XmlEventArgs) ...
-
Solved it!
I had to create another sub folder to put my repeating table in.
Instead of "//my:myFields/my:Control_Measures", I changed it to "//my:myFields/my:CM_Repeat/my:Control_Measures"
This is strange, because for the first list I got working, I didn't need to do that.
As soon as I implemented the above for ...
-
Hello - I am adding rows to a repeating table and filling it with data from a SharePoint list. I have this working correctly with one table on my form, but I'm getting an error when I repeat the procedure for another table. I am getting an "InvalidOperationException" on Writer.close()
My code is: Public Sub ...
-
It's working! Thank you!
I removed the code altogether, that seems to have been the problem.
I've gone back to an eaerlier, cleaner version of the form before I started messing around with this and just took the code out.
Thank you both so much for your help. It's really appreciated. Hopefully I won't have to come ...
-
That code was from when I was trying to do this myself. The procedure shouldn't be called by anything at the moment unless you click the Submit button on another form, which I wasn't using. Would that still affect anything?
-
Hi -
Thanks again for getting back to me.
I've attached the template and below is the xml that was generated by qRules.
The view is called 7 - Employee Relations. I have added a section at the bottom to see if any errors were being returned.
I'll go through the example walkthrough again when I get a chance, but at least ...