April 26, 200223 yr 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.
April 29, 200223 yr 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
Create an account or sign in to comment