| bio | website | |
|---|---|---|
| location | Norway | |
| age | 26 | |
| visits | member for | 3 years, 1 month |
| seen | 2 days ago | |
| stats | profile views | 352 |
|
Nov 1 |
answered | Display navigation from another site collection |
|
Nov 1 |
answered | How to change the default site language? |
|
Nov 1 |
comment |
Custom Sequential Workflow creates 10 items for 1 event in Calendar Why do you use AllowUnsafeUpdates? |
|
Nov 1 |
revised |
Custom Sequential Workflow creates 10 items for 1 event in Calendar added 6 characters in body |
|
Nov 1 |
answered | Check if SPWorkflow is running |
|
Nov 1 |
comment |
File upload control on a custom page in a WSS 3.0 site I'm not familiar with wss-3.0, but I guess you can't just point OpenPopupPage to /_layouts/Upload.aspx?List=...? :) |
|
Nov 1 |
answered | Custom Sequential Workflow creates 10 items for 1 event in Calendar |
|
Oct 31 |
answered | Is SPServices working different on https? |
|
Oct 31 |
comment |
How to port the SharePoint project from development server to client server? In that case you can do as Per just said, as I was going to :/ Also see oriolardevol.com/Article/Details/… |
|
Oct 31 |
comment |
Creating semi-automatic hyperlinks to other items in same library I guess you could do the same with a workflow, although I'm not sure how pretty it would be in SPD. A workflow built with VS on the other hand. Are you so tied you could not make a sandboxed solution? |
|
Oct 31 |
answered | Creating semi-automatic hyperlinks to other items in same library |
|
Oct 31 |
comment |
How to port the SharePoint project from development server to client server? Are your workflows from SharePoint Designer reusable workflows? |
|
Oct 31 |
comment |
Sending mail with link that will open in popup You want to send a clickable link? To do that you don't even need to htmlEncode, just print it out like this: SPUtility.SendEmail(web, false, false,"youraddress@yourhost.com","Linktest","Link to google: http://google.com") |
|
Oct 30 |
comment |
ID column how is she caled Is this perhaps related to your earlier question, sharepoint.stackexchange.com/questions/49960/… ? |
|
Oct 25 |
answered | ID column how is she caled |
|
Oct 25 |
answered | How to get items id in properties.AfterProperties elements? |
|
Oct 25 |
comment |
How to make SharePoint Online to update files inside modules @SpongerobertoSquarepantalones what do you mean by "points to your folder"? You could probably remove the folder, that could work |
|
Oct 25 |
comment |
How to make SharePoint Online to update files inside modules You could get the module xml file and loop through it, like Eric Overfield does here: blog.pixelmill.com/1123/… . I have tried this approach but honestly I find it easier to just hard code |
|
Oct 25 |
revised |
How to make SharePoint Online to update files inside modules added 5 characters in body |
|
Oct 25 |
answered | How to make SharePoint Online to update files inside modules |