Select to view content in your preferred language

Simple Sub call not working

467
1
05-04-2011 12:15 PM
JayKappy
Frequent Contributor
I created a new export from ArcPAD Manager...
I have a simple form that opens fine on an existing point and opens fine on a new point

I then placed in a simple call on the Form OnLoad Event

Call Test


I created a vb script and put in there the below

Sub Test
      msgbox "Hi"
End Sub


I keep getting an error:  Type Mismatch 'Test'
[Line 1; Column 1]
Source text unavaliable


What the heck is going on...I have never seen this before....i have a few apps running and have done this on all of them

Thanks
Tags (3)
0 Kudos
1 Reply
JayKappy
Frequent Contributor
Got it....I did nto click on the Form window and add the script the correct way...it was not bound to the form

THanks for listening
0 Kudos