ArcPad dafault value from external file

1094
1
08-21-2016 10:42 AM
CsabaBiró
New Contributor

I want to read from an external txt file and give a default value for combobox. How can I do these?

0 Kudos
1 Reply
StephenQuan1
Esri Contributor

You can implement either the Page's or Form's OnLoad or OnSetActive events. You can read the file via either the Recordset object (if it's a DBF file) or via the File object (if it's a text file). This assumes you have some familiarity with customization with scripting.