Select to view content in your preferred language

update Combobox set to dbf

3549
10
12-17-2010 08:13 AM
JayKappy
Frequent Contributor
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
Tags (3)
0 Kudos
10 Replies
JayKappy
Frequent Contributor
Man thats fast....blazing speed compared to looping....FANTASTIC

THANKS , Your help is very appreciated....

Have  great weekend
0 Kudos