Hi AllMy intention is to send customers a list of billing documents, but
to hide the data on the form until they have entered a password.I set
the presence of the various fields to "invisible" in a docReady event.
(Or even statically on the Object palette).The user then captures the
password in a password field and clicks an "OK" button.In the click
event of the button I compare the password to the value it should be and
then I loop through all the fields that need to be made visible and I
set t...