Re: Query Input Form

2017-10-13 Thread Bob Sneidar via use-livecode
Thanks Trevor. I was actually looking for a Livecode stack/card that already had the objects and code for adding/deleting conditions for the search. I want to upgrade my Forms Generator reporting to be like Crystal Reports, so that I could have a card where the user enters a customer searching b

Re: Query Input Form

2017-10-13 Thread Trevor DeVore via use-livecode
On Thu, Oct 12, 2017 at 10:00 AM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Has anyone put together a query input form, that can take simple input > from a user, like: > customers.customername is/is not/is greater than/is less than/is like > AND/OR > AND/OR > ... >

Re: Query Input Form

2017-10-12 Thread Stephen Barncard via use-livecode
Using a data grid? Or a chain of pop-ups selectors? On Thu, Oct 12, 2017 at 08:00 Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Has anyone put together a query input form, that can take simple input > from a user, like: > customers.customername is/is not/is greater than/i