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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top