How to pass a boolean parameter from VB to Java?
Does anyone know how to call a java method with a boolean parameter from VB?
I have a Java object returned from a method invocation on the packaged JavaBean. This Java object has a method that takes a boolean. I get a type mismatch error when I call this method in VB and pass in a Boolean variable.
When I pass an Integer (or Long) to a int it works.
Can anyone help? Thanks.
Anthony

