Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View loses record due to tag
Message
De
09/04/2004 04:24:31
 
 
À
08/04/2004 15:51:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00893346
Message ID:
00893478
Vues:
24

Index expr = personid + dtos(thisdue) + str(reptnoh)
personid char 6
thisdue date
reptnoh int

Excluded record has good personid, good date, reptnoh = 0


Composed index have a bug into the compact process.

try, it should return .T. :
SELECT tablewithtagActive
IF CURSORGETPROP("Buffering")>1
  TABLEUPDATE(.t.,.t.)
ENDIF
? KEYMATCH(ExcludedPersonid+dtos(Excludedthisdue)+str(0))
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform