Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hi i have a text contorl and list 1

Status
Not open for further replies.

PeriyurParthi

IS-IT--Management
Jul 18, 2001
258
IN
hi
i have a text contorl and list control at the form, which list box is been loaded with more than 1000 names Mean while if we type the name in text box the record should automatically selected or moved to the nearest value in list box,replies will be helpful
cheers
parthi
 
Hi

I have seen your previous thread also. I did not contribute because I am in agreement with what Rick posted. The ideal choice of mine will be a Grid on this occassion. I dont understand why you are not thinking about a grid. You can return the values from the grid, whatever you get from a list box.

The list box will scroll .. i.e. do the incremental only if the value matches exactly. Otherwise..to my knowledge, the list box dont scroll. However, as I mentioned, this is to my knowledge. I always prefer a grid and very very rarely OR I can say.. almost nil, that I use list box control. This is just a preference of mine.

If you still need help on this, I would give a try, if you exactly post or email the code to me. What you have provided is very little info to act on.

Best of luck :) ramani :-9
(Subramanian.G),FoxAcc, ramani_g@yahoo.com
 
thak you very much ramani.. if possible help me, actually my proble is, i have a data entry form, which aim useing grid(to edit the entries), a listbox (to list our party names), a text box (narration), another 2 text box(Credit,debit), when user starts to enter the datas, every control and entry should be user friendly, for eg if he types in a textbox that macting entry should be selected in list box, same as liek popup window in foxpro2.5, i think its not possible in vfp 2.6, anyway if you find someother way please help..
thanks a lot.
parthi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top