RE: Strange error message

2007-01-10 Thread Christof Wollenhaupt
Hi John, You get the locking error, because your project contains a DBC (database) that is opened elsewhere, either on your machine or by an user of your application. VFP tries to recompile all stored procedures. To locate the faulty lines, enter OPEN DATABASE c:\pontotoc\pontotoc.dbc SET

RE: Strange error message

2007-01-10 Thread Sietse Wijnker
: woensdag 10 januari 2007 13:50 To: [EMAIL PROTECTED] Subject: RE: Strange error message Hi John, You get the locking error, because your project contains a DBC (database) that is opened elsewhere, either on your machine or by an user of your application. VFP tries to recompile all stored

RE: Strange error message

2007-01-10 Thread Dave Crozier
Of Sietse Wijnker Sent: 10 January 2007 13:20 To: profox@leafe.com Subject: RE: Strange error message By the way, To see where the build errors out, there's another option to see what's goin on next to the 'Display Errors' checkbox: Open up the Debugger Output window during the build

RE: Strange error message

2007-01-10 Thread Rick Schummer
Dave, After all these years I've never noticed the compilation output in the debug window before. Nice find. This is new in VFP 9. Rick White Light Computing, Inc. www.whitelightcomputing.com www.rickschummer.com 586.254.2530 - office 586.254.2539 - fax

RE: Strange error message

2007-01-10 Thread Dave Crozier
Rick, Thanks, I feel relieved, but I still wouldn't have noticed if it had been earlier! Dave Crozier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Schummer Sent: 10 January 2007 15:37 To: profox@leafe.com Subject: RE: Strange error message Dave

RE: Strange error message

2007-01-09 Thread Dave Crozier
John, Try right clicking on the dbc name in the data tab of the project manager and look at the Include/exclude property. I guess you have included the dbc in your executable. Either that or you have a corrupted dbc, but the compiler doesn't look at the dbc so it shouldn't be that. Also run a