On 2/24/05 5:26 AM, "Lennox Jacob" <lenpartico at hotmail dot com> wrote:
> Thanks Michael,
> I tried it but there is a little problem:
> mValidate(me.text+key) - this method requires fewer parameters than were
> passed
> Thanks again.
> Lennox.
Hi Lennox,
You probably left out the parameter in the function declaration...
>Protected Function mValidate(s as string) As boolean
Make sure you specify one parameter 's as string' and return a boolean.
Attached is the project. (Offlist)
Regards,
Michael
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|