Re: How to find Unused Page Layouts In Public facing site.

2012-03-06 Thread vijaykumar raavi
Hi Brian, Whole day i worked on this, Attached code file: using System; using System.Collections.Generic; using System.Text; using Microsoft.SharePoint; using Microsoft.SharePoint.Publishing; using Microsoft.SharePoint.Administration; namespace PageLayout_New { class Program {

Re: MOSS 2007 SP3 Failed

2012-03-06 Thread vijaykumar raavi
Thanks Wes, Installed and configured sp3 on all servers... On Sun, Mar 4, 2012 at 11:46 PM, Wes MacDonald wmacdon...@like10.comwrote: Hi, ** ** The SharePoint Servers in the farm must be at the same service level. You are currently running an unsupported configuration. ** **

Infopath 2010 - Progress bar

2012-03-06 Thread Ajay
Hi Guys, I am working on infopath form. The form has about 12 required fields. The client wants to display progress bar on the form based on number of fields a user has entered. So after 3 fields entered, it shows progress as 25% and so on I am just starting with Infopath,, do you have any

RE: Infopath 2010 - Progress bar

2012-03-06 Thread Paul Noone
I'd use jQuery but this seems a little whack for a form with only 12 fields. Sounds like a nice to have if you ask me. ;) Regards, Paul -- Online Developer/SharePoint Administrator, ICT Infrastructure Team CEO Sydney From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf

Re: Infopath 2010 - Progress bar

2012-03-06 Thread Maxine Harwood
You could use rules to switch between views after x number of questions, and the view could contain an image showing the progress? Sent from Max's iPad On 07/03/2012, at 9:44 AM, Paul Noone paul.no...@ceosyd.catholic.edu.au wrote: I’d use jQuery but this seems a little whack for a form with

RE: Infopath 2010 - Progress bar

2012-03-06 Thread Ishai Sagi
Is this for infopath client or web? [Description: Extelligent Design]Ishai Sagi | Solutions Architect 0488 789 786 | is...@exd.com.aumailto:is...@exd.com.au | www.sharepoint-tips.comhttp://www.sharepoint-tips.com/ | @ishaisagihttp://twitter.com/ishaisagi From: ozmoss-boun...@ozmoss.com

Re: Infopath 2010 - Progress bar

2012-03-06 Thread Ajay
Thanks,, It's for Infopath Client ; not web On Wed, Mar 7, 2012 at 1:54 PM, Maxine Harwood maxinetechg...@gmail.comwrote: +1, this is the easiest solution suggested. Sent from Max's iPad On 07/03/2012, at 10:14 AM, Mark Daunt mda...@datacogs.com wrote: You could just build the progress

Re: Infopath 2010 - Progress bar

2012-03-06 Thread Ajay
Thanks for great suggestion, hard to believe it's so easy.. I used the following article for code http://blogs.msdn.com/b/infopath/archive/2006/09/25/dynamic-pictures.aspx On Wed, Mar 7, 2012 at 2:45 PM, Ajay akhanna...@gmail.com wrote: Thanks,, It's for Infopath Client ; not web On