Re: Gibt es da schon was fertiges...?

From: Bernd Dieterle (dieterle_at_ehret.com)
Date: 10/28/04


Date: Thu, 28 Oct 2004 08:18:55 +0200

Hallo,

meinte keine Combo, möchte das schon über eine Textbox filtern.
Unter der Textbox wird eine Listbox angezeigt, deren Inhalt über
die Textbox gefilter wird.
Deine Textbox hört sich schon nach meinem Wunsch an...
Kannst Du mir sie mailen ?

Gruß
Bernd

"n.Olivier" <NOSPAM_newsgroups@nOlivier.com> schrieb im Newsbeitrag
news:41808EB3.4D97F59E@nOlivier.com...
Hi

Bernd Dieterle schrieb:
>
> Guten Morgen Zusammen,
>
> bevor ich es erneut erfinde, wollte ich nachfragen, ob es für folgendes
> schon eine fertige Klasse gibt:
>
> Habe eine Textbox über die ein 9 stelliger Wert eingegeben wird.
> Würde gerne ein eine Listbox, die ihren Inhalt aus einem Array bezieht,
> mit jedem eingegebenen Zeichen filtern, sodaß nur noch das angezeigt wird,
> was der Eingabe entspricht.

Ja, mit VFP eigenen mitteln :-)

ich glaube du meinst DropDown/Combobox

hat allerdings einen gravierenden nachteil:
dpl-click ist das Zeitfenster für den nächsten Buchstaben

ansonsten könnte ich mit einer textbox dienen, die
während der eingabe in einer tabelle 'lauscht'
- ähnlich browser/linkeingabe ohne aufklappen da
als such+eingabefeld konzipiert

bei interesse melden

mfg n.Olivier

-- 
        Nachbagauer Olivier
  Technologiezentrum Freilassing
        D-83395 Freilassing
          www.nOlivier.com
 www.Reedb.com - Immobilien Online


Relevant Pages

  • Re: How to tell where the selected line is on a listbox
    ... TextBox you need to hide the TextBox so as to show the underlying ListBox ... Private Declare Function ClientToScreen Lib "user32" _ ... Private Sub Form_KeyUp ...
    (microsoft.public.vb.general.discussion)
  • Re: Search and Listbox
    ... the new value in the textbox will not be ... Public Sub txtSearch_Change ... > it looks at the Patient table and populates the ListBox with possible ... > to enter a new patient record. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Selection based on partial input
    ... > I need to enable the user to input the beginning of a name in the> textbox, ... > and, as each new typed character comes in, I want the listbox to> display ... Dim TextArray() As String ... Private Sub UserForm_Initialize ...
    (microsoft.public.excel.programming)
  • Re: ListBox question
    ... I tested by entering a 'plain textbox shape' ... element of myArray like the the SplitTest subroutine did to set each ... Dim myLong As Long ... And your listbox is named ListBox1 ...
    (microsoft.public.word.vba.general)
  • Re: ListBox question
    ... element of myArray like the the SplitTest subroutine did to set each textbox ... Dim myLong As Long ... And your listbox is named ListBox1 ...
    (microsoft.public.word.vba.general)