mkelly
Registered User.
- Local time
- Yesterday, 21:56
- Joined
- Apr 10, 2002
- Messages
- 213
I am tryint to use a button "when it is clicked" it will enter the Time() into a text field.
This is the code I am using but when I click the button nothing happens. any suggestions?
Any help greatly appriciated
Private Sub time_in_Button_Click()
txttime_in.text = time()
txttime_in.Enabled = False
txttime_in.Locked = True
End Sub

This is the code I am using but when I click the button nothing happens. any suggestions?
Any help greatly appriciated
Private Sub time_in_Button_Click()
txttime_in.text = time()
txttime_in.Enabled = False
txttime_in.Locked = True
End Sub