Results 1 to 3 of 3

Thread: What is the code?

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2000
    Posts
    52

    Exclamation

    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.

  2. #2
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    258
    There is no reason why that wouldn't work . What are you trying to do ?
    Visual Basic 6 SP4 on win98se

    QUIT THE RAT RACE BECAUSE YOUR MESSING THE WORLD UP !!!!!

  3. #3

    Thread Starter
    Member
    Join Date
    Aug 2000
    Posts
    52
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width