Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How many different entries
Message
From
19/07/2011 02:08:37
 
 
To
19/07/2011 00:44:24
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01518474
Message ID:
01518487
Views:
43
>Did you mean this below?
>
>
>
>LOCAL ARRAY laInfo[1]
>SELECT xrc, COUNT(xrc) FROM TheTable GROUP BY xrc INTO ARRAY laInfo
>IF _TALLY > 0
>  FOR m.i = 1 TO ALEN(m.laInfo, 1)
>    ? m.laInfo[m.i, 1], m.laInfo[m.i, 2]
>  ENDFOR
>ENDIF
>
>
>
>Regards,
>Ony

thanks chi - works very nice!! k
Previous
Reply
Map
View

Click here to load this message in the networking platform