I have a drop down datawindow created from a Country view. The fields are id and name.
The primary datawindow created from another table has the field country id and the above dropdown datawindow is linked to this field.
The country table has country id 0 for "Inapplicable". When my primary window brings back data where the country id is null the drop down shows "Inapplicable" ! Somehow a null value in the country id field gets linked to the 0 value in the Country table. I have tried various things but can't figure out how this is happening. I inherited this application from someone who is no longer here. When I created my own country table and linked that to the dropdown dw it does not happen. But if I use the existing drop down with any thing else that I have created it does happen - so this makes me beleive that it is built into the drop down in some way !
Any clues - I'm really perplexed !
The primary datawindow created from another table has the field country id and the above dropdown datawindow is linked to this field.
The country table has country id 0 for "Inapplicable". When my primary window brings back data where the country id is null the drop down shows "Inapplicable" ! Somehow a null value in the country id field gets linked to the 0 value in the Country table. I have tried various things but can't figure out how this is happening. I inherited this application from someone who is no longer here. When I created my own country table and linked that to the dropdown dw it does not happen. But if I use the existing drop down with any thing else that I have created it does happen - so this makes me beleive that it is built into the drop down in some way !
Any clues - I'm really perplexed !