Pattern Lock (like in cellphones)

Arnel,
How is meant to work?
1698394944775.png

I then get the Pattern form, which I unable to close?
1698395026296.png
 
sorry about that gasman, the textbox on form1 should be Locked or disabled.
here is a new version, that i trim some of the codes (into another sub).
 

Attachments

sorry about that gasman, the textbox on form1 should be Locked or disabled.
here is a new version, that i trim some of the codes (into another sub).
No problem, I was curious as to how you implemented it.
Thank you.

I can see this in design view
1698407678055.png


but when I click the button , all I get is
1698407719251.png

I can see I am meant to drag the cursor around the form and I get green lines, then I get
1698407829260.png

Don't worry about it, unless it is affecting others as well. It might ne a 2007 issue?
 
Last edited:
i ran the db on ms2007 and get the same screen (missing gray image), since the image shared (on msysresources and ms2007 don't have this system table). if you click (and hold your mouse) then drag your mouse, you will see that some lines are being make visible. and if you close the form, the sequence is generated on the textbox. if you press the "show pattern form" again it will show you the exact pattern earlier created.

sorry i use it in ms2007 but doesnt have any error on them, except for the missing "gray circle" image.
Screenshot 2023-10-27 225448.png


and here is a A2007 version (including the gray image).
i see what you meant by the error, Line16 does not exists. if you open the pattern form in design view there is no connection line between button 1 (top left) to button 6. so i guess you need to add an error handler for that. or you can add that line (or lines you want).
 

Attachments

Last edited:
That is all working for me now arnel.
Thank you for going the extra mile to get it to work in 2007.
Much appreciated.

Now I will study and try to understand it. :)

Excellent work BTW. (y)
 
Last edited:
you can try to not Overlap the Line controls with the other controls (command button and image).
 
you can try to not Overlap the Line controls with the other controls (command button and image).
Yes; No flicker if you dont go through the boxes but to make the line go through the middle of the box without flickering i found hard to acheive.. Got this far though..
 

Attachments

When you move the pattern more than once on the button, it cancels the connection of the line preceding it. Is there a solution?
 

Attachments

Yes; No flicker if you dont go through the boxes but to make the line go through the middle of the box without flickering i found hard to acheive.. Got this far though..
Is it possible to get the attached file?
 

Users who are viewing this thread

Back
Top Bottom