Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TagIsUnique() ????
Message
From
14/05/1998 01:02:07
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00099305
Message ID:
00099311
Views:
20
>How can I tell if an index tag is Unique? Also, the SYS(2021) function to return the FOR clause doesn't seem to work...
>
>what am I doing wrong???
>
>thanks
Larry,
This is from my dictionary creator. Hope it helps
select (dbname)
for tg=1 to tagcount()
 insert into dbftags values ;
	(dbname,tag(tg,dbname),;
	key(tg,dbname),IIF(EMPTY(ALLTRIM(sys(2021,tg,dbname))),;
        "",ALLTRIM(sys(2021,tg,dbname))),;
	descending(tg,dbname),unique(tg,dbname)) 
endfor
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform