Home » Developer & Programmer » Forms » Can I see what I type?
Can I see what I type? [message #81732] Mon, 17 March 2003 02:45 Go to next message
Solve
Messages: 38
Registered: December 2002
Member
hello to all!
I have a lot of values in combo box. Then I type in it I can't see anything..but select works properly. For example I need a values from 'H' - I get it (the word Hello, Hamburg, ...because they begins from 'H'). Next letter I type is 'e' so then I get only the word 'Hello' etc...
My question: Is it posible to do that I could see what I type?

Thanks for your answer - Solveiga
Re: Can I see what I type? [message #81736 is a reply to message #81732] Mon, 17 March 2003 04:48 Go to previous messageGo to next message
magnetic
Messages: 324
Registered: January 2003
Senior Member
you should dynamically populate the combobox.
hint:
after you type some letters and hit enter, then
at this point the combobox should be refreshed with the string you typed in.
you type in: He, hit enter
'He' should be used in sql[[in trigger key-enter or something v_statement:='He';
select names
into my_poplist
where names like v_statement||'%';
populate list...
Re: Can I see what I type? [message #81743 is a reply to message #81732] Tue, 18 March 2003 00:43 Go to previous message
Solveiga
Messages: 36
Registered: March 2003
Member
Thanks a lot magnetic! I am not a good programer..just a begginer in this sphere, but I will try to do this.
Solveiga
Previous Topic: Text Item,, Kindly help...
Next Topic: WANT TO OPEN A DOC FILE , HOST COMMAND IS NOT WORKING
Goto Forum:
  


Current Time: Fri Apr 26 01:49:01 CDT 2024