Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Comparing
Message
 
 
To
26/06/2001 14:44:15
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00523261
Message ID:
00523764
Views:
16
>how do i do this?

Do what? Exclude fields from GroupBy condition?
for i=1 to m.lnFields
   if !inlist(field(i),"Field1","Field2","Field3")
      lcGroupBy=m.lcGroupBy+...
   endif 
next
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform