Discussion:
bounding table fields with controls problem
(too old to reply)
eDuM
2004-11-12 13:43:01 UTC
Permalink
When I bound a table field with a Combo o Text Control through the
ControlSource Property, my system seems to have a little problem. Just a few
of the Control show the value stored in the field. The others appear in
blank, but if I refresh my Forms that values appears. Why is the reason of
this behaviour?? How can I resolve it?
Thanks.
Rick Bean
2004-11-12 14:00:46 UTC
Permalink
Can you provide a little more information please. What values are you using for RowSourceType, RowSource, Style, the actual ControlSource value (global variable, form property, a table's field), the data types of the fields involved, etc.

Rick
Post by eDuM
When I bound a table field with a Combo o Text Control through the
ControlSource Property, my system seems to have a little problem. Just a few
of the Control show the value stored in the field. The others appear in
blank, but if I refresh my Forms that values appears. Why is the reason of
this behaviour?? How can I resolve it?
Thanks.
eDuM
2004-11-12 15:03:03 UTC
Permalink
First, Thanks Rick for the answer.
Well, for Combos, I'm using :
RowSourceType = 2 - Alias
RowSource = Conc.Cod_Conc,Nom_Conc (Conc is the alias. Cod_Conc and Nom_Conc
are the fields)
Style = 0 - DropDown Combo
ControlSource = Prtc.Cta_IVACpr (Prtc is the table, Cta_IvaCpr the field)
Cta_IvaCpr is Character (14)

Hope this help you.
Again, thank you.
Post by Rick Bean
Can you provide a little more information please. What values are you using for RowSourceType, RowSource, Style, the actual ControlSource value (global variable, form property, a table's field), the data types of the fields involved, etc.
Rick
Post by eDuM
When I bound a table field with a Combo o Text Control through the
ControlSource Property, my system seems to have a little problem. Just a few
of the Control show the value stored in the field. The others appear in
blank, but if I refresh my Forms that values appears. Why is the reason of
this behaviour?? How can I resolve it?
Thanks.
Rick Bean
2004-11-12 15:59:50 UTC
Permalink
Is your boundcolumn set to 2? If it is, is Nom_Conc a numeric field or is it also a C(14) field? Have you tried changing the Style to 2 - Dropdown List? (Especially if you don't plan on adding new values here.)

Rick
Post by eDuM
First, Thanks Rick for the answer.
RowSourceType = 2 - Alias
RowSource = Conc.Cod_Conc,Nom_Conc (Conc is the alias. Cod_Conc and Nom_Conc
are the fields)
Style = 0 - DropDown Combo
ControlSource = Prtc.Cta_IVACpr (Prtc is the table, Cta_IvaCpr the field)
Cta_IvaCpr is Character (14)
Hope this help you.
Again, thank you.
Post by Rick Bean
Can you provide a little more information please. What values are you using for RowSourceType, RowSource, Style, the actual ControlSource value (global variable, form property, a table's field), the data types of the fields involved, etc.
Rick
Post by eDuM
When I bound a table field with a Combo o Text Control through the
ControlSource Property, my system seems to have a little problem. Just a few
of the Control show the value stored in the field. The others appear in
blank, but if I refresh my Forms that values appears. Why is the reason of
this behaviour?? How can I resolve it?
Thanks.
Loading...