Pages

Latihan 4 Sistem Basis Data

Check
with thisform
if val(.Text1.value) > val(.Text2.value)
                .text3.value="Nilai A lebih besar dari nilai B"
else
                .text3.value="Nilai A lebih kecil dari nilai B"
endif
endwith
Clear
with thisform
.text1.value=""
.text2.value=""
.text3.value=""
.text1.setfocus()
Endwith
Exit
thisform.release()


0 komentar:

Posting Komentar