Skip to content

form.setfilter()

Forums Forums SIMPOL Programming form.setfilter()

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #130
    JD Kromkowski
    Participant

    I am setting a filter, without problem. f1.setfilter(filter,errtext,errindex) But how do I remove the filter? f1.filterenabled = .false does not appear to be correct. (I get error. can’t remember right off hand which) what I’ve been doing is df.setfilter(filter = “”) which seems to work, but I’m not quite sure that is correct

    #2211
    Michael
    Keymaster

    On 03/04/2013 18:48, kromkowski wrote:
    > I am setting a filter, without problem.
    >
    > f1.setfilter(filter,errtext,errindex)
    >
    > But how do I remove the filter?
    >
    > f1.filterenabled = .false
    >
    > does not appear to be correct. (I get error. can't remember right off
    > hand which)
    >
    > what I've been doing is
    >
    > df.setfilter(filter = "")
    >
    > which seems to work, but I'm not quite sure that is correct
    >

    That is correct. You can use filter="" or filter=.nul.

    Ciao, Neil

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.