Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Como saber se o índice já existe
Message
 
To
21/02/2002 08:05:21
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00623071
Message ID:
00623084
Views:
21
Do help do VFP:
FOR nCount = 1 TO 254
   IF !EMPTY(TAG(nCount))  && Checks for tags in the index
   ? CDX(nCount)     && Display structural index names
   ELSE
      EXIT  && Exit the loop when no more tags are found
   ENDIF
ENDFOR
Cordialmente,

Fabiano Costa
Previous
Reply
Map
View

Click here to load this message in the networking platform