Private Sub lstMember_DblClick()
FormTransaction.lblMember.Caption = lstMember.ListItems(lstMember.SelectedItem.Index).Text
FormTransaction.txtAmount.Enabled = True
FormTransaction.txtAmount.SetFocus
Unload Me
End Sub
i just want it to focus on txtamount on FormTransaction after i double click the lstmember in FormMember.
hope someone can help me on this code, or any other ideas wud be ok...
sorry for the wrong spellings..

New Topic/Question
Reply



MultiQuote



|