Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox
Message
De
13/03/2007 00:02:51
Ramakrishna Nagaraju
Aakruthi Software Solutions
Vijayawada, Inde
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
01199960
Message ID:
01202900
Vues:
9
Hi Madam
select 0
create cursor curList (nVal I, cDescr C(15))

insert into curList values (1,"good")
insert into curList values (2, "bad")
insert into curList values (3, "undefined")

thisform.ListBox1.CountrolSource = "MyTable.Myfield"
thisform.ListBox1.RowSource = "curList"
i read U'r code
why u'r using CountrolSource Property Here.this is not working in my computer.
plz.. tell me why
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform