ArcPad Customized Data Forms

2219
1
07-29-2015 05:21 AM
BrettSexton
New Contributor

Hello,
I have created a data form for ArcPad and was wondering how to alter the text size of the fields and dropdown domains.  My fields and dropdowns are lengthy messages for field technicians and I need the text size to get much smaller or have the capability to wrap text.  I have seen other data forms with wider dropdowns as well which could help a lot. Any ideas?

Tags (2)
0 Kudos
1 Reply
PatrickMurphy
Occasional Contributor

I think you can use ArcPad Studio for this:

Syntax

<COMBOBOXAttribute Description
Table
     height ="integer "
     width ="integer "

     x ="integer
"

     y ="integer "
     backgroundcolor ="RGB | HTML RGB | HTML Name (e.g.,
0,0,255 | #0000FF | Blue)
"
     border
="true | false" [false]
     color
="RGB | HTML RGB | HTML Name (e.g., 0,0,255 | #0000FF | Blue)"
    
defaultvalue ="string"
     field ="string"
     font ="Any system font"
     fontsize ="1-NNN"
     fontstyle ="regular | bold | italic | underline |
strikeout
" [regular]
     group
="true | false" [false]
     limittolist ="true | false" [true]
    
listtable ="string"
     listtextfield ="string"
     listvaluefield ="string"
     maxvalue ="string"
     minvalue ="string"
     name ="string"
     onchange ="script to run"
     oncloseup ="script to run"
     ondropdown ="script to run"
     onkillfocus ="script to run"
     onselcancel ="script to run"
     onselchange ="script to run"
     onselok ="script to run"
     onsetfocus ="script to run"
     onvalidate ="script to run"
     readonly ="true | false" [false]
    
required ="true |
false
" [false]
     sip ="true |
false | auto
" [auto]
     sort
="true | false" [true]
     tabstop
="true | false" [true]
>

     (m)
<LISTITEM... />

</COMBOBOX >
Bold: Attribute or child element is required.
(m):
Child element can be used
0 Kudos