How to Call Your Own Lookup Windows |
Default lookup windows are called from lookup buttons based on relationships you have defined. You may want to call a user-defined lookup window class or subclass instead, but still use the lookup button and basic lookup functionality. You can only call default or user-defined lookup windows from query columns that are defined as a foreign key in a relationship. If you want to call a lookup dialog from an inserted text box instead of from a query column, refer to: How to Call a Lookup Dialog. To call your own lookup window:
WindowCreateLookup(<lookup window class name>)
<lookup window class name>.Window.Create() |