Select to view content in your preferred language

Multiple forms for many layers

687
2
11-26-2012 06:15 AM
feniscohamento
New Contributor
I am newbie in ArcPad Studio.
I have followed the tutorial and it really helped me to fully understand how to build a form based on a layer.
However I have an issue since in my project, I am supposed to load more than one (probably 3) different shapefiles.
In particular the project I have is exactly like the "Add Trees" example in the tutorial
(adding points) but the user should be able to choose each time in which layer to add the relative info.
What is the correct way to implement this?

Thank you
Tags (3)
0 Kudos
2 Replies
HannahFerrier
Deactivated User
Hello!

If you have multiple layers (shapefiles) in your ArcPad Project, to collect data you must:

1. Make the Layer Editable (select layer from Edit Menu Dropdown)
2. Collect Geometry for New Feature
3. Complete the Form for New Feature Attributes

So the form is the last, not the first step in the data collection process!!

This means that the field users have already selected the layer before they get to the form 🙂

Let me know if this helps!

Hannah
0 Kudos
GarethWalters
Deactivated User
Hi,

Perhaps you could also take advantage of the QuickCapture toolbar in ArcPad. If you have multiple point files to switch between, you will see an icon for each feature and ArcPad will take care of swiching the editable layer for you rather than Start/Stop Editing menu.

Hope this helps.

Gareth
0 Kudos