Page 1 of 1

Lookup hotspot or dialog

Posted: Tue Dec 15, 2020 6:10 pm
by ckootg
How do I create a lookup hotspot or call the lookup dialog?

lookup hotspot.png
lookup hotspot.png (19.9 KiB) Viewed 505 times

I stumbled upon ILookupsQuickPicker, but it looks nothing like the standard lookup dialog I see in Select.

Re: Lookup hotspot or dialog

Posted: Wed Dec 16, 2020 6:56 pm
by BobRichards
While "ILookupsQuickPicker" is a publicly visible interface, the implementation is not public. Therefore we do not support others using our implementation.

The logic behind the lookup code dialogs are all internal so not available for third party use. To replicated it, you would have to implement your own code. Sorry.