Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How many different entries
Message
From
19/07/2011 00:44:24
 
 
To
18/07/2011 21:47:01
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01518474
Message ID:
01518482
Views:
48
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
Regards,
Ony
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform