Sub Button7_Click
StartActivity("CPF")
End Sub
the first time the above is executed it works just fine.... the second time it is executed it give the error
***
An error has occurred in sub:
cpf_globals(B4A line:575)
End Sub
java.langNullPointerException
Continue?
***
this is of course followed by Yes or No
the 575 line number displayed in the error msg is the "End Sub" of the "Button7_Click" subroutine
if you just say yes and continue the program behaves just fine but every time you use Button7 it does the same thing
used this program for months with no problems.... where do i put what line to kill this error message.... don't really care about the why of it much, just want it to go away
thank you
StartActivity("CPF")
End Sub
the first time the above is executed it works just fine.... the second time it is executed it give the error
***
An error has occurred in sub:
cpf_globals(B4A line:575)
End Sub
java.langNullPointerException
Continue?
***
this is of course followed by Yes or No
the 575 line number displayed in the error msg is the "End Sub" of the "Button7_Click" subroutine
if you just say yes and continue the program behaves just fine but every time you use Button7 it does the same thing
used this program for months with no problems.... where do i put what line to kill this error message.... don't really care about the why of it much, just want it to go away
thank you