ArcPad- Button to direct one edit form to another

583
0
03-12-2014 12:16 PM
MatthewDondanville2
New Contributor III
I am trying to direct my forms from one to another. I have a button on the bottom of a poles form that asks if the pole has a transformer, if the user presses 'yes', the button enables editing on the transformers feature class and I want it to switch to the transformers edit form. I can switch from page to page inside a single form but am having problems switching from form to form across feature classes.

Map.Layers("TransformerBanks").Editable = True

Map.Layers("TransformerBanks").Forms("EditForm").Pages("PAGE1").Open = True

*I have also tried ".visible", ".active"
Tags (3)
0 Kudos
0 Replies