Cara Membuat Program Biodata di Visual FoxPro
Teman Teman sekalian kali ini kita akan mencoba membuat program biodata dengan Visual Voxpro.
Pertama buatlah tampilan seperti dibawah ini:
Yang dibutuhkan adalah label,textbox dan command button..
ini script dari program tersebut:
script untuk Input :
thisform.label6.Caption="NPM :"+thisform.text1.Value
thisform.label7.Caption="NAMA :"+thisform.text2.Value
thisform.label8.Caption="KELAS :"+thisform.text3.Value
thisform.label9.Caption="ALAMAT :"+thisform.text4.Value
thisform.label10.Caption="JURUSAN :"+thisform.text5.Value
script untuk Reset:
thisform.text1.Value=""
thisform.text2.Value=""
thisform.text3.Value=""
thisform.text4.Value=""
thisform.text5.Value=""
thisform.label6.Caption="-"
thisform.label7.Caption="-"
thisform.label8.Caption="-"
thisform.label9.Caption="-"
thisform.label10.Caption="-"
script untuk exit:
thisform.Release
Untuk menjalankannya tekan tombol ctrl+e
hasilnya seperti ini:
Selamat Mencoba!!
Jangan Lupa comment dan masukannya
Teman Teman sekalian kali ini kita akan mencoba membuat program biodata dengan Visual Voxpro.
Pertama buatlah tampilan seperti dibawah ini:
Yang dibutuhkan adalah label,textbox dan command button..
ini script dari program tersebut:
script untuk Input :
thisform.label6.Caption="NPM :"+thisform.text1.Value
thisform.label7.Caption="NAMA :"+thisform.text2.Value
thisform.label8.Caption="KELAS :"+thisform.text3.Value
thisform.label9.Caption="ALAMAT :"+thisform.text4.Value
thisform.label10.Caption="JURUSAN :"+thisform.text5.Value
script untuk Reset:
thisform.text1.Value=""
thisform.text2.Value=""
thisform.text3.Value=""
thisform.text4.Value=""
thisform.text5.Value=""
thisform.label6.Caption="-"
thisform.label7.Caption="-"
thisform.label8.Caption="-"
thisform.label9.Caption="-"
thisform.label10.Caption="-"
script untuk exit:
thisform.Release
Untuk menjalankannya tekan tombol ctrl+e
hasilnya seperti ini:
Selamat Mencoba!!
Jangan Lupa comment dan masukannya
Comments
Post a Comment