[OzMOSS] help

2008-07-28 Thread Rebecca Thornton
-- Rebecca --- OzMOSS.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com

[OzMOSS] Dynamic columns

2008-07-28 Thread Rebecca Thornton
Not sure if this made it through to the list when I sent it before (I didn't get it in my Inbox, anyway) so apologies if this is a duplicate... Hi all! I need to find a way to be able to add dynamic columns to a document library. For example, if the user selects a particular value in Column

RE: [OzMOSS] help

2008-07-28 Thread Chris Grist
What with? :) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rebecca Thornton Sent: Monday, July 28, 2008 11:04 PM To: listserver@ozmoss.com Subject: [OzMOSS] help -- Rebecca --- OzMOSS.com - to unsubscribe from

[OzMOSS] RE: Teched BDC presentation

2008-07-28 Thread Ishai Sagi
Thanks Chris. I will keep this in my notes From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Grist Sent: Monday, 28 July 2008 3:37 PM To: listserver@ozMOSS.com Subject: [OzMOSS] RE: Teched BDC presentation Hope to be there, budget permitting. I don't know how advanced the

RE: [OzMOSS] Dynamic columns

2008-07-28 Thread Paul Culmsee
Also Datacogs released a freebie one as well for those not aware.. http://datacogs.com/datablogs/archive/2007/08/26/641.aspx regards Paul From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ishai Sagi Sent: Tuesday, 29 July 2008 6:55 AM To: listserver@ozMOSS.com Subject:

[OzMOSS] 'Unknown Error Problem accessing the 'Storage Space Allocation' Page

2008-07-28 Thread Kirk Barrett
Has anyone encountered this problem below or know of a way to resolve it? We are running in MOSS Standard Edition environment that I believe is still pre SP1 and no hotfixes applied. The Unknown Error problem occurs when attempting to access the 'Storage Space Allocation' page in Site Collection

RE: [OzMOSS] Item-level Permissions cause creation of Site-level Permissions

2008-07-28 Thread Crabbe, David
Thanks Bill. So if this is how it works by default, then I can see that it's not impossible for the Microsoft-recommended figure of 2000 security principles in an ACL (http://technet.microsoft.com/en-us/library/cc262787.aspx) being exceeded for the site-level permissions when item-level

[OzMOSS] Feature to add Webpart to existing Default.aspx

2008-07-28 Thread Sharepoint Consultant
Does anyone know if you can add a wepart to the existing default.aspx page via a feature elements file. If so could you please send me a example. Or does this need to be done via a feature Receiver and code? Thanks heaps. ---

Re: [OzMOSS] 'Unknown Error Problem accessing the 'Storage Space Allocation' Page

2008-07-28 Thread Kirk Barrett
Hi John, I believe that it was a fresh install of MOSS. Thanks, Kirk. 2008/7/29 Hodgson, John [EMAIL PROTECTED] Hi Kirk Was that an SPS2003 upgrade? *John Hodgson* *HP Consulting Integration* 0411 242 880 mobile | [EMAIL PROTECTED] www.hp.com *From:* [EMAIL PROTECTED]

RE: [OzMOSS] Feature to add Webpart to existing Default.aspx

2008-07-28 Thread Ishai Sagi
Code. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sharepoint Consultant Sent: Tuesday, 29 July 2008 2:38 PM To: listserver@ozmoss.com Subject: [OzMOSS] Feature to add Webpart to existing Default.aspx Does anyone know if you can add a wepart to the existing default.aspx page

Re: [OzMOSS] Feature to add Webpart to existing Default.aspx

2008-07-28 Thread Marina Krynina
Hi It can be done programmatically in FeatureReceiver. Use SPFile and SPLimitedWebPartManager. Something like that: SPFile f = rootWeb.GetFile(Pages/Default.aspx); f.CheckOut(); SPLimitedWebPartManager wpm = f.GetLimitedWebPartManager(PersonalizationScope.Shared); ..

[OzMOSS] Developing for MOSS/WSS with VS2008

2008-07-28 Thread Paul Noone
Hi all, I have yet another potentially embarrassing question. I've recently installed VS2008 on my local XP machine as a precursor to getting my hands dirty with some custom workflow activities and looking at what the VSeWSS 1.2 tools can do. And, well, ahem...it appears that remote

[OzMOSS] Developing for MOSS/WSS with VS2008

2008-07-28 Thread Marina Krynina
Return Receipt Your [OzMOSS] Developing for MOSS/WSS with VS2008 document:

[OzMOSS] RE: Developing for MOSS/WSS with VS2008

2008-07-28 Thread Caroline Specker (AU)
There is a downloadable WSS 3.0 dev environment VM here: http://www.microsoft.com/Downloads/details.aspx?familyid=1BEEAC6F-2EA1-4769-9948-74A74BD604FAdisplaylang=en. Note: it is WSS not MOSS It has Visual Studio 2005, not 2008 on it. This may be a good starting point for you. From: [EMAIL

RE: [OzMOSS] RE: Developing for MOSS/WSS with VS2008

2008-07-28 Thread Paul Noone
Thanks Caroline. I really need the MOSS facility though and would prefer not to revert my current VS version. I don't suppose it could be as simple as copying across the microsoft.sharepoint.* and microsoft.office.* DLLs to my local box, then adding a reference to them in VS? This wouldn't

RE: [OzMOSS] RE: Developing for MOSS/WSS with VS2008

2008-07-28 Thread Marina Krynina
Return Receipt Your RE: [OzMOSS] RE: Developing for MOSS/WSS with VS2008 document: