Form with password

  • Thread starter Thread starter alejandro
  • Start date Start date
A

alejandro

I want protect a form with password, somebody can tell how i can make this
in ADP file.

Thanks

Alejandro
 
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
 
Back
Top