Hi Mike,
Kevin was trying to say that one of the > in your filter should have been an <.
ie
pla:enddate_DATE >= 77521 and pla:startdate_DATE >= 72687
the line above is saying that the end date must be after 27 march 2013, and the start date must be after 1/1/2000.
While this is a perfectly plausible filter, Kevin is suggesting that the match may be wrong. (you didn't say what you were wanting the filter to do).
>> I want active contracts that start from a particular date forward.
that matches your original filter. ie you are limiting the start date to afer some point, and the end date to after some other point (presumably today).
Assuming you haven't misspelled anything, and the data in the SQL table is stored as a LONG (containing a standard clarion date) then the filter is working correctly. If you're not seeing any data in the browse then it's because of some other factor (like maybe there isn't any data that matches.)
You can "see" the whole Prop:filter statement, as it is sent to the driver, by using the "Send filter and order to debugview" template option (and running debugview.) But maybe that's what we have here already? If so I'd look at the data - either there is nothing that matches, or there's something else filtering it out on the browse side (like maybe embed code in ValidateRecord embed point.)
cheers
Bruce