I am having real troubel for some reason getting my textboxes to refresh on form load.
Does anyone have any ideas why this is
i am using
txtpassword.refresh
to do it but it is availing no success.
As always help is appreciated.
M.
Printable View
I am having real troubel for some reason getting my textboxes to refresh on form load.
Does anyone have any ideas why this is
i am using
txtpassword.refresh
to do it but it is availing no success.
As always help is appreciated.
M.
There is no reason why that wouldn't work . What are you trying to do ?
Having read some more i have found that txt.refresh will only work if i'm connected to a database. (Which i'm not).
Thus i have switched to
txtpassword.text = ""
in the form activiate code.
An interesting problem i find.
It was simply to refresh a password box so that if a user switches between forms the password does not stay in the box.
Cheers.
M.