Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox
Message
De
30/12/2000 12:43:27
 
 
À
30/12/2000 12:24:53
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00458087
Message ID:
00458101
Vues:
24
Hi Steven,

Do you have a requery in the code for you listbox? I was able to duplicate the problem if I ommited the requery.

mcF2Val=thisform.text1.value
ThisForm.List1.RowSource = "Select table1.field1 From table1 Where field2=mcF2Val InTo Cursor mycursor"
thisform.list1.requery()
thisform.refresh

Bill

>Bill,
>
>The listbox is populated with an sql statement:
>
>witmv = AllTrim(ThisForm.Text1.Value)
>ThisForm.List1.RowSource = "Select seatno From seat1 Where modelno = witmv InTo Cursor myseatlist Order By seatno"
>ThisForm.Grid1.RecordSource = ""
>ThisForm.Refresh
>
>This is done in a method of the form.
Bill Leber
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform