Lookup Dialogs |
A Lookup Dialog is a quick and maintainable way of displaying lookup data in a dialog control, as opposed to showing that lookup data in a standard Lookup Page. Lookup Dialogs may be convenient if you want to style a lookup control as a dialog (with the same resize behavior, modal behavior...). They also offer some performance gain because the application does not perform page stacking when the user accesses the lookup data. To create a Lookup Dialog:
You can now style the dialog as the user will see it by styling the Dialog Class.
See Also |