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:07:25
 
 
To
25/04/2003 19:05:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00781752
Message ID:
00781756
Views:
17
>is this what you are looking for?
>CANDIDATE([nIndexNumber] [, nWorkArea | cTableAlias])
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
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform