| bio | website | hansevision.de |
|---|---|---|
| location | Hamburg, Germany | |
| age | 32 | |
| visits | member for | 3 years, 3 months |
| seen | May 22 at 5:46 | |
| stats | profile views | 73 |
Developer and Consultant
- started programming with 11 years
- 6 years .NET experience
- 2 years SharePoint experience
- likes TV series, as Firefly, Veronica Mars, Doctor Who, ...
- plays guitar and cajon
|
Jan 15 |
comment |
How do I get the terms used in a TaxonomyField? This works for fields that can hold multiple values. If you don't know if the field is set to hold multiple values or not, you should use @Roman's solution |
|
Jan 15 |
awarded | Critic |
|
Jan 15 |
comment |
How do I get the terms used in a TaxonomyField? +1 this is the right way to do it, if it is unknown if there can be multiple values |
|
Jan 15 |
comment |
How do I get the terms used in a TaxonomyField? This can't work. You are using the Field to get the info if the field holds single or multiple values, thats right. But to get a TaxonomyFieldValue(Collection), you have to use the current value for the item (not the field, the field doesn't hold the data). |
|
Nov 22 |
awarded | Popular Question |
|
Oct 25 |
accepted | Signed fully trusted form template in InfoPath 2010 |
|
Jul 24 |
awarded | Notable Question |
|
Jun 25 |
comment |
Is there a link checker for SharePoint 2010? Although you are affiliated with qipoint: Thanks for the info and welcome to SharePoint StackExchange, Oleg :) |
|
Feb 27 |
awarded | Popular Question |
|
Nov 17 |
comment |
Signed fully trusted form template in InfoPath 2010 I think I found my problem: the certificate export I got from our CA ist without private key. I will get one including the private key and post if that helps ... |
|
Nov 17 |
comment |
Signed fully trusted form template in InfoPath 2010 Hi, thanks for your answer. Yes, I know this option, but I won't help me, I need a certificate that our users will trust automatically. So it has to be issued by our certification authority and not by me. |
|
Nov 17 |
comment |
InfoPath Form with new certificate will not load when published thanks, that helped :) |
|
Nov 17 |
accepted | InfoPath Form with new certificate will not load when published |
|
Nov 17 |
asked | Signed fully trusted form template in InfoPath 2010 |
|
Nov 15 |
awarded | Popular Question |
|
Oct 8 |
awarded | Yearling |
|
Sep 20 |
asked | InfoPath Form with new certificate will not load when published |
|
Aug 1 |
answered | SharePoint 2010 - Add WebPart to a Web with PowerShell |
|
Jul 28 |
accepted | InfoPath close form by code |
|
Jul 28 |
comment |
InfoPath close form by code Hey thanks, now it is working. Yes this was what I tried, but I didn't use "Perform custom action using Code". I used the "Send form data to a single destination" and had the form code behind a button. At the end of the code I called this.Submit(), expecting it to trigger the settings from this dialog. But it didn't. Now with the code in the submit options, it is working :D |