pro_vb thread: Visual Basic 6 Business Objects....
I've looked at your code (and compared it with the listing in the
book) and nothing jumps out at me. Have you tried testing while
running the PersonServer in the IDE? Hopefully you'll get the same
error but you'll be able to tell which line in the Save method call is
causing the problem.
Note - my apologies if you already know this but...
- If you open PersonServer in one session of the IDE and use F5 to run
it, and then open the UI's code in a different session of the IDE,
you'll be able to set your reference to the running instance of
PersonServer. Then when you step through the code, you'll also be able
to step into the PersonServer code...
HTI
Steven
On Wed, 30 May 2001 09:27:03 -0400, "Chad Zeversenuke"
<chad_zeve@h...> wrote:
>
>