Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help - Combo values disappear...
Message
From
01/08/2001 10:15:46
Peter Wagner
Point Informática Ltda.
Limeira, Brazil
 
 
To
01/08/2001 09:08:48
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00538088
Message ID:
00538300
Views:
10
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform