Howdy,
I'm trying to create a relatively simple form in ArcPad studio. I've run into a hitch in making a combobox list for my form:
I've called up a .dbf table to populate a combobox dropdown list in ArcPad studio.
The .dbf table's columns are "Value" and "Species." I choose "value" for the values field and "species" for the text field in the external list values of the control properties box. So far so good. It looks like this:
[ATTACH=CONFIG]30594[/ATTACH]
Problem is that when I check the form in ArcPad, the dropdown list is populated by the numbers in the .dbf's value field and not the species listed in the .dbf's species field. Funny thing is, if I use exactly the same process in creating a simple listbox instead of a combobox, the list populates with the proper species list. Here's a picture of the combobox and listbox on the form showing text in the listbox and a number in the combobox.
[ATTACH=CONFIG]30595[/ATTACH]
And here's a shot of the .dbf table, just in case that's useful.
[ATTACH=CONFIG]30596[/ATTACH]
Any ideas how to correct this weird situation would be much appreciated!
thanks,
Randy