Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Buffer
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Buffer
Divers
Thread ID:
00601460
Message ID:
00601460
Vues:
43
Hi all

I have a made a application where I put inforamtion about client.

These information come from clipper table with cdx index. these table belong to a another software. In my app I can edit or add client information and I use Pesemistic table buffering.

I have made a search form to use with all my other form.

When I edit a client information and i call my search form to look for information about other cleint. I got these message

Command cannot be issued on a table with cursor in table buffering mode.

These is wath generate the message

USE C:\Avantage\DYNAMIX\AVA01\client.dbf IN 0 SHARED ALIAS client2 AGAIN
CURSORSETPROP("Buffering", 4, "client2")
SET INDEX TO C:\Avantage\DYNAMIX\ava01\cnum.cdx
SET INDEX TO C:\Avantage\DYNAMIX\ava01\cnom.cdx
SET INDEX TO C:\Avantage\DYNAMIX\ava01\cgros.cdx
SET INDEX TO C:\Avantage\DYNAMIX\ava01\cvil.cdx

It look like i cant open the same table twice with the index if my table is buffered

I need to use the index in my search form for speed search

How can i do it or is there another way to do it.

Thanks in advance...

Ben
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform