NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: agustinh2000 on September 07, 2020, 09:13:38 AM

Title: lookup autocomplete picture
Post by: agustinh2000 on September 07, 2020, 09:13:38 AM
Hi...!

I wanted to see if it is possible to put a picture to a lookup autocomplete list. attached image example
Thanks..!
Title: Re: lookup autocomplete picture
Post by: Bruce on September 07, 2020, 10:06:27 PM
That would be tricky because it needs to do a lookup on that value when completing the save for the record, to get the "value" for the actual field.

So, what I would suggest is
a) add a string field to the lookup table
b) put a unique key on this field
c) set this field to be the formatted number
d) use this as the Description field for the auto-complete

cheers
Bruce
Title: Re: lookup autocomplete picture
Post by: agustinh2000 on September 08, 2020, 04:44:43 AM
I thought that as a second option..

thanks Bruce!..