Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need a little help in understanding what the $$%$$ ...
Message
From
02/10/2004 06:23:44
 
 
To
01/10/2004 18:04:37
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00948113
Message ID:
00948181
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform