Combobox and OnDataChange Trigger

When I use a combobox to display a series of integers and set the form to trigger a method OnDataChange I note that it works except when the selected data is zero. If I select any other integer than zero the method triggers, but when I select zero it will not trigger.

John McCann

Servoy Developer
Version R2 2.0.3-build 276
Java version 1.4.2_04-b05 (Windows XP)
MS SQL Server

It does the same thing if I use a textfield to display the data. Changing the integer data to zero does not trigger the method. I noted the same thing with number data as well.

John McCann