VB 6.0 - Validating length text entered into text box

5:43:00 PM
In this tutorial, we will share about validating in VB 6.0. for this post we will share regarding Validating text entered into text box in VB 6.0

for the sample, please design like above picture
usually we already create table in database set length Product ID = 6 digits
so if we entered exceed than 6 digits is error (can not be add to database. so we must validate Length of Text
in above design form above we will validate text entered in Text1.
the code is very simple :
Sub Form_Load()
Text1.MaxLength = 6
End Sub
If you place the code and run your project. you just only entries at text1 just 6 digits
You can click here to download project / source code above

Artikel Terkait

Next Article
« Prev Post
Previous Article
Next Post »
Penulisan markup di komentar
  • Untuk menulis huruf bold silahkan gunakan <strong></strong> atau <b></b>.
  • Untuk menulis huruf italic silahkan gunakan <em></em> atau <i></i>.
  • Untuk menulis huruf underline silahkan gunakan <u></u>.
  • Untuk menulis huruf strikethrought silahkan gunakan <strike></strike>.
  • Untuk menulis kode HTML silahkan gunakan <code></code> atau <pre></pre> atau <pre><code></code></pre>, dan silahkan parse dulu kodenya pada kotak parser di bawah ini.
Konversi Code
Disqus
Silahkan Berkomentar Dengan