Bismillahirrohmanirrohim... Prinsipnya, modul dibuat untuk digunakan di banyak form. Mirip fungsi umum. Sehingga nggak perlu nulis fungsi sama di masing-masing form. Coba bikin script di module: Option Explicit Function tes(isipesan As String) MsgBox isipesan End Function Lalu, buat form isinya: 1. Label.caption = pesan 2. text.name = pesan 3. Command0 button Isi command0 on click dengan script: Option Explicit Private Sub Command0_Click() If pesan <> "" Then tes (pesan) Else MsgBox "Pesan harus diisi" pesan.SetFocus End If End Sub Buat form lainnya, lakukan hal sama. Hasil akan sama. Semoga bisa membantu dan memberi semangat. Hariyanto (Surabaya) --- On Fri, 24/5/13, Azkia Shabrina <azkia.shabrina@yahoo.co.id> wrote:
|
__._,_.___
Reply via web post | Reply to sender | Reply to group | Start a New Topic | Messages in this topic (2) |
SPAM IS PROHIBITED
.
__,_._,___
Tidak ada komentar:
Posting Komentar