473,386 Members | 1,819 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

C# Combo Box Select Like Oracle Developer 6i

Hello,
I have a combo box in C# and i can do at most: type something and the match closest will be there in combo box.

But i like to do : when i type A in combo box there will be choices starting with 'A' say: Africa, America, Arabia... then i would choose any one from the options.

How would i do it?


Sam.
Jul 29 '07 #1
2 2412
bartonc
6,596 Expert 4TB
Hello Sam. You'll want to ask in the .NET Forum. You may also want to spend a little time reading our Posting Guidelines. Thanks for taking note.
Jul 29 '07 #2
Hello Sam,
The Combox in Oracle Developer 6i has associated Trigger Name
WHEN-LIST-CHANGE Will work Effeciantly. But it is not a total soloution to the Problem of Show the list "As you typed" along the total integration with your application.
THERE IS NO COMPONENT I FOUND FOR DEVELOPER 6I Over the internet

i would make it short. You need two stacked view
AND 2 LIST ITEM PLACED SEPERATLY
1)LIST1, 2) LIST 2

2) Stacked Canvases
NAMLIST1
NAMLIST2

Put a list item on NAMLIST1 and Change it Style to poplist
Put 2nd list item on NAMLIST2 and Change it Style to Tlist AND Expand it.
Use PLSQL Cursor and put select statment refering the list1 in where clause.
populate the list2 with using add_list
and show the stacked view on your content Canvase of your application

but first show the NAMLIST1 before Namlist2 in WHEN-NEW-ITEM-INSTANCE trigger on source item's X AND Y Coordinates.
Finally
typed to get the desired result you have to make it further yourself.
if there is any problem feel free to ask.

Thanks
Muhammad Asif




PUT WHEN-LIST CHANGE ON THE LISTITEM1



The Dynamic List
Hello,
I have a combo box in C# and i can do at most: type something and the match closest will be there in combo box.

But i like to do : when i type A in combo box there will be choices starting with 'A' say: Africa, America, Arabia... then i would choose any one from the options.

How would i do it?


Sam.
Oct 13 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

13
by: mr_burns | last post by:
hi, is it possible to change the contents of a combo box when the contents of another are changed. for example, if i had a combo box called garments containing shirts, trousers and hats, when...
3
by: Craig G | last post by:
i've emailed metabuilders themselves but was just wondering has anybody else ever had this problem? I am populating the combobox using a SQL2000 table. The combobox populates successfully with the...
0
by: Jeremy Wallace | last post by:
Folks, Here's a write-up I did for our developer wiki. I don't know if the whole rest of the world has already figured out how to do this, but I hadn't ever seen it implemented, and had spent a...
5
by: jjyconsulting | last post by:
Newbie needing some help. I have a tblParticipants. The fields include gender, education_level, income, occupation etc., I'm trying to create a form where a user can run a query from the form and...
29
by: gedwards | last post by:
First off, I am a complete newbie to Access. I've used it maybe a half dozen times, all my database knowledge is with Oracle. I'm building a database/form in Access 2003. I'm trying to get it so...
1
by: wizardRahl | last post by:
Hello all, I am fairly new to Access. I have a decent understanding of database concepts from working with sql developer and Oracle's APEX. In MS access, I would like to know how to populate a...
5
by: dkintheuk | last post by:
Is it possible to set (using VBA) the rowsource for a combo box but have that rowsource come from a pass-through query. I can obviously manually go into the rowsource property and define the...
1
by: swapna.munukoti | last post by:
Hi all, Is there a way to display some text in html select control by default which when the control is clicked, will not be listed in the drop down that contains its options. For example:...
7
by: Toireasa | last post by:
Hi, Newbie Access developer here, and my first post on this forum, so I might not get everything right - thanks in advance for your help and your patience! I'm using Access 2007, in XP. I'm...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.