Hello,
Here is my problem:
I need to allow users to query by form, but I need to filter OUT all instances where object.attribute <> blah.
In my process, I FIND using a query by form, then I CREATE a new instance of a temporary object (non-persist) where I INSERT the instances returned by the query. Then I DISPLAY using another query that filters the instances placed in the temporary object.
This doesn't work - it skips the query form completely.
I'm sure there is a correct way to do this...
Thanks,
Erik