NetTalk Central

Author Topic: lookup autocomplete picture  (Read 2006 times)

agustinh2000

  • Jr. Member
  • **
  • Posts: 86
    • View Profile
    • Email
lookup autocomplete picture
« 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..!

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11194
    • View Profile
Re: lookup autocomplete picture
« Reply #1 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

agustinh2000

  • Jr. Member
  • **
  • Posts: 86
    • View Profile
    • Email
Re: lookup autocomplete picture
« Reply #2 on: September 08, 2020, 04:44:43 AM »
I thought that as a second option..

thanks Bruce!..