October 1, 200421 yr Newbies I am trying to design a sophisticated find process for any table such as vendors, customers, etc. When the find returns more than one record, I want the user to see the list and click on a box to select the particular record in the found set that best matches the user's find criteria. As I read the Get(ActiveModifierKeys) function description in Help, only control-type keys are assigned numbers, not the mouse click. Any way to accomplish this?
October 1, 200421 yr You are way over thinking this. You can use a clear button over the record in list view to run a script to mark the record in any number of ways, or switch to a form view with that recordd. (in a multiuser environment, set the record number into a global field to mark it). -bd
October 1, 200421 yr Author Newbies Thanks, bd. I see now that when the user moves down the list to the right one, it becomes the current record. Seems simple, doesn't it? LOL.
Create an account or sign in to comment