After that, double-click your button and insert this following code :
dim fx as FormThe red codes can you change by your language.
for each fx in forms
unload fx
next
end
So, will look like this :
Private Sub Command1_Click()
dim fx as Form
for each fx in forms
unload fx
next
end
End Sub
Tidak ada komentar:
Posting Komentar
Harap tinggalkan komentar jika terdapat tautan yang rusak atau bertanya seputar artikel ini!