Sep 3, 1998 #1 MichGovTech1 MIS Joined Sep 3, 1998 Messages 27 Location US Anybody made any attempts to emulate Paradox's "text.." search feature from within a form with fields (no table view)?
Anybody made any attempts to emulate Paradox's "text.." search feature from within a form with fields (no table view)?
Nov 20, 1998 #2 lisabatwork Programmer Joined Nov 19, 1998 Messages 2 Location US glo.t2.FindKey([glo.fluidname]);<br> <br> This will access table t2 on form glo and find the text in keyed field fluidname Upvote 0 Downvote
glo.t2.FindKey([glo.fluidname]);<br> <br> This will access table t2 on form glo and find the text in keyed field fluidname
Nov 20, 1998 Thread starter #3 MichGovTech1 MIS Joined Sep 3, 1998 Messages 27 Location US Sorry, wasn't clear enough: I meant for fields that are not keyed. I want to enable the user to search on any field.<br> Upvote 0 Downvote
Sorry, wasn't clear enough: I meant for fields that are not keyed. I want to enable the user to search on any field.<br>