Is there a way to access the default form in ArcPad Studio, and just change the list box to a combo box?
<LISTBOX name="List_code" tooltip="" x="47" y="15" width="80" height="50" tabstop="true" border="true" defaultvalue="" listtable="" listvaluefield="" listtextfield="" sort="false" field="CODE" hscroll="false"> <LISTITEM value="1111" text="1111"/> <LISTITEM value="2222" text="2222"/> <LISTITEM value="3333" text="3333"/> <LISTITEM value="4444" text="4444"/> </LISTBOX>
<COMBOBOX name="List_code" tooltip="" x="47" y="15" width="80" height="50" tabstop="true" border="true" defaultvalue="" listtable="" listvaluefield="" listtextfield="" sort="false" field="CODE" hscroll="false" sip="true" > <LISTITEM value="1111" text="1111"/> <LISTITEM value="2222" text="2222"/> <LISTITEM value="3333" text="3333"/> <LISTITEM value="4444" text="4444"/> </COMBOBOX>
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.