| bio | website | johnkoerner.com |
|---|---|---|
| location | Detroit, MI | |
| age | 34 | |
| visits | member for | 2 years |
| seen | Dec 16 '11 at 16:11 | |
| stats | profile views | 10 |
C# and OnBase developer.
|
Sep 17 |
comment |
Reading meta data stored in Word templates on SharePoint Can I ask, why VBA? Depending on what you want to do, powershell or vb.net would probably be better approaches. |
|
Sep 17 |
comment |
SharePoint Designer 2010 - PublishingImages 404 Was this site upgraded from MOSS 2007? |
|
Sep 16 |
comment |
How to Add Blank to choice field? Are you typing "U+205F" in the field? Read the description of what I said above. Copy and paste using the Charmap to copy the value from the charmap and paste it in as an option and as the default value on your column. |
|
Sep 16 |
comment |
How to Add Blank to choice field? I was testing on a document library, where it worked as expected. I tried it on a normal list and I am seeing what you are seeing. It seems to be if nothing is selected (the value is null) it will have a spot to allow you to keep the null value. Once you select a value, then it will only allow you to select from valid choices. |
|
Sep 14 |
comment |
“Close” button won't work in announcement message boxes Find out what javascript is causing the error. You can go into IE and under the Internet Options->Advanced, in the Browsing section, check "Display a notification about every script error." This should help you determine what javascript is causing the error. Also, what IE zone is the SharePoint site running in? If it is internet, try putting it in Intranet to see if that fixes the issue. |
|
Sep 14 |
comment |
“Close” button won't work in announcement message boxes What browser are you testing with? It works fine for me in Chrome 13 and IE 8. |
|
Sep 14 |
comment |
Can you see added fields in discussion boards after connecting to Outlook? I don't believe you can show custom fields on the outlook view of the discussion board. The outlook integration utilizes the existing posting functionality that has been in outlook for years. I have been trying to customize the post form in outlook, but I haven't had any luck yet. |
|
Sep 14 |
comment |
Event Receiver Firing for all Lists - even when ListUrl is set I just tested this and I was able to get it scoped to a particular list, using the names List1 and List 2. I used an ItemAdded event. Can you post your elements.xml that is causing the issue? |