A alejandro Feb 23, 2005 #1 I want protect a form with password, somebody can tell how i can make this in ADP file. Thanks Alejandro
I want protect a form with password, somebody can tell how i can make this in ADP file. Thanks Alejandro
A Alex Dybenko Feb 24, 2005 #2 you can use Form's Open event to show an inputbox with prompt, then check for password user enters, if not match - then cancel event. or better to build a special form for password entry, and open it in dialog mode instead of inputbox -- Best regards, ___________ Alex Dybenko (MVP) http://Alex.Dybenko.com http://www.PointLtd.com
you can use Form's Open event to show an inputbox with prompt, then check for password user enters, if not match - then cancel event. or better to build a special form for password entry, and open it in dialog mode instead of inputbox -- Best regards, ___________ Alex Dybenko (MVP) http://Alex.Dybenko.com http://www.PointLtd.com