F
FM
Hi to all,
on a form I'm filling a "box" (I don't know the english name, is like a
combo without the input selection row) from a table on the same database.
To do that, I'm using the property "RowSource", also to change the ordering
field.
The problem is that, when I'm using the database on a PC with Windows 2000
and Office 2000, "sometime" (exactly! not all the times!) the list on the
box is covering only a fraction of the entire table! After some trials I get
the full list...
The same database, on my PC (XP and Office 2003), is working always
correctly...
One of the sub showing this behaviour is the following:
********
Private Sub cmd_ord_cod_Click()
Elenco_scelta.RowSource = "SELECT Materiali_ele.Cod_CI,
Materiali_ele.........ecc. ecc. ..............."
Elenco_scelta.Requery
Me.Elenco_scelta.SetFocus
End Sub
********
I tried to insert some "DoEvents" without success...
Any thought? Is it a bug?
thanks
Fabio
on a form I'm filling a "box" (I don't know the english name, is like a
combo without the input selection row) from a table on the same database.
To do that, I'm using the property "RowSource", also to change the ordering
field.
The problem is that, when I'm using the database on a PC with Windows 2000
and Office 2000, "sometime" (exactly! not all the times!) the list on the
box is covering only a fraction of the entire table! After some trials I get
the full list...
The same database, on my PC (XP and Office 2003), is working always
correctly...
One of the sub showing this behaviour is the following:
********
Private Sub cmd_ord_cod_Click()
Elenco_scelta.RowSource = "SELECT Materiali_ele.Cod_CI,
Materiali_ele.........ecc. ecc. ..............."
Elenco_scelta.Requery
Me.Elenco_scelta.SetFocus
End Sub
********
I tried to insert some "DoEvents" without success...
Any thought? Is it a bug?
thanks
Fabio