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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SetKey with FoxPro files

Status
Not open for further replies.

wrov

Programmer
Nov 1, 2002
43
PY
Hello everybody

Do you know why SetKey is not working with FoxPro files ?

The message 'Capability not supported' is showed after the lines:
Customer.IndexName := 'CUS01';
Customer.SetKey;

However, writing:
Customer.Close;
Customer.IndexName := 'CUS01';
Customer.Open;
works fine

Is it possible to use SetKey with FoxPro index files ?

Thanks in advance.

Walter.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top