Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetFilter and special formatting
Message
From
15/10/2002 18:57:12
 
 
To
03/10/2002 15:59:26
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00699127
Message ID:
00711540
Views:
22
Hi Sandi.

>I've been trying to figure out where to change the cFieldExpr property in the fields collection but I'm not sure where I should put the code - should I be looking at the sfgetfilter class or somewhere else?

You can put it in your own code sometime after the instantiation of SFQuery. Reference the oFieldCollection object of the SFQuery object. For example:
loField = oQuery.oFieldCollection.Item('customer.company')
loField.cFieldExpr = whatever
Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform