
some time's it works, some time it don't
Jacko, I may be wrong, but usually when I get a "sometimes it works
sometimes it doesn't" problem, I suspect that my variables are to blame. It
may be that you are using common variables throughout the project which get
set and unset by various routines. Try using unique vcariables in your text
box routine, and if need be make sure that they are set to default values at
the start of the routine.
Sorry if that's not very helpful, but as the other nice man said, it's not
easy to help without seeing the code.
Quote:
>Hi, I am using a special textbox control that I made that doesn't allow
>other input than dec. point, zero and numbers in the right places. I have
>several of these on my main form, some do not work (i.e. will take several
>zero's in a row and should not) and some work.
>Could this have something to do with using Form_Load instead of
>Form_Activate.
>Thanks
>Jacko