Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

command conversion

Status
Not open for further replies.

jnay

Programmer
Joined
Sep 15, 2004
Messages
1
Location
US
I am trying to convert a dbaselll command. the dbaselllcommand is using the file "buffer" indexed on the field "ttlpts". The command is "index on buffer to -ttlppts to bufpts,idx". This indexes the file in descending order. I have been unable to duplicate the command in visualdb useing "descending". Could a reader send me a conversion command in the correct syntax.
 
This works in dBase 5 for DOS but only for a master index (MDX), not a standalone index (NDX) since the NDX file structure did not support the descending option. As for Visual dBase, I'm not sure.

INDEX ON <fieldname> TAG <tagname> [OF <mdxname>] DESCENDING
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top