Date:  02/22/2003 08:03:40 PM Msg ID:  001340
From:  Joe Goldsmith Thread:  001340
Subject:  Setting Tag
I am having a problem setting the tag order. No matter how I do it the output still comes out in record order. I have the following code fragment:
 
IF !USED('listings')
 USE data/pbs!listings SHARED IN 0
ENDIF
SELECT listings
SET DELETED ON
SET ORDER TO TAG TYPE
m.lnrecs = RECCOUNT()
 
The TYPE order should list in alpha order but it doesn't. Anyone know what I'm doing wrong?

Joe