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()If you place the code and run your project. you just only entries at text1 just 6 digits
Text1.MaxLength = 6
End Sub
You can click here to download project / source code above
Next Article
« Prev Post
« Prev Post
Previous Article
Next Post »
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
Silahkan Berkomentar Dengan