Re: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid"iscorrupted. Please rebuild it.

2011-09-06 Thread MB Software Solutions, LLC
On 9/6/2011 8:44 PM, Charlie Coleman wrote: > At 04:27 PM 9/6/2011 -0400, MB Software Solutions, LLC wrote: >> On 9/6/2011 4:03 PM, kamcgin...@gmail.com wrote: >>> I found that zap usually fails with VFP9 SP2. I use delete all and pack >> and have no problems at all. (pack requires >>> exclusi

Re: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid"iscorrupted. Please rebuild it.

2011-09-06 Thread Charlie Coleman
At 04:27 PM 9/6/2011 -0400, MB Software Solutions, LLC wrote: >On 9/6/2011 4:03 PM, kamcgin...@gmail.com wrote: > > I found that zap usually fails with VFP9 SP2. I use delete all and pack > and have no problems at all. (pack requires > > exclusive use, same as zap) > >Really? What's the fail

Re: Erase generates "File does not exist" Error 1

2011-09-06 Thread Lew Schwartz
Try set index to cdx file drop tag all (or something similar, you may have to look it up.) On Tue, Sep 6, 2011 at 12:59 PM, Tracy Pearson wrote: > I have a user reporting troubles with a common process. > A temporary CDX file is created and used. Once the Index is not in use, I > delete the CDX.

Re: (NF)Fw: ACCESS-L Digest - 4 Sep 2011 to 5 Sep 2011 (#2011-225)

2011-09-06 Thread Lew Schwartz
Thanks, Lucy! ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox

Re: MS Access quirky import

2011-09-06 Thread Lew Schwartz
That's it is a nutshell! On Tue, Sep 6, 2011 at 6:52 PM, Jarvis, Matthew wrote: >> -Original Message- >> From: profoxtech-boun...@leafe.com > [mailto:profoxtech-boun...@leafe.com] >> On Behalf Of Lew Schwartz >> Sent: Tuesday, September 06, 2011 3:30 PM >> To: profoxt...@leafe.com >> Subj

(NF)Fw: ACCESS-L Digest - 4 Sep 2011 to 5 Sep 2011 (#2011-225)

2011-09-06 Thread lucycard
There's a information link to this ACCESS-L listserve in the body of this message. Lucy Sent via BlackBerry from T-Mobile -Original Message- From: ACCESS-L automatic digest system Sender: Microsoft Access Database Discussion List Date: Mon, 5 Sep 2011 23:00:04 To: Reply-To

RE: MS Access quirky import

2011-09-06 Thread Jarvis, Matthew
> -Original Message- > From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] > On Behalf Of Lew Schwartz > Sent: Tuesday, September 06, 2011 3:30 PM > To: profoxt...@leafe.com > Subject: MS Access quirky import > > I generate some dbf's and xml's for one of my endusers t

Re: MS Access quirky import

2011-09-06 Thread Lew Schwartz
Here's what I found: About Access-L English (USA) This is an open forum to meet other people with and without disabilities who are interested in matters relating to accessibility, ableism, ability/disability. You are invited to join others who are committed to creating a faith community in which

Re: MS Access quirky import

2011-09-06 Thread lucycard
Try posting this question on the Access-L list. Sent via BlackBerry from T-Mobile -Original Message- From: Lew Schwartz Sender: profoxtech-boun...@leafe.com Date: Tue, 6 Sep 2011 18:29:48 To: Reply-To: profox@leafe.com Subject: MS Access quirky import I generate some dbf's and xml's fo

MS Access quirky import

2011-09-06 Thread Lew Schwartz
I generate some dbf's and xml's for one of my endusers to import. Unfortunately, this is an MS Access (only) user and blank/empty strings are universally imported as Access nulls (by which I think she means 0 length strings). She has to concatenate several columns to create a key to work with, but

Re: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid" is corrupted. Please rebuild it.

2011-09-06 Thread MB Software Solutions, LLC
On 9/6/2011 4:43 PM, Alan Bourke wrote: > Windows 7 Service Pack 1. Same on Server 2008 if that's where the data > is. Oh sorry...my last post should have been "Thanks Alan" -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http:/

Re: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid" is corrupted. Please rebuild it.

2011-09-06 Thread MB Software Solutions, LLC
On 9/6/2011 4:43 PM, Alan Bourke wrote: > Windows 7 Service Pack 1. Same on Server 2008 if that's where the data > is. Thanks, Ted. I have her double-check that on both the client (Win 7) and the server (Win 2008). -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Arch

RE: Passing structs to COM objects

2011-09-06 Thread Tracy Pearson
MB Software Solutions, LLC wrote on 2011-09-06: > On 9/6/2011 5:10 PM, Tracy Pearson wrote: > API's are a fun puzzle (for some). > > > Sounds like an Excedrin moment to me! > Mike, I knew not everyone liked working with API's. Some get complicated with apparent incomplete documentation.

Re: Passing structs to COM objects

2011-09-06 Thread MB Software Solutions, LLC
On 9/6/2011 5:10 PM, Tracy Pearson wrote: > Fletcher, > > You cannot use the VFP Array. > > BINTOC(xValue, "4RS")+BINTOC(yValue, "4RS") should give you the structure. > > The DECLARE of the API will need to have that parameter be STRING. > > If you need the information back, because it's an in/out

RE: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid" iscorrupted. Please rebuild it.

2011-09-06 Thread Richard Kaye
I had one instance recently where the same tag in the same CDX was getting corrupted on a semi-regular basis. Tracy's comment about the Windows Indexing service was another thing I hadn't thought of. I may have to add that to the list. Having said that, I had the client's IT guys add the appropr

Re: Passing structs to COM objects

2011-09-06 Thread Ted Roche
On Tue, Sep 6, 2011 at 3:59 PM, Fletcher Johnson wrote: > Long time, no chat.. > I am working on a VFP project that requires that I pass a struct.  For my > current problem, it wants an array of structs that simply have 2 doubles. Try Christof's Struct class, which can be found at: http://www.f

RE: Passing structs to COM objects

2011-09-06 Thread Tracy Pearson
Fletcher Johnson wrote on 2011-09-06: > Hi all, > > > Long time, no chat.. > > > I am working on a VFP project that requires that I pass a struct. For my > current problem, it wants an array of structs that simply have 2 doubles. > > > I seem to remember there being a fairly straightfo

RE: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid" is corrupted. Please rebuild it.

2011-09-06 Thread Michael Oke, II
SP1 has seemed to fix these issues at any sites I have experienced them at. Michael Oke, II 661-349-6221 oke...@gmail.com On Sep 6, 2011 1:44 PM, "Alan Bourke" wrote: > > > On Tuesday, September 06, 2011 3:07 PM, "Richard Kaye" > wrote: >> Like Frank mentioned, SMB2 can cause issues although thi

RE: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid" is corrupted. Please rebuild it.

2011-09-06 Thread Alan Bourke
On Tuesday, September 06, 2011 3:07 PM, "Richard Kaye" wrote: > Like Frank mentioned, SMB2 can cause issues although this was supposedly > addressed in SPs for Vista/7/2008. It is fixed in Service Pack 1 for 2008/Win 7 -- Alan Bourke alanpbourke (at) fastmail (dot) fm __

Re: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid" is corrupted. Please rebuild it.

2011-09-06 Thread Alan Bourke
Windows 7 Service Pack 1. Same on Server 2008 if that's where the data is. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version o

Re: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid"iscorrupted. Please rebuild it.

2011-09-06 Thread MB Software Solutions, LLC
On 9/6/2011 4:03 PM, kamcgin...@gmail.com wrote: > I found that zap usually fails with VFP9 SP2. I use delete all and pack and > have no problems at all. (pack requires > exclusive use, same as zap) Really? What's the failure message? You're right that DELETE ALL and PACK is equivalent, but I

Re: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid" iscorrupted. Please rebuild it.

2011-09-06 Thread Mike Copeland
No Zappingdifferent DBFs...always in the same folder on the same mapped drive. I went ahead and added code in my error handler that if a 108 error is encountered, sleep(4000) then try again. Almost always works. Mike Original Message Subject: Re: VFP9SP2 - Error 2066: In

RE: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid" iscorrupted. Please rebuild it.

2011-09-06 Thread Tracy Pearson
MB Software Solutions, LLC wrote on 2011-09-06: > On 9/6/2011 3:08 PM, Kent Belan wrote: > Very intersesting. > > I just got this error reported to me today, from the same client with the > 1104 errors. > > No 1104 errors since last Friday, but this 2066 error popped up today. > > I h

Re: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid"iscorrupted. Please rebuild it.

2011-09-06 Thread kamcginnis
I found that zap usually fails with VFP9 SP2. I use delete all and pack and have no problems at all. (pack requires exclusive use, same as zap) - Original Message - From: "MB Software Solutions,LLC" To: "ProFox Email List" Sent: Tuesday, September 06, 2011 12:39 PM Subject: Re: VFP9SP

Passing structs to COM objects

2011-09-06 Thread Fletcher Johnson
Hi all, Long time, no chat.. I am working on a VFP project that requires that I pass a struct. For my current problem, it wants an array of structs that simply have 2 doubles. I seem to remember there being a fairly straightforward way to create a variable that, to the COM objects meth

Re: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid" iscorrupted. Please rebuild it.

2011-09-06 Thread MB Software Solutions, LLC
On 9/6/2011 3:08 PM, Kent Belan wrote: > Very intersesting. > > I just got this error reported to me today, from the same client with the > 1104 errors. > > No 1104 errors since last Friday, but this 2066 error popped up today. > > I hate these kind of errors Thanks everyone for the tips. I

Re: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid" is corrupted. Please rebuild it.

2011-09-06 Thread Mike Copeland
I have no helpful information...just that I'm still seeing random error 108's ("file in use by another user") from my app that is running on 60 systems...a mix of Win2k, WinXP, and Win7Pro. But the errors are always on Win7Pro systems. I've even moved the Win7Pro systems physically...swapping t

RE: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid" is corrupted. Please rebuild it.

2011-09-06 Thread Richard Kaye
Like Frank mentioned, SMB2 can cause issues although this was supposedly addressed in SPs for Vista/7/2008. If you have disabled SMB2, then you have to look at opportunistic lock settings in plain, old SMB. Here's a snippet from an email I sent to a client when discussing file corruption issues.

RE: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid" iscorrupted. Please rebuild it.

2011-09-06 Thread Kent Belan
Very intersesting. I just got this error reported to me today, from the same client with the 1104 errors. No 1104 errors since last Friday, but this 2066 error popped up today. I hate these kind of errors -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@l

Re: VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid" is corrupted. Please rebuild it.

2011-09-06 Thread Frank Cazabon
Have you disabled SMB2? http://www.petri.co.il/how-to-disable-smb-2-on-windows-vista-or-server-2008.htm Frank. Frank Cazabon Samaan Systems Ltd. - Developing Solutions www.SamaanSystems.com On 06/09/2011 02:50 PM, MB Software Solutions, LLC wrote: > Got a client getting this somewhat frequentl

VFP9SP2 - Error 2066: Index file "z:\data\costs.cdx" tag "Njobid" is corrupted. Please rebuild it.

2011-09-06 Thread MB Software Solutions, LLC
Got a client getting this somewhat frequently now from his Win7 client. I remotely connected and configured his Norton 360 to ignore all DBF/CDX/FPT files as well as the application folder on his box and the network share (Z: drive ), all with the "include subfolders" option checked. Yet he

RE: Erase generates "File does not exist" Error 1

2011-09-06 Thread Tracy Pearson
Richard Kaye wrote on 2011-09-06: > Maybe it doesn't like the THIS reference and that's causing the error? I'd wrap it in a try..catch. > > -- > rk Richard, That might be what I'll do in the end. I've only found this problem on one system. Toshiba Laptop Windows 7 all patched 64-bit with 4

RE: Erase generates "File does not exist" Error 1

2011-09-06 Thread Richard Kaye
Maybe it doesn't like the THIS reference and that's causing the error? I'd wrap it in a try..catch. -- rk -Original Message- Sent: Tuesday, September 06, 2011 1:17 PM Subject: Re: Erase generates "File does not exist" Error 1 On 09/06/2011 09:59 AM, Tracy Pearson wrote: > I have a user

RE: Erase generates "File does not exist" Error 1

2011-09-06 Thread Tracy Pearson
Jeff Johnson wrote on 2011-09-06: > Tracy: I use .idx files for this kind of stuff. Have you considered those? > > Jeff > > --- > > Jeff Johnson Jeff, I considered them at the beginning of that project. I discovered some bits require multi-fields and most times I'll be cr

Re: Erase generates "File does not exist" Error 1

2011-09-06 Thread Jeff Johnson
On 09/06/2011 09:59 AM, Tracy Pearson wrote: > I have a user reporting troubles with a common process. > A temporary CDX file is created and used. Once the Index is not in use, I > delete the CDX. > > ERASE (THIS.cIndexFile) > > I'm a bit perplexed how this error is being generated, the VFP 9

Erase generates "File does not exist" Error 1

2011-09-06 Thread Tracy Pearson
I have a user reporting troubles with a common process. A temporary CDX file is created and used. Once the Index is not in use, I delete the CDX. ERASE (THIS.cIndexFile) I'm a bit perplexed how this error is being generated, the VFP 9 help file states: Remarks This command does not genera

Re: [OT] Now Obama wants ballots printed in both English and Spanish

2011-09-06 Thread MB Software Solutions, LLC
On 9/5/2011 12:37 AM, Michael Madigan wrote: > It's not the GOP that's involved in 99% of voter fraud cases. While I would agree, do you have any facts to back that up? ACORN certainly wasn't for the GOP! lol ___ Post Messages to: ProFox@leafe.com S

RE: [NF] Free/Cheap web hosting recommendations

2011-09-06 Thread Lou Syracuse
Thanks Mike - I will drop you a line directly in the next day or two. The group is deciding on a name. lol If you're ever looking for a game we'll save a seat for 'ya. Not sure how far a drive Van Nuys would be for you though... Lou -Original Message- From: profoxtech-boun...@leafe

RE: [NF] Free/Cheap web hosting recommendations

2011-09-06 Thread Lou Syracuse
You've obviously never sat across from me a table. LolI have a bad habit of playing marginal hands too hard that I am working to overcome before our tournament begins... ls -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ma

Re: [OT] Now Obama wants ballots printed in both English and Spanish

2011-09-06 Thread Ricardo Aráoz
On 02/09/2011 05:18 p.m., Ken Kixmoeller (ProFox) wrote: > On Fri, Sep 2, 2011 at 2:57 PM, Ed Leafe wrote: >>> You definitely should have to know and speak English before coming a >>> citizen. Hell yes. >> Obviously, being able to *write* English is not a requirement! > Oh, come on, Ed. O

Re: [OT] Now Obama wants ballots printed in both English and Spanish

2011-09-06 Thread Ricardo Aráoz
On 02/09/2011 06:09 p.m., Jean Laeremans wrote: > On Fri, Sep 2, 2011 at 11:01 PM, Michael Madiganwrote: > >> Jean knows how to say "I surrender" in 4 different languages. >> >> Sure...another example in 4 dif. languages: > Idioot,idiot,idiot,idiot > > A+ > jml > ROTFLMAO (though I don't think

Re: [OT] Some scary events in Republican party

2011-09-06 Thread Ricardo Aráoz
On 02/09/2011 11:03 p.m., Jerry Foote wrote: > The way it works. Has that changed > Jerry Yes, the laws of physics were not the same in the first milliseconds of the universe. They stabilized later. So yes, even the laws of physics have changed thereby everything else has changed. > -Origi

Re: [OT] Climate-change scientists cleared of misconduct

2011-09-06 Thread Ricardo Aráoz
On 02/09/2011 07:21 p.m., Nicholas Geti wrote: > You remind me of the old people in retirement institutions who are waiting > to pass on. They sit slumped over, drooling, sleeping and occasionally wake > up or even laugh about something that breaks through the fog. Yes son. And I thank you deeply