Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listing combo box options from another table
Message
De
21/07/2001 12:00:32
 
 
À
21/07/2001 11:52:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00533526
Message ID:
00533531
Vues:
8
I usually set the combo
.rowsource=select * from rank into cursor temp
.rowsourcetype=3 (SQL Statement I think it's three.)

Then in the destroy I do..
IF USED("temp")
use in temp
ENDIF

In the refresh
this.displayvalue=mytable.value

in the lost focus or valid
replace value with this.displayvalue in mytable


HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform