I have a combobox with a numeric field as data source, and a numeric field as control source.
Is there any way to put in the destination table the numeric value selected in combobox instead of the recno() from the source table without additional coding.
It looks strange for me that with character fields, it behaves how I want, but with numeric fields is different.
Thanks in advance!
VFP8.0 SP1 on Win2K SP4
Is there any way to put in the destination table the numeric value selected in combobox instead of the recno() from the source table without additional coding.
It looks strange for me that with character fields, it behaves how I want, but with numeric fields is different.
Thanks in advance!
VFP8.0 SP1 on Win2K SP4
Code:
ControlSource=TabDest.NameField
RowSourceType=6 – Fields
RowSource= TabSource.NameField
Style=2 – Dropdown List