46 reputation
7
bio website
location
age
visits member for 5 months
seen Apr 17 at 13:04
stats profile views 3

Mar
19
comment Sequential workflow running twice sharepoint 2007
I want to confirm that adding a pause to the visual studio workflow fixed the problem.
Mar
14
comment Global breadcrumb wrong URL
Thanks! If it works it works. It is only a dev instance anyway. I thought maybe it was a setting in central admin but I looked everywhere.
Mar
11
comment Item-level permission problems
Hi. Thanks for your reply. The image in item 1 does not show. Also, if I am understanding you correctly, I did break inheritance for the site the list is on. That was done when I created it and selected to create unique permissions. I can create the "Me" filter, but the admin on the site would have to switch views every time they went on it. That also means that others could switch the view and see all the other items. Maybe I didn't follow you?
Feb
28
comment Sequential workflow running twice sharepoint 2007
I misunderstood your answer. I had pauses in the SPD WFs. However, the VS WF had no pause. I found this which basically corroborates what you are saying.
Feb
13
comment Sequential workflow running twice sharepoint 2007
I did not. The SPD workflows, however, are staggered with five minute pause between each. I'll have too look at pausing the VS workflow. Thanks.
Jan
18
comment Visual Studio Workflows and Sharepoint
After playing around with it I had the same thought about tying up the workflow. Adding the parallel task also made the WF much more complicated. I just wasn't sure if throwing two workflows on the same content type was recommended. Thanks!
Jan
9
comment user control losing new values when saving
I think I understand my problem now. In sharepoint, my UC is loaded dynamically. Each time the UC is submitted it is reloaded in the hosting form/webpart, so (like you have noted) the values in the controls of the UC have to be put in the viewstate or some other mechanism so they are retained between postbacks. Does that sound correct?
Jan
9
comment user control losing new values when saving
Thanks! I appreciate your help.Although I am a little disappointed that something so simple and fundemental in ASP.Net is
Jan
8
comment user control losing new values when saving
sample code posted...
Jan
8
comment sharepoint 2007 webpart question
Actually, I wasn't using WSPBuilder. when I created a new WSPBuilder project I was able to create the user control and deploy it to the SP server. Therefore, I am marking yours as the answer also. Thanks!
Jan
5
comment sharepoint 2007 webpart question
I should have mentioned I was using wsp builder. Thanks!
Jan
5
comment sharepoint 2007 webpart question
Now that I look at the name of the original web part (developed by my predecessor), which mine is a modification of, it was named "MySmartPart" in SharePoint. I have a sneaking suspicion he used SmartPart :). Thanks!
Nov
30
comment send email from workflow based on loopkup column
That did it! I needed this completed by the end of the day today and I have been looking for a solution for the past two days. Thanks!