Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8248 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have two files - a main file and a second file with all the data. I need the

main file to import from the data file once the user has registered,

but I do not want to allow him to do so until he has registered with me.

I have password protected the data file, and written a script to import

the data, but how do I get the script to automatically enter the password

of the second file. I do not want the password of the main file to be the same

one for the data file because then the user could import the data before he

has registered.

Posted

The only way (IMMO) is to give absolutely no access to data file until registred and than e-mail the password for data file to your client.

Othervise if you don't want to email your client, create an script:


if [registred]

set field [password, valueOfPassword]

end if

but than who can assure you that he/she really has registred.

Dj

This topic is 8248 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.