Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Panning a list box
Message
De
20/03/1998 00:36:33
Martin Kay
Databased Intelligence, Inc.
New York, États-Unis
 
 
À
19/03/1998 19:43:12
Edward Crawford
City Facilities Management
Glasgow, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00085851
Message ID:
00085884
Vues:
33
>I wrote a progressive search class that look at the ListItem text:
>ei. In the InteracticiveChange Event of a textbox:
>
>FOR x = 1 TO this.parent.lstShow.ListCount
> IF UPPER(ALLTRIM(this.value)) == ; UPPER(SUBSTR(this.parent.lstShow.List(x), 1, ; LEN(ALLTRIM(this.value))))
>
> this.parent.lstShow.Selected(x) = .T.
> EXIT
> ENDIF
>ENDFOR
>
>The found item is selected, but the window does not pan down to the selection. Is anyone aware of how to make the window pan down to a ListItemIndex or to a selection?
>
>Ed
Ed,

I think you need to set:

this.parent.lstShow.ListIndex = x

This will make the selected row the "current" row for the listbox.

-Marty Kay-
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform