dbTalk Databases Forums  

For the veterans! Writing to FoxBase+ indexes using Visual FoxPro

comp.databases.xbase.fox comp.databases.xbase.fox


Discuss For the veterans! Writing to FoxBase+ indexes using Visual FoxPro in the comp.databases.xbase.fox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ben Hambidge
 
Posts: n/a

Default For the veterans! Writing to FoxBase+ indexes using Visual FoxPro - 08-26-2004 , 08:25 AM






Who's been around a while?

I've got a system in FoxBase+ that I have to keep intact, but I'm
writing a VFP utility that includes appending data to one of the
tables also used by the foxbase system.

This table has three indexes (standalone old-fashioned IDX files) -
all normal, not unique, not candidate.

However, when I open the table in VFP with the indexes, and add/alter
data, VFP treats the indexes as CANDIDATE indexes and won't let me
enter a duplicate key.

Anyone know a way round this? I need the records I add to be added to
the index, and I can't issue REINDEX because I can't get exclusive
access to the table.

Many thanks
Ben

Reply With Quote
  #2  
Old   
Your name
 
Posts: n/a

Default Re: For the veterans! Writing to FoxBase+ indexes using Visual FoxPro - 08-27-2004 , 11:12 AM






How about using SQL statements and even local Views to manipulate the dbf ?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.