
March 21, 2009 16:04 by
Simon
I had a requirement to create a number of forms which were all basically the same except for the text displayed in the labels. Rather than create what was essentially the same form over and over again, I decided to put the text for the labels in my database and set the text at runtime. This was quite straight forward to implement, however when the forms were displayed, the controls that were all perfectly lined up at design time were no longer in line.
More...
8d664811-dfba-4a57-9ad0-426477c2abd5|0|.0

March 10, 2009 08:22 by
Simon
Integrating with project server is as simple as adding a number of web references and calling the right web methods. For more information on the web services available, consult the SDK.More...
6603fb46-de90-4a28-a25c-d66fe4937eaf|0|.0

March 9, 2009 09:20 by
Simon
This post includes code for setting permissions on public folders. It works by obtaining the xml describing the existing permissions and then using that as the basis of the xml sent with a PROPPATCH WebDAV command to udate the permissions. I found it very difficulty to find documentation that described how to put together the xml for all of the problems in this series of posts, but especially when I wanted to set permissions on folders - there are rules about the order that ACE's appear in the cml document etc. Fortunately I came across the PFDAVAdmin tool which helped considerably.More...
f1662ae3-3079-4b11-872e-e1d25832454a|0|.0