Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3759218
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T10:16:57+00:00 2026-05-19T10:16:57+00:00

I have a drop-down list which contains hundreds of items (Strings). When a user

  • 0

I have a drop-down list which contains hundreds of items (Strings).

When a user enters a letter-key, the the drop-down selects the first alphabetic string with that letter-key (which is what I want).

The problem is when the users enters in another letter, the drop-down list does not continue the search.

So my question is how can you get these drop-down lists to search more than on letter at a time.

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T10:16:58+00:00Added an answer on May 19, 2026 at 10:16 am

    The first part of your answer is that there is no simple attribute to set that will produce the functionality you’re after; you’ll have to leverage code to create it.

    If you’re using PowerBuilder Foundation Classes (PFC), you can use the DataWindow DropDown Search service, starting with calling u_dw.of_SetDropDownSearch(TRUE). You’ll want to look at the PFC help file for more details on how to use the service.

    If you don’t use PFC, you can still download the code from Sybase and adapt it to your application. The object you’ll want to start looking at is (pfcdwsrv.pbl)pfc_n_cst_dwsrv_dropdownsearch, and how (pfemain.pbl)u_dw calls the descendant (pfedwsrv.pbl)n_cst_dwsrv_dropdownsearch.

    Very basically, on the EditChanged event, the service

    • gets the text the user has typed (note that your DDDW column has to be editable)
    • finds an item in the DropDownDataWindow where the typed text matches the start of the item
    • populates the column with the matching item, selecting the text after what the user has already typed

    There’s more to the service that you’ll probably want to browse.

    Good luck,

    Terry

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Basically I have a drop down list which is populated with text and values
i have a drop down list contains the name of reports and each report
I have a drop down list on a form view which are both bound
I have a drop-down list which gathers data from the database and a textbox
I have a drop-down list with known values. What I'm trying to do is
Suppose I have a drop-down list like: <select id='list'> <option value='1'>Option A</option> <option value='2'>Option
Does anyone know how many options a drop down list can have? Is it
I'd like to add a drop-down list to a Windows application. It will have
I have a user control which contains the following code: <form id=CurrencyForm method=post runat=server>
I have a list of type A, in which each element contains another list

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.