Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SET DELETED ON
- USE barang
- SET ORDER TO tag kdbarang
- thisform.TxtKdbarang.Enabled=.T.
- thisform.txtNmbarang.Enabled=.F.
- thisform.txtharga.Enabled=.F.
- thisform.txtKdbarang.value=""
- thisform.txtnmbarang.Value=""
- thisform.txtharga.Value=""
- thisform.cmdsave.Enabled= .F.
- thisform.cmdfind.Visible= .T.
- thisform.cmddelete.Enabled= .T.
- thisform.cmdedit.Enabled= .F.
- thisform.cmdadd.Enabled= .F.
- thisform.txtkdbarang.SetFocus()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement