1. Daniel Agudelo
  2. PowerBuilder
  3. Tuesday, 12 November 2019 18:58 PM UTC

Hi guys!

i'm working into a PowerBuilder 2019 application and i need to create a autocomplete popup list for the final user will can to select any row of that, there are something in PowerBuilder that let me to do it?

thanks!

Roland Smith Accepted Answer Pending Moderation
  1. Tuesday, 12 November 2019 21:38 PM UTC
  2. PowerBuilder
  3. # 1

Do you want it for the Listbox control or a DataWindow drop-down?

 

Comment
  1. Daniel Agudelo
  2. Wednesday, 13 November 2019 12:21 PM UTC
Hi Roland!

Maybe, but i don't want to show a simple datawindow with one column, i would want to show an pop-up datawindow for that the final user can to see one or more columns and the data of these will go filtering while the user is typing something into input box.

Thanks!
  1. Helpful
  1. Roland Smith
  2. Wednesday, 13 November 2019 15:35 PM UTC
To have a dropdown DataWindow show multiple columns, change the "Width of DropDown%" property to something over 100. For example, 200 will make the dropdown twice as wide as the input column.

To have it automatically scroll down & autocomplete, you have to write some code. I don't have it in front of me right now but I can try do find it and post it here.
  1. Helpful
  1. Daniel Agudelo
  2. Wednesday, 13 November 2019 16:20 PM UTC
ok, i'll thank you. also i'm trying do something.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.