Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
.combo2.refresh not working.
Message
De
11/01/2000 05:36:04
 
 
À
11/01/2000 04:16:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00315382
Message ID:
00316033
Vues:
36
Hi Cemal.

>first combos controlsource is : newline(1)
>first combos rowsource is : fields
>first combos controlsource : customer.name,id
>
>Second combos controlsource is : newline(2)
>Second combos rowsource is : fields
>Second combos controlsource : customer.id,name
>
>This code is in the first combos valid event ;
>newline(2)=customer.id
>Thisform.combo2.refresh
>

What on earth is NewLine? Is it a global array of some sort? Since the combos both use fields from the same table as their RowSources,why not set the BoundColumn of the first column to 2 and set the BoundColumn of the second combo to 1. Then, in the valid of either combo, all you have to do is set the value of the other equal to this.value.

Of course, I have no idea what on earth the controlSources of these combos are meant to be doing ;-)

Marcia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform