Hey everyone...
I can't seem to figure this error out. I'm getting this error:
"Function Argument Value, type, or count is invalid."
on this line of code:
NumofNBAP = VAL(alltrim(ThisForm.txtNBAP.value))
It's reading a text box (txtNBAP) and converting the
text entered into a number so I can play with it later.
I have this (almost exact same) piece of code in another section of the program that works with out issue..
any ideas of what would/could be causeing this?
NumOfNBAP is decleared in the beginning as a number.. ---===///The PogoWolf\\\===---
Amateurs built the ark, Professionals built the Titanic.
I can't seem to figure this error out. I'm getting this error:
"Function Argument Value, type, or count is invalid."
on this line of code:
NumofNBAP = VAL(alltrim(ThisForm.txtNBAP.value))
It's reading a text box (txtNBAP) and converting the
text entered into a number so I can play with it later.
I have this (almost exact same) piece of code in another section of the program that works with out issue..
any ideas of what would/could be causeing this?
NumOfNBAP is decleared in the beginning as a number.. ---===///The PogoWolf\\\===---
Amateurs built the ark, Professionals built the Titanic.