CompuServe Thread

Filter DML command ?

3 messages in this thread
#26372From: Judd PapeAug 26, 1991 8:32 PM
Hi, I'm wondering if anyone can tell me if their is a DML command for the filter function. I would like to use this command in a form to search for a group of records. I would also like to be able to enter the search parameters for the filter. Judd Pape A Little Note – via Whap!
#26401From: SPC Superbase Tech SuppAug 27, 1991 10:56 AM
Look at the SELECT WHERE command. It is the DML filter command. Darin – via Whap!
#26415From: John PendergrassAug 27, 1991 7:10 PM
Judd, basically what you want are the SELECT / END SELECT commands. Inside the SELECT you use WHERE <conditions>, ORDER, etc to further define exactly what you want…. Just input your search parameters first in a requestor (var) and use that var in the SELECT section to allow the user to control it…. hope this helps. –jp–seattle–