Click to See Complete Forum and Search --> : text array validation


Kyler
November 28th, 1999, 08:52 AM
I have created a txt array that allows one to input in to one txt
and have the identical info transfer to another txt.
The array has bounds 0 to 7
'allows entry in both fields at same time
txtBilling(index).text = txtShipping(index).text

I am stuck trying to find a way to validate each textbox after
the data is entered into the textbox. I am unable to keep the focus
in the textbox after validation.

santulan
November 28th, 1999, 11:43 AM
hi,

if you use vb6.0 there is a validate event. try that.


Santulan