On Sat, 14 Mar 2009 10:39:30 -0300, Edgar Fern?ndez wrote:
Quote:
I am searching a replacement for the 'Lookup Help' (the original is very
small) I mean the table when I press Ctrl+Space.
I remember that some time ago I did it based it on an sample or
something like that, but I lost these files. I belive that was with Form.
Does somebody have some hint? |
I just emailed you some custom lookup dialog files - what you want to do
is code the field's action event for eventInfo.ID() = DataLookup to issue
an eventInfo.setErrorCode(UserError) and then proceed to call whatever
custom lookup code you want. That way when the user presses Ctrl+Spacebar
in that fiel your codw will run instead of, for instance, a Paradox table
lookup you might have defined.
--
Steve