POST
|
I ended up figuring it out. i got the buttons added to the form making it much easier. Here is a link to where I posted the answer. vbscript - Adding button to Arcpad form - Geographic Information Systems Stack Exchange
... View more
11-25-2014
09:59 AM
|
0
|
0
|
733
|
POST
|
Sub InsertCorn
Dim objForm
Set objForm = Applet.Forms("EDITFORM")
Dim objPage
Set objPage = objForm.Pages("PAGE1")
Dim objButton
Set objButton = objPage.Controls("AddCorn")
ThisEvent.Object.Controls("cboAGRLU_ClassGRP").value = "Cereal"
ThisEvent.Object.Controls("cboCropType_Varietal").value = "Corn"
'etc etc
End Sub
I am trying to add in a button on the arcpad form. that sets the values to Cereal and Corn. This is all i have gotten so far and im stuck. Anyhelp would be appreciated.
... View more
11-18-2014
11:43 AM
|
0
|
2
|
733
|
POST
|
I know im about three years to late but did you ever end up figuring something out with this?
... View more
10-28-2014
05:38 AM
|
0
|
2
|
1013
|
POST
|
I am having to deal with the same type of problem right now. For some reason the repeated features button does not work when added as a button to the toolbar from design mode. I have it added to the form as well but it does not save all the attributes.
... View more
10-27-2014
08:50 AM
|
0
|
0
|
1013
|
POST
|
I am looking to figure out how to autofill a custom form at the click of a button. Basically i have a toolbar where if I click the button and a point on the map a form pops up and gives me a bunch of options. To make it easier I am looking to have a few pre-made forms so if i click on lets say a corn icon on the toolbar and then click on the map, The form would pop up with all the corn details already filled on the form so you just need to hit OK and it places the point.
... View more
10-24-2014
05:07 AM
|
0
|
4
|
4103
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|