Re: [OT] Regex question

2010-10-03 Thread David Burstin
Solved: ([^.]*)(\.*)? On Mon, Oct 4, 2010 at 1:34 PM, David Burstin wrote: > I need a regex to match "C:\Test\AFile" from all of the following: > > 1: "C:\Test\AFile" > 2: "C:\Test\AFile.abc" > 3: "C:\Test\AFile.abcd" > > Can't seem to get it working. > > ((.*\\)*.*)(\(.)?) matches 2 and 3

[OT] Regex question

2010-10-03 Thread David Burstin
I need a regex to match "C:\Test\AFile" from all of the following: 1: "C:\Test\AFile" 2: "C:\Test\AFile.abc" 3: "C:\Test\AFile.abcd" Can't seem to get it working. ((.*\\)*.*)(\(.)?) matches 2 and 3, but not 1 ((.*\\)*.*)(\(.)?)? matches 1 Any help appreciated. Cheers Dave

Re: Giving the client ability to design their own reports - fromoutput of stored procedure

2010-10-03 Thread Grant Castner
Hi Kirsten, A similar issue has happened to me when updating settings for the reportviewer control. Check that the reportpath attribute for localreport has the correct path. It will sometimes reset the path to the rdlc file. I know that I have to set the reportpath to (for example) "marketing/repor

RE: [OT] Time sync on my domain

2010-10-03 Thread Ken Schaefer
Hi, A couple of little things; In a Windows Active Directory domain the DC holding the PDCe FSMO role become the top of the time sync hierarchy. It’s up to you to configure the PDCe FSMO role holder to sync to your preferred time source (I think time.windows.com is the default though). The dat

RE: [OT] Time sync on my domain

2010-10-03 Thread Jorke Odolphi
Check out the command line option w32tm and start with a w32tm /monitor -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Sam Lai Sent: Monday, 4 October 2010 10:52 AM To: ozDotNet Subject: Re: [OT] Time sync on my domain On 4 Oc

Re: [OT] Time sync on my domain

2010-10-03 Thread David Connors
On 4 October 2010 10:25, Greg Keogh wrote: > I also *thought* that the domain controller would sync to an external > server, like time.windows.com, which I can see in the registry for the > W32Time service. But I guess it’s not doing that. > Not by default, no. All computers on a domain sync vi

Re: [OT] Microsoft mini-rant

2010-10-03 Thread David Connors
We'll take this offline. On 4 October 2010 10:51, Dylan Tusler wrote: > It was the 23rd of September. > > *SharePoint Architecture Design Days Brisbane > *Thursday, 23rd September, 2010 > 8:45am to 3:30pm > > I got the impression from the presenters that they were probably gold > partners or so

Re: [OT] Time sync on my domain

2010-10-03 Thread Sam Lai
On 4 October 2010 10:25, Greg Keogh wrote: > Folks, I just noticed that the time on all of the machines in my domain are > drifting forward. I’ve never configured any time services on the domain, > it’s the default behaviour. > > > > I *thought* that the Win3K domain controller automatically becam

RE: [OT] Microsoft mini-rant

2010-10-03 Thread Dylan Tusler
It was the 23rd of September. SharePoint Architecture Design Days Brisbane Thursday, 23rd September, 2010 8:45am to 3:30pm I got the impression from the presenters that they were probably gold partners or something, rather than core Microsoft staff, though there was a session on Sharepoint Onli

Re: [OT] Microsoft mini-rant

2010-10-03 Thread David Connors
On 4 October 2010 10:30, Dylan Tusler wrote: > __ > We went to a session at Microsoft in Brisbane a couple of weeks ago about > Sharepoint 2010. Great sessions, and the speakers were all "we'll send you > the slide decks so you don't need to write down all these links." etc. Anyway, > no decks ap

[OT] Microsoft mini-rant

2010-10-03 Thread Dylan Tusler
-- We went to a session at Microsoft in Brisbane a couple of weeks ago about Sharepoint 2010. Great sessions, and the speakers were all "we'll send you the slide decks so you don't need to write down all these links." etc. Anyway, no decks appeared in my inbox, so I thought I'd try to find out t

[OT] Time sync on my domain

2010-10-03 Thread Greg Keogh
Folks, I just noticed that the time on all of the machines in my domain are drifting forward. I've never configured any time services on the domain, it's the default behaviour. I *thought* that the Win3K domain controller automatically became the time server in a domain and all of the other mac