|
-
November 28th, 1999, 09:52 AM
#1
text array validation
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.
-
November 28th, 1999, 12:43 PM
#2
Re: text array validation
hi,
if you use vb6.0 there is a validate event. try that.
Santulan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|