N
naveen prasad
hi all,
In my form I want to show continous system time,
it should show according to system time
I tried to add text box, and in form properties - on load event
text1.set focus
text1.text = now() this is showing date & time when form is loaded
but this is not correct , it is not changing as per system time continously
pls help
In my form I want to show continous system time,
it should show according to system time
I tried to add text box, and in form properties - on load event
text1.set focus
text1.text = now() this is showing date & time when form is loaded
but this is not correct , it is not changing as per system time continously
pls help