Select to view content in your preferred language

Adding scroll bar on Quick Form by editing XLM

1109
1
10-18-2010 08:43 AM
IanMackenzie1
New Contributor
Hi All,

I am trying to develop a form for users to add survey results on a HP iPAQ. I only have ArcPAD 7 and therefore no form editing tools other than the create QuickForm in ArcPAD. Any of the changes I have made are to the APL file.

The problem: I have multiple pages on the form but there is not enough room on the screen vertically to display all of the survey fields. How do I add a scroll bar using only XML code added with a text editor to the APL file?

Any help much appreciated.....

Thanks

Ian
Tags (3)
0 Kudos
1 Reply
IvanKautter
Regular Contributor
Looking at the FORM and PAGE Elements in Customizing ArcPad Help, I see no attribute for adding a vertical or horizontal scroll bars.  Opening up a layer definition in ArcPad Studio and looking at implemented EDITFORM and PAGE objects, there is no option for scroll bars.  Nearly as I can tell it is one of the limits of custom forms in that they have a static size.  While you may see scroll bars and resizeable columns in the default editform that ArcPad produces on the fly, custom forms do not have this functionality.  You will need to make more pages to fit all your content in the viewable form area.
0 Kudos