Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple Select Listbox
Message
 
 
À
14/03/2001 16:19:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00484970
Message ID:
00485082
Vues:
11
>Ok, that works for putting the first column of my list box into a cursor, the problem is the column I want to save from the list box is the 14th column, which isn't displayed. Thanks,
>
Tyler,

You have to read Help about List property. From the Help:

A character string array used to access the items in a ComboBox or ListBox control. Not available at design time; read-write at run time.

Syntax

Control.List(nRow [, nCol])[ = cChar]

Settings

nRow

Specifies the row of the item to be retrieved using the display order. For example, nRow = 3 specifies the third row shown in the list.

nCol

Specifies the column of the item to be retrieved using the display order. For example, nCol = 2 specifies the second column shown in the list. If nCol is not specified, the List property retrieves the first column by default. Only specify nCol for ComboBox and ListBox controls that have more than one column.

Remarks

The List property works in conjunction with the ListCount property; enumerating a list from 1 to ListCount returns all items in the list.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform