normanE Posted May 20, 2008 Share Posted May 20, 2008 How do I limit the program to only 30 days use before it won't open again.? Quote Link to comment Share on other sites More sharing options...
boley Posted October 28, 2008 Share Posted October 28, 2008 Here is an outline. Make a table (Let's call it "Timeout") that contains a date field. Make this table only accessible to you the developer. Create one record. In a script check the value of the the date field in the first record of Timeout. If it is empty, set the value to the current date. If it is not empty check to see if 30 days have elapsed. If thirty days have elapsed, put up a custom dialog that tells the user why the program is about to suddenly quit. Quit using the Exit Application script step. Set this script to run with full privileges. Set this script to run when opening the file. Quote Link to comment Share on other sites More sharing options...
normanE Posted October 28, 2008 Author Share Posted October 28, 2008 How do I limit the program to only 30 days use before it won't open again.? Thank you so very much for that. from what you said I have to create about 4 to 5 scripts and that should do it.. If I can ever help you out let me know.. Thanks again NormanE Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.