Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adjustment in recreating tag in regards to candidate
Message
From
25/04/2003 19:09:35
 
 
To
25/04/2003 19:07:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00781752
Message ID:
00781759
Views:
18
you are working with vfp8?! i don't have that command (vfp6).

>This is the update I had to do:
>
>
>ATAGINFO(laTag)
>FOR lnTag = 1 to ALEN(laTag,1)
>   lcProgram = lcProgram + '	index on ' + laTag[lnTag,3] + ' tag ' + laTag[lnTag,1] +;
>     ' '+laTag[lnTag,2]+CR
>NEXT
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform