Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need a little help in understanding what the $$%$$ ...
Message
De
02/10/2004 06:23:44
 
 
À
01/10/2004 18:04:37
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00948113
Message ID:
00948181
Vues:
19
Hi,

I don't know what the root of your problem may be but if 'wpsctran' is the name of a table then the fact that "tagno('xrec','wpsctran')" returns a non-zero value is no quarantee that "select wpsctran" will succeed since the second parameter to tag() can be referring to either the cdx file name or the table alias. E.g:
USE wpsctran ALIAS fred
IF TAGNO('xrec','wpsctran') > 0
  SELECT wpsctran  && ERROR
ENDIF
HTH,
Viv
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform