|
Posted by Robert Daley on February 28, 2007, 4:08 pm
Please log in for more thread options
hi, i am creating the peachtreeaccounting object "on the fly" in vb6 and
I don't know the version the user is using. If I know the version and I create
the object using the correct version number
(createobject("peachtreeaccounting.login.13")
where 13 is the version number it works fine. I am wondering if there is
an "easy" way to find the login version without user input.
|