
VB5 OOPS Reuse-Passing Variables 2
Hi,
Thanks for reading my message.
I am righting a postcode search routine. Where someone is in a field
that requries a suburb and a postcode. I want the user to be able to
start writing the suburb name call up the postcode search and fill in
the rest of the field
The only problem is the return - to make the postcode search reusable
in other parts of the program. I want to send my postcode routine the
name of the field that called it and have the postcode routine fill
that field in. What is the "Neat" way of doing the return part of
this.
Regards, Rob