Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   TechHelp   Help   Contact   Merch   Join   Order   Logon   Forums   
 
Back to Password Manager 2    Comments List
Pending Approval    Upload Images   @Reply   Bookmark    Link   Email   Next Unseen 

Anonymous 
 
Donald Blackwell  @Reply  
       
32 days ago
I would go into the form's design view and right click the show password and go to build event and verify that something didn't happen to the code.
Kim Boren  @Reply  
       
32 days ago
Private Sub ShowPWBtn_Click()

    ' show/hide pw
    
    If PasswordTxt.InputMask = "Password" Then
        PasswordTxt.InputMask = ""
        ShowPWBtn.Caption = "Hide"
    Else
        PasswordTxt.InputMask = "Password"
        ShowPWBtn.Caption = "Show"
    End If

End Sub
Donald Blackwell  @Reply  
       
32 days ago
Hmm, odd, maybe check the form's click event or the Detail click event to make sure there is nothing there or also the mousedown and mouseup events for all of those (including the button).

You could also do a search in the VB Editor for "Quit" and in the "Search" group, select "Current Project" and look to see if anywhere in your project there is code to shut down the application and if there is any way that it is getting tripped.
Donald Blackwell  @Reply  
       
32 days ago
Beyond that, set break points in the VBE in that procedure to see what it gets to before shutting down.
Kim Boren  @Reply  
       
32 days ago
I added this to update the date field. Private Sub Form_BeforeUpdate(Cancel As Integer)

          LastChanged = Now()
          
End Sub
I remed it out and the show button works
Donald Blackwell  @Reply  
       
32 days ago
That's odd. I added that to the Download version and not having any problems. Have you tried the routine troubleshooting: Debug/Compile, Compact/Repair, etc. Maybe form is corrupted somehow, as unlikely as that seems.

This thread is now CLOSED. If you wish to comment, start a NEW discussion in Password Manager 2.
 

Next Unseen

 
New Feature: Comment Live View
 
 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
PCResale.NET
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2026 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 7/14/2026 12:07:34 PM. PLT: 1s