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 Behal

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 wrote: > I’d use jQuery but this seems a little whack for a form with only 12 fields. > > Sounds like

RE: Infopath 2010 - Progress bar

2012-03-06 Thread Ishai Sagi
boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Maxine Harwood Sent: Wednesday, 7 March 2012 10:55 To: ozMOSS Subject: Re: Infopath 2010 - Progress bar You could use rules to switch between views after x number of questions, and the view could contain an image showing the pr

Re: Infopath 2010 - Progress bar

2012-03-06 Thread Mark Daunt
You could just build the progress bar out of 13 images (0 answered to 12 answered) and use rules and xpath expressions to hide the corresponding images as questions are answered Mark On 7/03/12 9:35 AM, "Ajay" wrote: Hi Guys, I am working on infopath form. The form has about 12 required fiel

Re: Infopath 2010 - Progress bar

2012-03-06 Thread Maxine Harwood
+1, this is the easiest solution suggested. Sent from Max's iPad On 07/03/2012, at 10:14 AM, Mark Daunt wrote: > You could just build the progress bar out of 13 images (0 answered to 12 > answered) and use rules and xpath expressions to hide the corresponding > images as questions are answere

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 wrote: > +1, this is the easiest solution suggested. > > > Sent from Max's iPad > > On 07/03/2012, at 10:14 AM, Mark Daunt wrote: > > You could just build the progress bar out of 13 images (0 answered to 1

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 wrote: > Thanks,, > It's for Infopath Client ; not web > > > On Wed, Mar 7, 2012 a