I have a project that has a couple dbf tables that are feeding a couple comboboxes. Whent he app opens the comboboxes are populates with values from the dbf tables.
I then wrote code that allows teh user to update the dbf tables.
THis works and the dbf files are updated ALTHOUGH these changes are not reflecting when the user clicks the comboboxes the next time. I have to completly leave the application and start it again.
So this points to the fact that the Comboboxes are being populated on the application open...
So my next question is obvious....how can I force the refresh of these comboboxes after the dbf update.
If I was loading the comboboxes when they open no problem...but this is something a bit different...I am using ArcPAD to populate the comboboxes by pointing to a dbf table in the list values tab of the combobox.
Any thoughts?
THanks