Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hardyone

    Clipper EXE's in 16, 32, 64 bit

    Thanks Jock. I've always appreciated your input. We'll see if anyone has other thoughts. Jim
  2. hardyone

    Clipper EXE's in 16, 32, 64 bit

    I am a novice programmer running and maintaining a few clipper programs at my business and at home. I use Clipper 5.2 and run the programs on XP Home SP3. I assume I will have to get WIN 7 when one of my three machines needs replacing. I have been reading about clipper programs and 16, 32 and...
  3. hardyone

    DBFNTX 1020 and 1003 errors

    Thanks for your reponses. I'll reply to each of you: Griff: each program runs on its own local harddrive. Folders can be shared but the errors do not involve sharing within Clipper programs. By “opportunistic file locking” are you referring to Clipper’s Flock() or something in Windows...
  4. hardyone

    DBFNTX 1020 and 1003 errors

    The referenced previous thread discussed the possibility that this was a file handle issue but that is DOS error 4. I am gettng DOS error 32: sharing violation. FYI I am using XP SP3. The problem is happening with two different programs running on two diffrent machines so it is not an...
  5. hardyone

    DBFNTX 1020 and 1003 errors

    thread288-1600081 I'm back with index opening issues similar to my previous dbf opening issues. Using a net_use function like the one Jock showed me last time gets my dbf's open reliably now. Thanks for that help. But I've had increasing problems recently with crashes related to index files not...
  6. hardyone

    DBCMD error 2001 and DBFNTX error 1020

    You are right, I'm not getting a DOS error "unable to open file". I remember being very frustrated some years ago when I didn't have SET CLIPPER=F high enough and couldn't open a file though I could see that the file was right there! I have rewritten the program using a modification of the...
  7. hardyone

    DBCMD error 2001 and DBFNTX error 1020

    Jock: To answer your questions: No other program opens these files and I am the only user. I do not specify Shared or Exclusive. I believe Clipper opens in exclusive mode by default if no specification is made, doesn’t it? The operating system is XP SP3 Your explanation makes sense however...
  8. hardyone

    DBCMD error 2001 and DBFNTX error 1020

    I am a novice Clipper programmer running a few programs for personal/office use. Several months ago I started experiencing crashes in one program. Most commonly it is "DBCMD error 2001: Work area not in use" from ordlistcle(0). This will be at a "Set Index to <ntx> " line which follows a "...

Part and Inventory Search

Back
Top