home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Pictures / pic2001121850318943.gif < prev    next >
Graphics Interchange Format  |  2001-12-01  |  16.7 KB  |  505x691  |  4-bit (14 colors)
   ocr: Forml -0X Function Validate is: seti in LOSTFOCUS event of textbox. Enter expected value and pres TAB key to go to next text box. IF conditions are met Validate will go to the next field dooing nothing but if condition is not met, text box will flashi inr red color, indicating inputi is wrong! Property TAGIS setto: NotEmpty; this textbox mustn't be empty! Property TAGI IS setto: Ucase; text is converted to UPER CASE: Property TAGI is set to: Lcase; text is converted to lower case: Property TAGIS setto: Date; Date is expected: Youcan use any date Format, or enter any number. Function Validate w ...