Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help - Combo values disappear...
Message
De
01/08/2001 10:15:46
Peter Wagner
Point Informática Ltda.
Limeira, Brésil
 
 
À
01/08/2001 09:08:48
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00538088
Message ID:
00538300
Vues:
9
Following your advice, I change valor_combos method this way:

SELECT("v_clientes_")
cbo1= v_clientes_.loteamento && value of combo Loteamento stored in table
cbo2= v_clientes_.quadra && value of combo Quadra stored in table
WITH THISFORM
.cboQuadra.ROWSOURCETYPE = 3
.cboQuadra.REQUERY()
.cboLote.ROWSOURCETYPE = 3
.cboLote.REQUERY()
ENDWITH

codigo is my bound column, and is character type, ("2", "3", "45"....),

The field value of control source also match exactly the field value of the combobox:
cboLoteamento.ControSource = v_clientes_.loteamento
cboQuadra.ControSource = v_clientes_.quadra
cboLote.ControlSource = v_clientes_.lote

Sometimes there's a strange behavior, moving the pointer, sometimes the values
of the combos dissapear(2° e 3°combo), always the same in the records.

What could it be ?

TIA

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

Click here to load this message in the networking platform