Let’s assume there is a temporary table of type “InMemory” as a datasource on a form and you want to create a lookup on a control on the same form.
public void lookup()
{
SysTableLookup...(read more)
↧