Re: [NF] Team Foundation Server

2013-02-02 Thread AndyHC
On 02/02/2013 15:23, Christof Wollenhaupt wrote: Is anyone using Team Foundation Server for source control of Visual FoxPro projects? Any pros and cons on using it? ... They have three TFS admins, eight people doing the merging and three dozen developers (.NET and VFP). For them TFS is the

[NF] VS2012

2013-02-02 Thread Allen
Well it seems that there is no upgrade path for VS2010 to VS2012. I just had it confirmed by M$ sales. That's crappy. Forcing me to buy MSDN that I have no use for. I will have to join the anti M$ group now. :( Al ___ Post Messages to:

Re: [NF] VS2012

2013-02-02 Thread Alan Bourke
On Sat, Feb 2, 2013, at 10:49 AM, Allen wrote: Well it seems that there is no upgrade path for VS2010 to VS2012. I just had it confirmed by M$ sales. That's crappy. Forcing me to buy MSDN that I have no use for. I will have to join the anti M$ group now. :( Al They say that the full

Re: [NF] VS2012

2013-02-02 Thread Allen
Full price is over 500 quid without MSDN. I thing I paid about 250 for the 2010 update. I only wanted it for HTML5 but it seems with a few add-ons VS2010 can do it anyway. And so far I have found little that VS can do that the free version can't. Al -Original Message- From: Alan

Re: [NF] Team Foundation Server

2013-02-02 Thread Dan Covill
On 02/01/13 07:43 PM, Stephen Russell wrote: What are you talking about? Sorry but you have no idea what you are talking about I think. TFS = a Sharepoint Skin. Nothing more. - Source code is only a tiny part of this massive tool. - and THAT's

implement auto increment

2013-02-02 Thread Gary Jeurink
When I upgraded from vfp-6 to vfpr-9 I was looking forward to the auto increment to generate the primary keys for many of my tables. I tried changing the data type from integer to auto increment (no problem) but on my forms my current INSERT INTO statement generates a duplicate primary key

Re: implement auto increment

2013-02-02 Thread Alan Bourke
You need to leave the autoinc field out of your insert/update statements. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list:

RE: implement auto increment

2013-02-02 Thread jerry foote
IN This example I have scattered the contents of my table to working and set controlsource of my input boxes to thisform.working. IF MESSAGEBOX(Save Changes, 20)=6 SELECT (thisform.aliasis) IF thisform.working.id0 = SEEK(thisform.working.id, thisform.aliasis, ID)

RE: implement auto increment

2013-02-02 Thread jerry foote
Should have been jerry -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of jerry foote Sent: Saturday, February 02, 2013 5:05 PM To: 'ProFox Email List' Subject: RE: implement auto increment IN This example I have scattered the contents of my table to working