Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Question
Message
De
19/01/2001 13:08:42
 
 
À
19/01/2001 10:09:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00465700
Message ID:
00465863
Vues:
12
>I haven't really done the code for this yet, so really I am asking am I wasting my time? will this work? Will each seperate row in the grid have a seperate set of combobox contents?

I put something like this in the DropDown event of the combo I'm useing this on:

this.rowsource = "select distinct city from address where state = '" + upper(address.state) + "' into cursor temp"
this.requery()


The only reason I'm rebuilding the string is cause the WHERE clause is dependent on the current record for the file. In you case you may just get by with the Requery().
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform