Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I include my own filter along with SFReports?
Message
From
11/10/2000 10:58:55
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Stonefield
Title:
How do I include my own filter along with SFReports?
Miscellaneous
Thread ID:
00427860
Message ID:
00427860
Views:
52
I have a screen that I want to always filter a particular set of records, but allow the user to add more filtering if necessary. I tried adding the rest of the filter to the Filter button on my screen, but it didn't work.

in my Click method on the button

.oQuery.cFilter = 'BKCHECK.Posted AND ' + .oQuery.CFilter
.oQuery.Show()
lcFilter = .oQuery.cFilter
set filter to &lcFilter
.Refresh()
endwith

I drag/dropped the sfQuery onto my form. Thanks for the help.

Sandi Cassidy
Next
Reply
Map
View

Click here to load this message in the networking platform