| Computers Forum Index » Computer - Databases - Paradox » Lookup replacement... |
|
Page 1 of 1 |
|
| Author |
Message |
| Edgar Fernández... |
Posted: Sat Mar 14, 2009 6:39 pm |
|
|
|
Guest
|
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? |
|
|
| Back to top |
|
|
|
| Liz McGuire... |
Posted: Sat Mar 14, 2009 9:37 pm |
|
|
|
Guest
|
Check out http://www.rdaworldwide.com/ - Paradox Resources page (or
something like that) and the downloads on http://www.thedbcommunity.com/
Liz
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? |
|
|
| Back to top |
|
|
|
| Steve Caple... |
Posted: Sat Mar 14, 2009 11:00 pm |
|
|
|
Guest
|
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 |
|
|
| Back to top |
|
|
|
|