I think I have my geodatabase structured well. I spent a good amount of time doing that before starting the ArcPad customizations.
I have 3 layers in the map: Tree, Line and Plot (see attached screenshot: BasicMap)
There are over 15,000 trees in the Tree Layer, which has a related table named Growth. This related table contains all of the height measurements taken on the trees in the past. The Line and Plot layers are basically just used for orientation in the field. Nothing is being edited except for the Growth table
I have created forms in the Tree layer's using editform and tableform. I was hoping to be able to open right into the related table's form so that I could enter the new tree height and status information, but I can't seem to figure out how to make it all work. Here's what I want to do, step by step.
1) On Load of .apm file - start an editing session for the tree layer and prompt the user to select a tree
2) When a selection is made, open the related table's form with the following pages: Inventory, Characteristics, Past Inventory (see attached image: tableform). Inventory and Past Inventory are pages from the related table, Growth. Characteristics is a page from the Tree layer's editform. Values are filled in from the selected TreeID
3)Include two buttons at the bottom of the Inventory page, "previous" and "Next", to step through the trees one by one as a person works down a Line and back up on the next line.
4)When the page changes, write the data to the growth table
I have so many questions on using ArcPad Studio, even after the tutorials. I am not a programmer, although I do dabble being a GIS analyst it has proven quite useful. Any help you experts can provide is greatly appreciated as my deadline for using the application in the field is quickly approaching.
I have an applet I called Inventory and a script called Inventory.vbs. I seem to have spent a lot of time accomplishing very little. I added an element to my .apm file and named it Inventory, but I am not sure that it's actually connecting to my Inventory.apa. I am also unsure of how to call the inventory.vbs script from the applet...I'm starting to feel really lost with this customization. Anyone got any great pointers for a newbie or someplace else to look for help/code?